aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host
Commit message (Collapse)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Add host.1 to CLEANFILES.Glen Barber2014-08-261-0/+1
| | | | | | | | | MFC after: 3 days X-MFC-To: stable/10 only Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=270669
* Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
| | | | | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste Notes: svn path=/head/; revision=269648
* Remove BIND.Dag-Erling Smørgrav2013-09-301-28/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Import Magerya Vitaly's ldns-host, and build it instead of the BIND versionDag-Erling Smørgrav2013-09-081-0/+26
| | | | | | | | | in the WITH_LDNS_UTILS case. Approved by: re (blanket) Notes: svn path=/head/; revision=255403
* Reduce WARNS to 0 for dig, host, and nslookup to make themErwin Lansing2013-08-301-1/+1
| | | | | | | | | | | | compile with the optional WITH_BIND_SIGCHASE. Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Approved by: delphij (mentor, implicit) MFC after: 3 days Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=255056
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Update bmake glue for the BIND 9.4.1 import.Doug Barton2007-06-021-2/+3
| | | | | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. Notes: svn path=/head/; revision=170221
* Disable thread support in BIND. It appears to reduce performance ratherDag-Erling Smørgrav2005-07-251-2/+2
| | | | | | | | | | | than increase it, and seems to be the cause of the memory leaks which some users have reported. Requested by: dougb MFC after: 5 days Notes: svn path=/head/; revision=148389
* Per style.Makefile(5), don't define MAN if the only page installedDoug Barton2004-09-261-2/+0
| | | | | | | | | is ${PROG}.1 Reviewed by: ru Notes: svn path=/head/; revision=135815
* Don't expose BIND libraries and their headers to the public by default,Ruslan Ermilov2004-09-241-1/+2
| | | | | | | | | | | | | | | | | | but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb Notes: svn path=/head/; revision=135739
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-221-2/+2
| | | | | | | | | | | POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@ Notes: svn path=/head/; revision=135569
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-211-5/+15
| | | | | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549
* Use libbind to get to the extended resolver and headers.Peter Wemm1999-11-301-0/+1
| | | | Notes: svn path=/head/; revision=53933
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Update for bind-8Peter Wemm1998-05-031-3/+3
| | | | Notes: svn path=/head/; revision=35641
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* build bind-4.9.4-P1 host in it's own directoryPeter Wemm1996-08-293-1680/+6
| | | | Notes: svn path=/head/; revision=17914
* Guard against argument starvation.Jordan K. Hubbard1996-01-161-3/+3
| | | | | | | Noted by: aagero@aage.aage.priv.no Notes: svn path=/head/; revision=13450
* Merge bind-4.9.3-rel stuff ont main line...Peter Wemm1996-01-071-2/+2
| | | | Notes: svn path=/head/; revision=13303
* Merge beta26 changesPeter Wemm1995-10-231-1/+4
| | | | Notes: svn path=/head/; revision=11726
* Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24Peter Wemm1995-08-201-19/+29
| | | | Notes: svn path=/head/; revision=10144
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-29/+29
| | | | Notes: svn path=/head/; revision=8874
* Changed the usage of the new not existant manpage macros CMD_EXT, INDOTAndreas Schulz1994-12-121-3/+3
| | | | | | | and SYS_OPS_EXT to the normal numbers. Garrett, don't kill me :-). Notes: svn path=/head/; revision=5061
* Port host to FreeBSDPaul Traina1994-09-222-2/+8
| | | | Notes: svn path=/head/; revision=2996
* host(1) from BIND 4.9.3BETA9pl1Paul Traina1994-09-222-0/+1665
Notes: svn path=/vendor/bind4/dist/; revision=2988