aboutsummaryrefslogtreecommitdiff
path: root/dns/ldns
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-271-2/+0
| | | | | | | | | - Adjust plist of ports depending on it PR: 212869 Notes: svn path=/head/; revision=422818
* Fix build on 9.Mathieu Arnold2016-09-211-1/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=422561
* dns/ldns: Fix SSL library configuration for slave dns/py-ldnsJohn Marino2016-09-121-0/+1
| | | | | | | Approvd by: SSL blanket Notes: svn path=/head/; revision=421926
* dns/ldns: Fix SSL library support, tidy optionsJohn Marino2016-09-101-33/+23
| | | | | | | | | | | | | | | | | | The makefile for the ldns was very hard to follow due to preprocessor- like hunks changing the logic flow even across targets. As part of the SSL fix, I felt compelled to convert much of the options logic to the modern options framework to make it simpler to follow the makefile logic (as a side benefit the port is a bit more tidy). I also reworked the FreeBSD 9 + GOST option logic to set the new IGNORE_FreeBSD_9 variable if GOST was requested on FreeBSD 9 with the base SSL library. I believe the previous logic using the WITH_OPENSSL_PORT knob and CONFLICTS setting was incorrect. Approvd by: SSL blanket Notes: svn path=/head/; revision=421646
* Fix ports depending on security/(open|libre)ssl directly.Mathieu Arnold2016-07-041-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418011
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Add CPE infoDmitry Marakasov2015-05-141-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386295
* Revert unintended changeBaptiste Daroussin2015-04-051-1/+2
| | | | | | | Reported by: flo Notes: svn path=/head/; revision=383358
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-2/+1
| | | | Notes: svn path=/head/; revision=383357
* Correct a spaces -> tab issue that slipped by the previous commitMark Felder2015-02-251-1/+1
| | | | Notes: svn path=/head/; revision=379924
* Fix issues with LibreSSLMark Felder2015-02-255-1/+70
| | | | | | | | PR: 191853 Approved by: maintainer Notes: svn path=/head/; revision=379920
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376416
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371557
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-191-1/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* Avoid dependency on devel/libtoolTijl Coosemans2014-10-051-3/+6
| | | | Notes: svn path=/head/; revision=370050
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-222-4/+5
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=365621
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-4/+4
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Install libldns.pcErwin Lansing2014-05-152-0/+3
| | | | | | | | | PR: 189263 Submitted by: Josh Cepek <josh.cepek@usa.net> Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=354136
* Convert p5-DNS-Ldns to staging.Mathieu Arnold2014-04-301-0/+5
| | | | | | | | Truckload of pointy hats to: erwin Sponsored by: Absolight Notes: svn path=/head/; revision=352683
* dns/ldnsDanilo Egea Gondolfo2014-02-061-2/+2
| | | | | | | | | | | | - Convert LIB_DEPENDS to new syntax dns/py-ldns - Add stage support [1] Reported by: mat [1] Notes: svn path=/head/; revision=343142
* - Update from 1.6.16 to 1.6.17Danilo Egea Gondolfo2014-02-064-1442/+526
| | | | | | | | | | | | | | while here - Add stage support - Remove the indefinite article from COMMENT - Convert LICENSE from BSD to BSD3CLAUSE - Convert USE_GMAKE to USES PR: ports/185787 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=343133
* dns/ldns: Bump PORTREVISIONKubilay Kocak2013-11-241-1/+1
| | | | | | | | PR: ports/182709 Reported by: Mathieu Arnold <mat@mat.cc> Notes: svn path=/head/; revision=334749
* dns/ldns: Fix packaging list for ldns-configKubilay Kocak2013-11-241-1/+1
| | | | | | | | | PR: ports/182709 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: maintainer Notes: svn path=/head/; revision=334734
* The dns/py-ldns stopped building. Recent chenges in theErwin Lansing2013-10-132-1/+1215
| | | | | | | | | | | | | | ports unearthed a serious defevt in the original build process. This changes patches configure file. There will be a new release of this port which will contain a new configure file. Until then this patch is needed. PR: 182183 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=330249
* 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
* - Do not depend on security/openssl if openssl in base is sufficient.Sergey Matveychuk2013-09-051-1/+3
| | | | | | | | | PR: ports/178262 Submitted by: Jan Beich <jbeich@tormail.org> Reviewed by: ldns' port maintainer Notes: svn path=/head/; revision=326404
* Have dns/py-ldns only install the Python bits.Mathieu Arnold2013-07-112-26/+27
| | | | | | | | | PR: ports/179812 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=322766
* Update to 1.6.16Erwin Lansing2012-11-262-4/+3
| | | | | | | | | | | | | | | ldns 1.6.14 and ldns 1.6.15 had a bug in creating empty bitmaps for NSEC3 on empty non-terminals; and were unable to build a loadable pyldns module. This release has those two bugs resolved. PR: 173626 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=307784
* Bump PORTREVISION in order to make the registration of CONFLICTS work.Emanuel Haupt2012-11-221-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307650
* - Add dns/py-ldns, a stub port of dns/ldns with python bindings enabled. ThisEmanuel Haupt2012-11-221-0/+4
| | | | | | | | | | is required for the upcoming dns/sshfp update - Register CONFLICTS and PKGNAMEPREFIX in dns/ldns Feature safe: yes Notes: svn path=/head/; revision=307648
* - Rename DOCS option to DOXYGEN and turn it off by default, restoring ↵Alex Kozlov2012-11-081-5/+5
| | | | | | | | | | | | | | pre-OptionsNG status quo - Shorten GOST option description, to fit in old dialog's line restrictions on 8.x - Use standard EXAMPLES/DOXYGEN descriptions - Remove quotes from option descriptions Approved by: Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307192
* - Update ldns to 1.6.15 [1]Alex Kozlov2012-10-312-8/+5
| | | | | | | | | | | | | | | - Add an entry to UPDATING about binary incompatibility in previous version of ldns - Fix OptionsNG - Bump PORTREVISION for all ports dependent on dns/ldns - Remove ABI version numbers from LIB_DEPENDS while I'm here PR: ports/173080 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1] Approved by: portmgr (erwin) Feature safe: yes Notes: svn path=/head/; revision=306736
* - Update to 1.6.14 [1]Frederic Culot2012-10-243-28/+32
| | | | | | | | | | | | | | - Convert to OptionsNG [2] Changes: http://www.nlnetlabs.nl/svn/ldns/tags/release-1.6.14/Changelog PR: ports/173003 [1] ports/171934 [2] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1] Takefu <takefu@airport.fm> [2] Feature safe: yes Notes: svn path=/head/; revision=306335
* - Disable ECDSA supportMartin Wilke2012-05-281-5/+1
| | | | | | | | PR: 168394 Submitted by: maintainer Notes: svn path=/head/; revision=297570
* - Update to 1.6.13Alex Kozlov2012-05-243-8/+9
| | | | | | | | | | | | | | | This is mostly a bugfix release. Most notable new features are ECDSA support (RFC 6605) and command-line options for ldns-verify-zone for validating against given keys and for safety margins on signatures inception and expiration times. - The examples and drill programs will now built by default. PR: ports/168296 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=297335
* - Update to 1.6.12Martin Wilke2012-01-282-12/+15
| | | | | | | | PR: 164224 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=289952
* - Need to include bsd.port.options.mk to make OPTIONS work [1]Michael Scheidell2012-01-111-0/+3
| | | | | | | | | PR: ports/163734 [1] Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [1] Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer), gabor (mentor, implicit) Notes: svn path=/head/; revision=288957
* - Fix INDEXMartin Wilke2011-11-071-1/+1
| | | | Notes: svn path=/head/; revision=285217
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-8/+1
| | | | Notes: svn path=/head/; revision=285212
* - Update to 1.6.11Ryan Steinmetz2011-10-062-23/+24
| | | | | | | | | | - Fix up whitespace PR: ports/161133 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=283078
* - Update to 1.6.10Wen Heping2011-06-013-4/+6
| | | | | | | | PR: ports/157478 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=274907
* Add an option for installing python bindings.Emanuel Haupt2011-04-162-2/+21
| | | | | | | | PR: 156419 Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=272816
* - Update to 1.6.9Wen Heping2011-03-172-3/+3
| | | | | | | | PR: ports/155613 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=271075
* - Update to 1.6.8Pav Lucistnik2011-01-263-16/+43
| | | | | | | | | PR: ports/154268 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268253
* - change maintainer to submitter (NLnetNLabs)Olli Hauer2010-12-201-4/+7
| | | | | | | | | | | | | - patch includes fix for PR ports/153165 port dns/ldns fails to build with config (EXAMPLES=on and GOST=off) - bump PORTREVISION PR: ports/153228 ports/153165 Submitted by: Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (new maintainer) Approved by: Konstantin Saurbier <konstantin _at_ saurbier.net> (old maintainer) Notes: svn path=/head/; revision=266667
* Update to 1.6.7Beech Rintoul2010-12-102-6/+11
| | | | | | | | | | PR: ports/152578 Submitted by: Jaap Akkerhuis (jaap@NLnetLabs.nl) Approved by: Konstantin Saurbier (konstantin@saurbier.net) (maintainer) itetcu (mentor) (implicit) Notes: svn path=/head/; revision=266007
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663