Commit graph

21 commits

Author SHA1 Message Date
Erwin Lansing
bf94894453 - Add conflicts with upcoming opendnssec2
- Add expiration date

PR:		211020
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2016-07-13 13:26:29 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
c182e0260c - Convert to new options helper
- Convert to new options target helper

Approved by:	portmgr (blanket)
2015-10-27 15:53:49 +00:00
Tijl Coosemans
68edbeeaae - Display a stage-qa warning when ports use PREFIX/var instead of /var
- 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)
2015-04-20 19:06:29 +00:00
Sunpoet Po-Chuan Hsieh
a385ebf32a - Update to 1.58.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2015-04-05 21:30:38 +00:00
Baptiste Daroussin
724bb50381 Cleanup plist 2014-12-09 11:09:42 +00:00
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Erwin Lansing
cfe88cb1ad - Fix location of libsofthsm.so [1]
-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]
2014-07-23 08:05:33 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Erwin Lansing
0cfaf75af5 - Update to 1.3.17
Multiples bugfixes

PR:		189973
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2014-05-20 05:30:07 +00:00
Erwin Lansing
341787890e Use @sample
PR:		189869
Submitted by:	erwin
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2014-05-18 21:42:00 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
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)
2014-04-16 18:28:47 +00:00
Sunpoet Po-Chuan Hsieh
d3609b6b1e - Update to 1.3.16
- 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)
2013-12-05 20:25:48 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
William Grzybowski
262bc746b2 dns/opendnssec13: fix pkg-plist without AUDITOR
- FIx pkg-plist without AUDITOR

Reported by:	mat
2013-10-03 12:23:37 +00:00
William Grzybowski
a3178879a6 dns/opendnssec13: update to 1.3.15
- 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]
2013-09-25 14:03:58 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Baptiste Daroussin
b15e495041 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:28:07 +00:00
William Grzybowski
6a8ee1f592 - Update to 1.3.14 [1]
- 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)
2013-06-03 22:26:05 +00:00
William Grzybowski
c6572e3775 - Update to 1.4.0 [1]
- 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
2013-06-03 22:13:11 +00:00