aboutsummaryrefslogtreecommitdiff
path: root/dns/bundy
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.Mark Linimon2020-03-181-4/+5
| | | | | | | | | | | | (Note that these have not yet been re-tested on elfv1.) While here, pet portlint (e.g. location of BROKEN_*, and, in one case, USES). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=528623
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Clean up plistAntoine Brodin2019-04-251-89/+89
| | | | Notes: svn path=/head/; revision=500004
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* dns/bundy should build fine on 12.0 and 13.0 after r485334Tobias Kortkamp2018-11-191-3/+0
| | | | Notes: svn path=/head/; revision=485335
* Mark this broken on 12 and 13.Mathieu Arnold2018-11-051-0/+3
| | | | | | | | | | Fails with: ./bundy-certgen -q -w *** Signal 11 Notes: svn path=/head/; revision=484183
* Apply band-aid to fix build, and cleanup.Mathieu Arnold2018-10-061-4/+3
| | | | | | | Nagged by: pkg-fallout Notes: svn path=/head/; revision=481329
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Those ports have been broken a while now.Mathieu Arnold2018-05-171-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470199
* Mark more ports broken that fail on both armv6 and armv7.Mark Linimon2017-12-091-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455813
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to latest commit.Mathieu Arnold2017-09-192-4/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=450113
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-3/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Add more PLIST_SUB to Mk/Uses/python.mkSunpoet Po-Chuan Hsieh2017-01-072-191/+179
| | | | | | | | | | | | | | | | | | | - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine Notes: svn path=/head/; revision=430839
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-2/+1
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-1/+1
| | | | Notes: svn path=/head/; revision=418119
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Don't depend on boost any more, we just need some headers, and stick toMathieu Arnold2016-04-182-3/+7
| | | | | | | | | | | boost 1.55. PR: 207982 Submitted by: truckman Sponsored by: Absolight Notes: svn path=/head/; revision=413583
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update botan110 to 1.10.12Guido Falsi2016-03-311-1/+1
| | | | | | | | | | | | | - Chase shlib version bump in dependent ports PR: 208393 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer) Security: 2004616d-f66c-11e5-b94c-001999f8d30b Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b MFH: 2016Q1 Notes: svn path=/head/; revision=412212
* Fix packaging with python 3.5 and also installs stripped sharedMathieu Arnold2016-03-072-91/+102
| | | | | | | | | | | libraries. PR: 207761 Submitted by: rm Sponsored by: Absolight Notes: svn path=/head/; revision=410533
* Update to d310c5d.Mathieu Arnold2016-01-252-13/+7
| | | | | | | | | | While there, use the now available py3x-sqlite3 ports, so that a package is built even if the default Python is not 3. Sponsored by: Absolight Notes: svn path=/head/; revision=407232
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-201-2/+2
| | | | | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery Notes: svn path=/head/; revision=381777
* Fix the new USE_GITHUB to rename the distfile such that it does notBryan Drewery2015-03-191-2/+2
| | | | | | | | | | | | | | | conflict with the old scheme and cause a "reroll" or "invalid checksums". This also avoids clobbering the FreeBSD distcache. Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this again for anything. It's more a hint of how to handle it in the future. Reported by: mat Discused with: mat, antoine, swills With hat: portmgr Notes: svn path=/head/; revision=381688
* Convert to the new USE_GITHUB.Mathieu Arnold2015-03-192-5/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381683
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Update to latest commit.Mathieu Arnold2015-03-112-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381001
* Cleanup @dirrm* from my ports.Mathieu Arnold2014-10-021-70/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369839
* Remove two obsolete and unused lines.Mathieu Arnold2014-09-171-2/+0
| | | | | | | | Submitted by: tijl Sponsored by: Absolight Notes: svn path=/head/; revision=368417
* Fix WWW.Mathieu Arnold2014-09-171-1/+1
| | | | | | | | Noticed by: bapt Sponsored by: Absolight Notes: svn path=/head/; revision=368395
* Update to snapshot from 20140822.Mathieu Arnold2014-09-174-197/+202
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368393
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Update to latest snapshot.Mathieu Arnold2014-05-252-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=355099
* Add bundy, the successor of BIND10.Mathieu Arnold2014-05-155-0/+976
Until a release is done, this will be a snapshot from the github source tree. http://bundy-dns.de/ Sponsored by: Absolight Notes: svn path=/head/; revision=354144