Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Mar 2021 08:49:41
2.2.1_3

|
danfe  |
- Unbreak the build against modern OpenSSL versions
- Remove useless line from the port description |
07 Apr 2019 06:14:39
2.2.1_3

|
antoine  |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
17 Mar 2019 08:11:40
2.2.1_3

|
tcberner  |
security/ike: remove QTGUI option (Qt4 deprecation)
- untested as it is is already broken
Approved by: poprtmgr (implicit) |
07 Feb 2019 23:13:52
2.2.1_2

|
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 |
25 Dec 2018 20:25:40
2.2.1_2

|
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 |
02 Dec 2018 15:41:48
2.2.1_2

|
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 |
28 Jun 2018 17:39:55
2.2.1_2

|
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 |
15 Mar 2017 14:45:31
2.2.1_2

|
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
30 Sep 2016 19:24:30
2.2.1_2

|
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) |
31 Mar 2016 14:54:45
2.2.1_2

|
amdmi3  |
- Switch to USES=tar:tbz2
- Switch to options helpers
- Fix typo
- Fix plist for WITH=QTGUI case
Approved by: portmgr blanket |
02 Sep 2015 13:58:27
2.2.1_2

|
amdmi3  |
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket |
13 Nov 2014 09:02:57
2.2.1_1

|
antoine  |
Cleanup plist |
29 Jul 2014 18:41:17
2.2.1_1

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
24 Jul 2014 18:34:16
2.2.1_1

|
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 ) |
04 Feb 2014 20:09:30
2.2.1

|
lme  |
Fix several typos in the ports tree.
PR: ports/176378
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> |
31 Jan 2014 15:54:10
2.2.1

|
miwi  |
- Stage support
- Convert to USES |
20 Sep 2013 22:55:26
2.2.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
14 Jun 2013 13:48:03
2.2.1

|
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) |
02 May 2013 14:04:25
2.2.0

|
pawel  |
Update to version 2.2.0
PR: ports/178100
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) |
28 Apr 2013 21:02:40
2.1.7_1

|
bapt  |
Convert security to new options framework |
22 Mar 2013 20:06:15
2.1.7_1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
08 Mar 2013 11:32:12
2.1.7_1

|
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 |
01 Feb 2013 15:04:01
2.1.7_1

|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
2.1.7_1
|
dinoex  |
- update png to 1.5.10 |
02 Mar 2012 14:56:37
2.1.7
|
pav  |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat) |
14 Jan 2012 08:57:23
2.1.7
|
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. |
16 Oct 2011 11:07:29
2.1.7
|
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) |
09 Sep 2011 11:55:42
2.1.7
|
olgeni  |
Fix a typo. |
03 Jul 2011 14:03:52
2.1.7
|
ohauer  |
-remove MD5 |
31 Oct 2010 11:39:39
2.1.7
|
johans  |
Add rc.d file forgotten in previous commit
Reported by: QAT |
31 Oct 2010 00:17:43
2.1.7
|
johans  |
Update ike to version 2.1.7
PR: ports/151311
Submitted by: Matthew Grooms (maintainer) |
28 Mar 2010 06:47:48
2.1.4_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.1.4_1
|
dinoex  |
- update to jpeg-8 |
23 Jul 2009 14:37:53
2.1.4
|
erwin  |
Update to 2.1.4
Submitted by: maintainer |
24 Mar 2009 19:13:32
2.1.0_1
|
makc  |
bump PORTREVISION after cmake update |
06 Mar 2009 12:04:11
2.1.0
|
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) |
06 Jan 2009 17:59:31
2.1.0
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
20 Jun 2008 15:01:44
2.1.0
|
miwi  |
- Update to 2.1.0
PR: 124768
Submitted by: mgrooms@shrew.net (maintainer) |
06 Jun 2008 14:01:07
2.0.3_1
|
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) |
27 May 2008 22:12:09
2.0.3
|
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) |
28 Feb 2008 09:48:29
2.0.3
|
miwi  |
- Update to 2.0.3
PR: 118303
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) |
30 Oct 2007 03:54:05
2.0.2
|
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) |
21 Oct 2007 02:51:21
2.0.1
|
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 |