Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1_3 31 Mar 2022 20:31:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base (Only the first 15 lines of the commit message are shown above ) |
2.2.1_3 24 Nov 2021 13:50:00 |
Daniel Engberg (diizzy) |
security/*: Deprecate and mark ports BROKEN that are dead upstream and/or
abandonware
security/afl - Migrate to security/afl++
security/amap - Abandoned upstream, last release 10+ years ago
security/amavis-stats - Upstream is dead and last release was back in 2005
security/arirang - Abandoned (website also refers to Ruby 1.9) and a 9+ year
old webserver security scanner isn't useful today
security/axTLS - Very outdated and abandoned, current version in tree was
released in 2013 and last by upstream in 2019
security/base - Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
security/bruteforceblocker - Abandonware, please consider using
security/sshguard
security/cfs - Deprecated upstream, reference:
https://www.bayofrum.net/cgi-bin/fossil/cfs/index
security/cisco-torch - Unfetchable, dead upstream
security/cp2fwb - Used with deprecated software Firewall Builder
security/dcetest - Targets deprecated protocol by Microsoft in favour of .NET
security/doscan - Abandonware, last release in 2014. Please consider using
security/masscan or sysutils/pnscan
security/find-zlib - Deprecated, no longer relevant (Only the first 15 lines of the commit message are shown above ) |
2.2.1_3 07 Oct 2021 17:54:00 |
Piotr Kubaj (pkubaj) |
security/ike: enable on powerpc64le |
2.2.1_3 06 Oct 2021 20:52:45 |
Piotr Kubaj (pkubaj) |
security/ike: enable on powerpc |
2.2.1_3 06 Oct 2021 20:52:44 |
Piotr Kubaj (pkubaj) |
security/ike: enable on powerpc64 |
2.2.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1_3 18 Mar 2021 08:49:41 |
danfe |
- Unbreak the build against modern OpenSSL versions
- Remove useless line from the port description |
2.2.1_3 07 Apr 2019 06:14:39 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
2.2.1_3 17 Mar 2019 08:11:40 |
tcberner |
security/ike: remove QTGUI option (Qt4 deprecation)
- untested as it is is already broken
Approved by: poprtmgr (implicit) |
2.2.1_2 07 Feb 2019 23:13:52 |
sunpoet |
Update devel/bison to 3.3.2
Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR: 235259
Exp-run by: antoine |
2.2.1_2 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 |
2.2.1_2 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
2.2.1_2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.2.1_2 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.2.1_2 30 Sep 2016 19:24:30 |
tijl |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.1_2 31 Mar 2016 14:54:45 |
amdmi3 |
- Switch to USES=tar:tbz2
- Switch to options helpers
- Fix typo
- Fix plist for WITH=QTGUI case
Approved by: portmgr blanket |
2.2.1_2 02 Sep 2015 13:58:27 |
amdmi3 |
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket |
2.2.1_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
2.2.1_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.2.1_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.2.1 04 Feb 2014 20:09:30 |
lme |
Fix several typos in the ports tree.
PR: ports/176378
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> |
2.2.1 31 Jan 2014 15:54:10 |
miwi |
- Stage support
- Convert to USES |
2.2.1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.2.1 14 Jun 2013 13:48:03 |
wg |
security/ike: update to 2.2.1
- Update to 2.2.1 [1]
- Remove NATT warning about FreeBSD < 8.0 patch
Changes: https://www.shrew.net/download/changelog/ike/2.2.1-release
PR: ports/179503 [1]
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit) |
2.2.0 02 May 2013 14:04:25 |
pawel |
Update to version 2.2.0
PR: ports/178100
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) |
2.1.7_1 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
2.1.7_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.1.7_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
2.1.7_1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
2.1.7_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1.7 02 Mar 2012 14:56:37 |
pav |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat) |
2.1.7 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.1.7 16 Oct 2011 11:07:29 |
pawel |
- Fix plist when WITHOUT_QTGUI=yes
- Make install PREFIX safe
PR: ports/154973
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer timeout (2 weeks) |
2.1.7 09 Sep 2011 11:55:42 |
olgeni |
Fix a typo. |
2.1.7 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.1.7 31 Oct 2010 11:39:39 |
johans |
Add rc.d file forgotten in previous commit
Reported by: QAT |
2.1.7 31 Oct 2010 00:17:43 |
johans |
Update ike to version 2.1.7
PR: ports/151311
Submitted by: Matthew Grooms (maintainer) |
2.1.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.1.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1.4 23 Jul 2009 14:37:53 |
erwin |
Update to 2.1.4
Submitted by: maintainer |
2.1.0_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
2.1.0 06 Mar 2009 12:04:11 |
johans |
- Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav) |
2.1.0 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.1.0 20 Jun 2008 15:01:44 |
miwi |
- Update to 2.1.0
PR: 124768
Submitted by: mgrooms@shrew.net (maintainer) |
2.0.3_1 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.0.3 27 May 2008 22:12:09 |
miwi |
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav) |
2.0.3 28 Feb 2008 09:48:29 |
miwi |
- Update to 2.0.3
PR: 118303
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) |
2.0.2 30 Oct 2007 03:54:05 |
alepulver |
- Update to version 2.0.2.
- Update the NAT-T patch notice (in pre-everything).
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer, via e-mail) |
2.0.1 21 Oct 2007 02:51:21 |
alepulver |
This port contains the Shrew Soft ike daemon and client tools. The
software supports ike v1 communications between two gateways or a
a client and a gateway.
For more information please visit ...
WWW: http://www.shrew.net/
PR: ports/116684
Submitted by: mgrooms at shrew.net |