Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.17_1 21 Jan 2024 19:25:25 |
Muhammad Moinur Rahman (bofh) |
emulators/dynamips-community: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.2.17 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.17 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
0.2.17 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.2.17 19 Jun 2021 01:31:40 |
Piotr Kubaj (pkubaj) |
emulators/dynamips-community: enable on powerpc
Builds fine. |
0.2.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.17 12 Dec 2020 05:21:10 |
linimon |
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
0.2.17 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.2.17 22 Sep 2017 11:43:13 |
bofh |
emulators/dynamips-community: Update version 0.2.16=>0.2.17
- Add OPTION DOCS
- Fix build with NOJIT [1]
PR: 222047 [1]
Reported by: openss.services@gmail.com [1] |
0.2.16 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
0.2.16 27 Apr 2017 09:43:41 |
olivier |
Update to 0.2.16 and fix tap interface usage.
PR: 218893
Submitted by: olivier
Approved by: pavelivolkov@gmail.com (maintainer)
Sponsored by: Orange |
0.2.15 12 Jan 2017 11:30:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
0.2.15 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
0.2.15 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.15 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
0.2.15 21 Oct 2015 14:17:07 |
mat |
Fix on recent stable/10.
PR: 202082
Submitted by: maintainer
Sponsored by: Absolight |
0.2.15 02 Aug 2015 16:39:14 |
pi |
emulators/dynamips-community: 0.2.12 -> 0.2.15
- Add optional argument 'format' to hypervisor commands
- 'send_con_msg' and 'send_aux_msg'.
- Report "X byte(s) written" on succeess.
- String formats:
* plain - plain string (default, old behavior)
* base64 - base64 encoded string
- Use an auxiliary variable to record configured ram size for npe-400
- Fixed issue #49 - IOS crashes after router restart
- Fixed issue #50 - vm send_con_msg
PR: 194066
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) |
0.2.12 24 Mar 2015 22:17:42 |
marino |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket |
0.2.12 02 Jul 2014 11:41:16 |
arved |
Update to 0.2.12
PR: 190875
Submitted by: maintainer |
0.2.11 13 Mar 2014 18:36:37 |
pawel |
- Update to version 0.2.11 [1]
- Remove optional installation of DOCS files, staging
takes care of that, make it shorter
PR: ports/187447 [1]
Submitted by: maintainer |
0.2.10 07 Mar 2014 16:55:02 |
bapt |
Convert e* to USES=zip |
0.2.10 25 Jan 2014 16:29:42 |
marino |
emulations/dynamips-community: Update to 0.2.10, support stage
Additionally from marino@:
* Use OPSYS with OVERSION
* Properly set LIB_DEPENDS
* Treat x86-64 like amd64
* Fixed line ending on pkg-descr
PR: ports/185642
Submitted by: maintainer (Pavel Volkov)
Fixed by: marino@ |
0.2.8 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.2.8 28 Apr 2013 21:20:28 |
bapt |
Convert emulators to new options framework |
0.2.8 02 Mar 2012 14:56:37 |
pav |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat) |
0.2.8 10 Nov 2011 05:56:18 |
linimon |
Also broken on powerpc: uses i386 asm.
Hat: portmgr |
0.2.8 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.2.8 24 Apr 2011 07:55:01 |
dhn |
Cisco 1700/2600/3600/3700/7200 simulator.
WWW: http://www.gns3.net/content/dynamips-028-rc3-community-version-released
PR: ports/156454
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> |