aboutsummaryrefslogtreecommitdiff
path: root/dns/bind98/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove dns/bind98, it is EOL.Mathieu Arnold2014-10-211-227/+0
| | | | | | | | | Chase remaining dependencies. Sponsored by: Absolight Notes: svn path=/head/; revision=371318
* Update to 9.8.8.Mathieu Arnold2014-09-231-8/+8
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369063
* configure no longer has problems detecting our arch like it had in bind95'sMathieu Arnold2014-09-071-4/+0
| | | | | | | | | | | time, so remove ARCH modification, which leads to other problems, like [1] PR: 193359 [1] Submitted by: dinoex [1] Sponsored by: Absolight Notes: svn path=/head/; revision=367505
* Push back expiration to the end of the month.Mathieu Arnold2014-08-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=364250
* Enable RRL by default.Mathieu Arnold2014-07-291-2/+2
| | | | | | | | Requested by: so many my head hurts Sponsored by: Absolight Notes: svn path=/head/; revision=363400
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Add the expiration date of BIND 9.8.Mathieu Arnold2014-07-111-1/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=361560
* And it's supposed to be lower case.Mathieu Arnold2014-07-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=361553
* Add CPE to BIND9.Mathieu Arnold2014-07-111-0/+8
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=361548
* Remove test bits.Mathieu Arnold2014-06-171-4/+1
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=358151
* Convert dns/bind9* to USES=gssapi.Mathieu Arnold2014-06-171-8/+22
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=358127
* Correct local path for rpz* patchs.Mathieu Arnold2014-06-131-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=357679
* Update to 9.8.7-P1Mathieu Arnold2014-06-121-7/+5
| | | | | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-June/000912.html Sponsored by: Absolight Notes: svn path=/head/; revision=357587
* Do install a rndc.conf.sample.Mathieu Arnold2014-06-091-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=357152
* Unbreak, it seems not everybody as switched to pkg yet...Mathieu Arnold2014-06-091-16/+13
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=357127
* Don't install rndc.confMathieu Arnold2014-06-061-1/+1
| | | | | | | | | | | It is generated by the rc script during the first startup. And if the file is present, it messes up the rndc.key generation. Poked by: Alain Audebert Sponsored by: Absolight Notes: svn path=/head/; revision=356762
* Fix build with GOST (on 10, base OpenSSL doesn't have it)Mathieu Arnold2014-05-171-1/+7
| | | | | | | | | Make sure OpenSSL from ports is used < 10. Sponsored by: Absolight Notes: svn path=/head/; revision=354375
* Ok, revert r354129, it was a bad idea.Mathieu Arnold2014-05-161-1/+1
| | | | | | | | Poked by: many Sponsored by: Absolight Notes: svn path=/head/; revision=354193
* Try and fix the plist for bind9* ports when <10.Mathieu Arnold2014-05-151-1/+1
| | | | | | | | Poked by: swills Sponsored by: Absolight Notes: svn path=/head/; revision=354129
* Make GOST in BIND 9.* optionalMathieu Arnold2014-05-141-2/+5
| | | | | | | | | Test Plan: Currently testing in poudriere Differential Revision: https://phabric.freebsd.org/D12 Notes: svn path=/head/; revision=354095
* Fix the rc script reload command.Mathieu Arnold2014-04-171-1/+1
| | | | | | | | Noticed by: David Samms Sponsored by: Absolight Notes: svn path=/head/; revision=351487
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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
* Two changes to the RC scriptMathieu Arnold2014-04-101-1/+1
| | | | | | | | | | | | - Add a dependency on ldconfig - Allow people to change the pidfile PR: 188439 Submitted by: Oliver Lehmann Sponsored by: Absolight Notes: svn path=/head/; revision=350848
* - Fix startup scriptMathieu Arnold2014-03-271-1/+1
| | | | | | | | | | | - Fix whitespace PR: 188011 Submitted by: takefu Sponsored by: Absolight Notes: svn path=/head/; revision=349338
* Finaly pet rclint.Mathieu Arnold2014-03-251-1/+1
| | | | | | | | With help from: crees Sponsored by: Absolight Notes: svn path=/head/; revision=349162
* Remove GSSAPI from the default options.Mathieu Arnold2014-03-251-2/+2
| | | | | | | | | | Almost nobody needs it, and people keep having a hard time building BIND because of this. Sponsored by: Absolight Notes: svn path=/head/; revision=349154
* - Use SUB_FILES for named.conf and the rc scriptMathieu Arnold2014-03-171-7/+4
| | | | | | | | | - Fix some package installation warnings Sponsored by: Absolight Notes: svn path=/head/; revision=348497
* Pet PORTSCOUT.Mathieu Arnold2014-03-071-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347417
* Always depend on libxml[1]Mathieu Arnold2014-03-061-8/+6
| | | | | | | | | | | Add XML newstats support to bind99[2] PR: 186890[1], 186791[2] Submitted by: Jason Mann[1], Matthew Seaman[2] Sponsored by: Absolight Notes: svn path=/head/; revision=347284
* Try and have BIND start earlier.Mathieu Arnold2014-03-061-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347281
* Don't polute isc-config.sh with gssapi flags.Mathieu Arnold2014-03-041-8/+6
| | | | | | | | Submitted by: hrs Sponsored by: Absolight Notes: svn path=/head/; revision=347046
* Change the BIND ports to use PKGNAMESUFFIX.Mathieu Arnold2014-02-271-2/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=346383
* Use a permanent name for the patch. (same file, the other was a symlink.)Mathieu Arnold2014-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=343206
* Unbreak in the RPZRRL_PATCH case, patch has been released.Mathieu Arnold2014-02-071-5/+1
| | | | | | | | Many thanks to: Vernon Schryver Sponsored by: Absolight Notes: svn path=/head/; revision=343204
* Note that the RPZRRL patch doesn't work yet with that release.Mathieu Arnold2014-01-311-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=341969
* Update to 9.8.7.Mathieu Arnold2014-01-311-2/+2
| | | | | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-January/000895.html Sponsored by: Absolight Notes: svn path=/head/; revision=341951
* Revert r341073, static libs are not supposed to be PICRenato Botelho2014-01-271-1/+0
| | | | Notes: svn path=/head/; revision=341417
* Add -fPIC to CFLAGS for amd64, this fix static librariesRenato Botelho2014-01-251-0/+1
| | | | | | | Approved by: mat@ (maintainer) Notes: svn path=/head/; revision=341073
* Security update to fix CVE-2014-0591 as reported atMathieu Arnold2014-01-131-3/+2
| | | | | | | | | | | | | https://kb.isc.org/article/AA-01078/74/ 9.9.4 -> 9.9.4-P2 9.8.6 -> 9.8.6-P2 9.6-ESV-R10 -> 9.6-ESV-R10-P2 Security: CVE-2014-0591 Remote DOS Notes: svn path=/head/; revision=339612
* Fixup rndc.conf.sample installationMathieu Arnold2014-01-081-3/+3
| | | | | | | Spotted by: antoine Notes: svn path=/head/; revision=339186
* There's always a default value for named_conf now, so no need toErwin Lansing2014-01-071-1/+1
| | | | | | | | | | check for it, and espcially not for a wrong value. Noticed by: Stefan Bethke <stb@lassitu.de> Approved by: mat (maintainer) Notes: svn path=/head/; revision=338989
* Yet another round of fixes.Mathieu Arnold2014-01-061-7/+6
| | | | | | | | This time, it seems all of REPLACE_BASE, not REPLACE_BASE and post Bind removal from base seem to work consistently. Notes: svn path=/head/; revision=338952
* Fix yet another bug, they're creeping like crazy...Mathieu Arnold2014-01-061-1/+1
| | | | Notes: svn path=/head/; revision=338943
* Convert to staging and new options.Mathieu Arnold2014-01-061-147/+62
| | | | Notes: svn path=/head/; revision=338877
* Add the DOCS option to OPTIONS_DEFAULT.Mathieu Arnold2014-01-041-2/+2
| | | | Notes: svn path=/head/; revision=338674
* Hand the BIND ports to a new volunteer.Erwin Lansing2014-01-021-1/+1
| | | | Notes: svn path=/head/; revision=338442
* Fix build with GSSAPI option without KerberosErwin Lansing2013-12-101-0/+4
| | | | | | | | PR: 184560 Submitted by: Dewayne <dewayne@heuristicsystems.com.au> Notes: svn path=/head/; revision=336054
* bind(96,98,99): Couple OSVERSION with OPSYSJohn Marino2013-12-081-4/+4
| | | | | | | | | OSVERSION is platform-specific and must be used with OPSYS. Approved by: maintainer (erwin) Notes: svn path=/head/; revision=335933
* To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,Glen Barber2013-12-071-4/+4
| | | | | | | | | | adjust OSVERSION evaluation in ports that specifically use '100050N'. Approved by: affected maintainers (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335824
* Install named.conf as named.conf.sample and don't overwrite on upgradeErwin Lansing2013-12-051-3/+6
| | | | | | | | Bullet hole in foot: joeld Pointy hat: erwin Notes: svn path=/head/; revision=335667