CVS log for ports/dns/bind8/Attic/Makefile
Up to [FreeBSD] / ports / dns / bind8
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.55
Mon Dec 3 09:43:41 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.54: +1 -1 lines
ISC recently announced that BIND 8 has been End-of-Life'd: http://www.isc.org/index.pl?/sw/bind/bind8-eol.php Therefore, per the previous announcement, remove the ports for BIND 8. This includes the chinese/bind8 slave port, and mail/smc-milter which has a dependency on libbind_r.a from BIND 8.x. The latter has been unmaintained since 2005, and is 3 versions behind. Approved by: portmgr (linimon)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Aug 28 00:03:42 2007 UTC (4 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -0 lines
Begin the de-orbit burn for the beloved, but now more than a bit long in the tooth BIND 8. As of today (27 August 2007) ISC has announced that BIND 8 is officially End of Life (EOL) and therefore it's time to say good-bye. Please see http://www.isc.org/sw/bind/bind8-eol.php for details on the reasoning behind the EOL status, the latest security issues, and a migration guide to help you move toward BIND 9.4.x. bind8 (BIND 8.3.7) is marked FORBIDDEN due to the predictable query ID bug (see above) which will not be fixed for this version. bind84 is marked DEPRECATED, and will be upgraded to 8.4.7-P1 when it is available.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Aug 28 06:03:12 2006 UTC (5 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +12 -5 lines
Add OPTIONS to the rest of my ports that need them. Add CONFLICTS to the bind* ports.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Oct 29 07:13:27 2005 UTC (6 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +9 -2 lines
For the ports that I maintain, do the following as appropriate: 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jun 6 07:25:50 2005 UTC (6 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Modify MAINTAINER for use with slave ports Use DOCSDIR PR: ports/73186 Submitted by: leeym
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Mar 21 07:40:45 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Argh. Fix plist by not clobbering PLIST_SUB.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Mar 20 22:16:03 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +23 -16 lines
Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicit variable for replacing includes as well. Users who replaced the base BIND and then attempted to compile other software with -D_REENTRANT were having problems because netdb.h has a different definition for h_errno. The idea of replacing includes originated with users who wanted to compile apps against the libbind installed by the port, however those "power users" can either add the switch to replace includes, or modify their own includes slightly to use the "safe" location for the port include files (PREFIX/include/bind). The PR mentions the problem, along with a cast of thousands. :) Other tuneups for the port are just portlint appeasements. PR: ports/64449 Submitted by: eik
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Nov 27 01:47:29 2003 UTC (8 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Update to 8.3.7, the latest in this branch from ISC. This is a security fix release, which contains a change to, "apply anti-cache poison techniques to negative answers." It also removes the view option to nslookup.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Sep 5 04:54:31 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Massive repo-copies request: net->dns (partly devel->dns) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jun 9 20:30:25 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Upgrade to version 8.3.6, which is a maintenance release to fix a couple of small bugs discovered in 8.3.5. See CHANGES for details.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jun 7 12:07:13 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -1 lines
MAKE_ENV is defined in bsd.port.mk now
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jun 7 11:28:50 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +30 -2 lines
Upgrade to version 8.3.5, the latest from ISC. Several bugfixes are included, as well as a few minor enhancements. Check CHANGES for details. Improve greatly the PORT_REPLACES_BASE option, which now truly replaces everything, including re-positioning nslookup and nsupdate in sbin, and writing over the includes, instead of installing them in include/bind. Unconditionally install dnskeygen in bin, since that's where the base puts it, and it's only confusing to users if they can't find it after an installation. Install isc/ctl.h by hand in the appropriate include directory, since we install it in the base, and the distribution Makefile does not.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:07:36 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_4_8_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Nov 17 08:36:20 2002 UTC (9 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2 lines
Upgrade to version 8.3.4, which simply cleans up and slightly improves the security patches released for 8.3.3.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Nov 16 20:18:42 2002 UTC (9 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -1 lines
* Add more complete PORTDOCS, namely the same files the base installs * This fixes deinstall when PORT_REPLACES_BASE
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Nov 14 07:32:46 2002 UTC (9 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -4 lines
* Bump PORTREVISION to reflect the ISC security patches * Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 1 07:35:52 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -4 lines
add MASTER_SITE_ISC (1) and apply them PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 12 09:32:28 2002 UTC (9 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -0 lines
Forced commit to indicate that my attention was drawn to the manpage path problem by this PR. My solution was different, but similar. PR: ports/40027 Submitted by: Igor Roshchin <str@komkon.org>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jul 12 09:25:47 2002 UTC (9 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +13 -5 lines
* Further improve the lot of those who use this port to replace the base BIND by correcting the path to named.conf in the man pages, and adding -base as a PKGNAMESUFFIX to make things really obvious. * Remove man page install from under NOPORTDOCS. Thanks to mi@ for this one. * Finally beat the CFLAGS issue into submission in a manner that's not terribly elegant, but does survive the "creative" sub-make architecture that they use to build stuff. This method will (hopefully) have the pleasant side effect of not forcing patch-aa to be regenerated quite so often.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jun 29 00:05:17 2002 UTC (9 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Upgrade to 8.3.3, the latest from ISC. This release fixes the libbind bug, and adds logging for people who attempt to exploit it to named. Also improves logging for named-xfer, and adds features to ndc to attempt to preserve command line arguments that named was started with. All users of BIND 8 are HIGHLY encouraged to upgrade to this version.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jun 22 21:45:26 2002 UTC (9 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +15 -1 lines
Upgrade to 8.3.2, the lastest release from ISC. Numerous bug fixes include better EDNS support, the ability to turn EDNS probing off on a per-server basis, better TSIG support, better handling of IPv6, and various improvements to the CLI utilities like dig, host, etc. For other improvements see the CHANGES file. All users of BIND 8 are heavily encouraged to upgrade. Changes to the port: 1. My patch for gid_t handling in 5.x was included in the base. 2. Make use of the new and improved MANPREFIX handling in bsd.port.mk. 3. If the user defines REPLACE_SYSTEM_BIND, we do just that.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 28 05:31:24 2002 UTC (9 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Small tuneups: * Make patching silent, like standard ports * Use MANPREFIX for man pages * Add a patch to specify the right arguments to getgrouplist, by __FreeBSD_version
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Feb 13 21:46:18 2002 UTC (9 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -0 lines
Forced commit to indicate that the previous change, to put sources in their own version-named subdirectory because the filenames are all the same came from Valentin Nechayev <netch@lucky.net>.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Feb 13 21:43:50 2002 UTC (9 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Makefile
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 3 21:37:34 2002 UTC (10 years ago) by dougb
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Upgrade to 8.3.1, an urgent bugfix release. To quote from the release notes, "If you have BIND 8.3.0 you need to upgrade." See /usr/local/share/doc/bind8/CHANGES for a complete list, but the most important change is: 1324. [bug] certian bad delegations could result in a DNS storm.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 21 11:05:59 2002 UTC (10 years ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +11 -4 lines
Upgrade to version 8.3.0, which contains bug fixes too numerous to mention, and a few new features. Many of the bugs are related to memory allocation, and some of BIND's newer features like TSIG, IXFR, etc. Users particularly interested should take a look at the CHANGES file (see below). Perhaps the most significant change is the introduction of EDNS0, the ability to negotiate capabilities between servers. This feature was previously only available in BIND 9. Whether this is a good idea or not is yet to be seen. Install more of the documentation, and wrap it all in PORTSDOCS.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Dec 11 10:28:43 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Allow category of net/bind8 to be overriden in slaves and adjust chinese/bind8 accordingly.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 10 05:18:09 2001 UTC (10 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +12 -3 lines
* Update to 8.2.5, which contains, "Minor bug fixes and portability changes." * Add a note explaining why I don't update this port immediately after a new release, and add some of ISC's mirrors.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 25 08:23:16 2001 UTC (10 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Update to 8.2.4-REL
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 13 23:42:08 2001 UTC (10 years, 9 months ago) by dougb
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Avoid confusing pkg tools with wonky version numbers
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 9 07:11:21 2001 UTC (10 years, 9 months ago) by dougb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -4 lines
Upgrade to version 8.2.4-T2B, aka RC1. Many bugfixes, but no new functionality. Those experiencing problems with 8.2.3, or those with an adventurous spirit should visit http://www.isc.org/products/BIND/bind8-beta.html to see if this is something they should get involved in.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 2 07:34:49 2001 UTC (10 years, 11 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Add more master sites. Requested by: maintainer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 19 07:15:25 2001 UTC (10 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -5 lines
Reverting previous commit. Not only did I not approve, I sent several messages indicating that I did not want this action taken; one of which consisted entirely of the words, "Please do not commit this patch."
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 16 09:08:59 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -1 lines
print warning message after install. PR: 25054 Submitted by: Christoph Weber-Fahr <Christoph.Weber-Fahr@arcor.net> Approved by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jan 31 07:21:18 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Take over maintainership of the BIND's. This is something I use every day, so I'm on top of the security advisories, etc.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 29 22:28:43 2001 UTC (11 years ago) by kris
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -5 lines
Update to BIND 8.2.3 and remove previous maintainer due to timeout.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 5 14:03:21 2001 UTC (11 years, 1 month ago) by jedgar
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Update port to 8.2.2p7 No reponse from: Maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:15:07 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3 lines
Goodbye, YEAR2000. Hello, 2001. Approved by: asami
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:10:15 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 15 01:03:41 1999 UTC (12 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_4_0_0, old_RELEASE_3_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -7 lines
Upgrade to 8.2.2 patch 5
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 12 06:40:36 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -6 lines
Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues. Many people submitted patches for this one, and a combination of them were used.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:22:09 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 8 18:03:44 1999 UTC (12 years, 6 months ago) by jseger
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -7 lines
Upgrade to bind 8.2.1 Submitted by: ust@cert.siemens.de PR: ports/12875
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:25:07 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -0 lines
Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date. Requested By: a bazillion people both on mailing lists and #FreeBSD.
Revision 1.11
Fri Jun 25 20:21:49 1999 UTC (12 years, 7 months ago) by jseger
Branches: MAIN
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
Nuke bind8, it's been in the base system for a while now.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 31 17:36:25 1999 UTC (12 years, 8 months ago) by jseger
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
Use latest patches from ISC. PR: ports/11784
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 4 14:28:37 1999 UTC (12 years, 10 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -8 lines
Upgrade to bind 8.2 Submitted by: Brad Hendrickse <bradh@uunet.co.za> PR: ports/10861
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 13 03:37:27 1999 UTC (13 years, 1 month ago) by scrappy
Branches: MAIN
CVS tags: old_RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Add a couple more Y2K links...
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 10 02:59:27 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Install HTML documentation in ${PREFIX}/share/doc/bind8
PR: 7750
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 19 05:11:59 1998 UTC (13 years, 6 months ago) by gpalmer
Branches: MAIN
CVS tags: old_RELEASE_3_0_0, old_RELEASE_2_2_8, old_RELEASE_2_2_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update comment to match reality
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 21 00:42:19 1998 UTC (13 years, 8 months ago) by jseger
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -11 lines
Upgrade to version 8.1.2. Submitted by: Studded@dal.net
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 14 21:44:27 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -16 lines
Make this build under current again.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 16:23:28 1998 UTC (14 years ago) by wollman
Branches: MAIN
CVS tags: old_RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Take markm out of his misery... The patch belongs to the port's makefile, not bind's.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:17:22 1998 UTC (14 years, 1 month ago) by markm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Install the raw (roff) man pages, not the formatted ones.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 26 00:24:18 1997 UTC (14 years, 2 months ago) by jseger
Branches: old_JSEGER
CVS tags: old_v8_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of bind 8.1.1 port. PR: ports/4118
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 26 00:24:18 1997 UTC (14 years, 2 months ago) by jseger
Branches: MAIN
Initial revision
