aboutsummaryrefslogtreecommitdiff
path: root/dns/ldns
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-6/+1
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-2/+1
| | | | | | | | | | | | | | | - Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine Notes: svn path=/head/; revision=539491
* Fix typoSunpoet Po-Chuan Hsieh2020-03-281-1/+1
| | | | | | | Apporved by: portmgr (blanket) Notes: svn path=/head/; revision=529726
* dns/ldns: set MAKE_JOBS_UNSAFE=yesPiotr Kubaj2020-02-291-0/+1
| | | | | | | Fixes threaded build on POWER9 with 72 threads. Notes: svn path=/head/; revision=527414
* dns/ldns: Fix ldns-configDanilo G. Baio2019-09-052-0/+14
| | | | | | | | | | | | After the last update ldns-config is producing wrong information and at least dns/opendnssec and dns/opendnssec2 are failing to build. PR: 240297 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Reported by: Roman Serbski <mefystofel@gmail.com> Notes: svn path=/head/; revision=511275
* dns/ldns: update to 1.7.1Steve Wills2019-09-027-108/+43
| | | | | | | | | | | While here, improve formatting, pet portlint. PR: 239525 PR: 239526 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=510798
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
| | | | Notes: svn path=/head/; revision=484599
* Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-271-1/+1
| | | | | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight Notes: svn path=/head/; revision=463123
* Switch from swig 2.0 to swig 3.0Baptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456845
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove perl5 from RUN_DEPENDSSunpoet Po-Chuan Hsieh2017-07-231-0/+2
| | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 220910 Submitted by: Andrew Romanenko <melanhit@gmail.com> Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) MFH: 2017Q3 Notes: svn path=/head/; revision=446473
* Fix build.Mathieu Arnold2017-03-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436666
* - Update to 1.7.0Martin Wilke2017-03-033-523/+831
| | | | | | | | | | Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog PR: 217495 Submitted by: maintainer Notes: svn path=/head/; revision=435305
* Remove the remaining IGNORE_FreeBSD_9 lines.Mathieu Arnold2017-02-171-5/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=434300
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* - 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