aboutsummaryrefslogtreecommitdiff
path: root/dns/opendnssec13/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384380
* - Fix location of libsofthsm.so [1]Erwin Lansing2014-07-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | -Update to 1.3.18 [2] Updates: OPENDNSSEC-620: conf.xml: New options: <PidFile> for both enforcer and signer, and <SocketFile> for the signer. Build: Fixed various OpenBSD compatibility issues found by Patrik Lundin <patrik.lundin.swe () gmail.com>. New tool: ods-getconf: to retrieve a configuration value from conf.xml given an expression. Bugfixes: OPENDNSSEC-632: ods-ksmutil: 'zone add' command when zonelist.xml.backup can't be written zone is still added to database, solved it by checking the zonelist.xml.backup is writable before adding zones, and add error message when add zone failed. OPENDNSSEC-624: memory leak when signer failed, solved it by add ldns_rr_free(signature) in libhsm.c simple-dnskey-mailer.sh: Fix syntax error. (by Patrik Lundin https://github.com/eest) libhsm: Fixed a few other memory leaks. PR: 191272 [1], 192022 [2] Submitted by: Andrew Fyfe <andrew@neptune-one.net> [1], Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [2] Notes: svn path=/head/; revision=362634
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Update to 1.3.17Erwin Lansing2014-05-201-3/+2
| | | | | | | | | | | Multiples bugfixes PR: 189973 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=354595
* Use @sampleErwin Lansing2014-05-181-1/+1
| | | | | | | | | | PR: 189869 Submitted by: erwin Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=354474
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to 1.3.16Sunpoet Po-Chuan Hsieh2013-12-051-1/+3
| | | | | | | | | | | - While I'm here, add LICENSE Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-3-16/ PR: ports/184515 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer) Notes: svn path=/head/; revision=335686
* Fix package name collisionBaptiste Daroussin2013-10-141-2/+1
| | | | Notes: svn path=/head/; revision=330275
* dns/opendnssec13: fix pkg-plist without AUDITORWilliam Grzybowski2013-10-031-1/+0
| | | | | | | | | - FIx pkg-plist without AUDITOR Reported by: mat Notes: svn path=/head/; revision=329171
* dns/opendnssec13: update to 1.3.15William Grzybowski2013-09-251-15/+8
| | | | | | | | | | | | | - Update to 1.3.15 [1] - Honor LOCALBASE in sqlite [1] - Convert lib depends to new format - Allow staging PR: ports/182246 [1] Submitted by: Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1] Notes: svn path=/head/; revision=328293
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+1
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* - Update to 1.3.14 [1]William Grzybowski2013-06-031-7/+6
| | | | | | | | | | | | | | - Better SOFTHSM option description - Fix build of AUDITOR option with ruby 1.9 Changes: http://www.opendnssec.org/2013/05/16/opendnssec-1-3-14/ PR: ports/178860 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: culot (mentor) Notes: svn path=/head/; revision=319815
* - Update to 1.4.0 [1]William Grzybowski2013-06-031-0/+85
- Add PORTDOCS - Install extra migration files - Preserve 1.3.x as dns/opendnssec13 Changes: https://wiki.opendnssec.org/display/DOCS/New+in+OpenDNSSEC+1.4 PR: ports/178861 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> [1] Approved by: culot (mentor), maintainer Notes: svn path=/head/; revision=319813