aboutsummaryrefslogtreecommitdiff
path: root/security/ike
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unbreak the build against modern OpenSSL versionsAlexey Dokuchaev2021-03-1813-10/+941
| | | | | | | - Remove useless line from the port description Notes: svn path=/head/; revision=568724
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-071-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=498252
* security/ike: remove QTGUI option (Qt4 deprecation)Tobias C. Berner2019-03-172-17/+2
| | | | | | | | | - untested as it is is already broken Approved by: poprtmgr (implicit) Notes: svn path=/head/; revision=496025
* Update devel/bison to 3.3.2Sunpoet Po-Chuan Hsieh2019-02-071-0/+20
| | | | | | | | | Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 235259 Exp-run by: antoine Notes: svn path=/head/; revision=492390
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+7
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=423014
* - Switch to USES=tar:tbz2Dmitry Marakasov2016-03-312-29/+15
| | | | | | | | | | | - Switch to options helpers - Fix typo - Fix plist for WITH=QTGUI case Approved by: portmgr blanket Notes: svn path=/head/; revision=412229
* - Switch to USES=libedit as suggested by stage-qaDmitry Marakasov2015-09-021-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=395841
* Cleanup plistAntoine Brodin2014-11-131-3/+1
| | | | Notes: svn path=/head/; revision=372514
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* net/openldap24-*:Tijl Coosemans2014-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Fix several typos in the ports tree.Lars Engels2014-02-041-1/+1
| | | | | | | | PR: ports/176378 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Notes: svn path=/head/; revision=342601
* - Stage supportMartin Wilke2014-01-312-5/+3
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342012
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* security/ike: update to 2.2.1William Grzybowski2013-06-143-25/+11
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=320917
* Update to version 2.2.0Pawel Pekala2013-05-024-46/+25
| | | | | | | | PR: ports/178100 Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) Notes: svn path=/head/; revision=317114
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-10/+10
| | | | Notes: svn path=/head/; revision=316749
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-8/+0
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Fix plist when WITHOUT_QTGUI=yesPawel Pekala2011-10-163-7/+41
| | | | | | | | | | | - Make install PREFIX safe PR: ports/154973 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=283599
* Fix a typo.Jimmy Olgeni2011-09-091-1/+1
| | | | Notes: svn path=/head/; revision=281504
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Add rc.d file forgotten in previous commitJohan van Selst2010-10-311-0/+29
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=263834
* Update ike to version 2.1.7Johan van Selst2010-10-314-45/+32
| | | | | | | | PR: ports/151311 Submitted by: Matthew Grooms (maintainer) Notes: svn path=/head/; revision=263825
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 2.1.4Erwin Lansing2009-07-233-9/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=238243
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* - Update bison to 2.4.1, see announcements for important changes:Johan van Selst2009-03-061-0/+20
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=229566
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+1
| | | | Notes: svn path=/head/; revision=225335
* - Update to 2.1.0Martin Wilke2008-06-204-10/+12
| | | | | | | | PR: 124768 Submitted by: mgrooms@shrew.net (maintainer) Notes: svn path=/head/; revision=215358
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-7/+1
| | | | | | | | | | - 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) Notes: svn path=/head/; revision=213789
* - Update to 2.0.3Martin Wilke2008-02-283-6/+6
| | | | | | | | PR: 118303 Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer) Notes: svn path=/head/; revision=208066
* - Update to version 2.0.2.Alejandro Pulver2007-10-303-13/+19
| | | | | | | | | - Update the NAT-T patch notice (in pre-everything). Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer, via e-mail) Notes: svn path=/head/; revision=202395
* This port contains the Shrew Soft ike daemon and client tools. TheAlejandro Pulver2007-10-214-0/+112
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 Notes: svn path=/head/; revision=201702