aboutsummaryrefslogtreecommitdiff
path: root/dns/djbdns/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works.Bryan Drewery2014-04-171-1/+1
| | | | Notes: svn path=/head/; revision=351445
* - Fix race during build of DJB ports that could lead to files leaking out ofBryan Drewery2014-04-031-3/+4
| | | | | | | | | | | | | | | STAGEDIR. The auto_home.c/auto_qmail.c (depending on which conf- file is used) must be deleted to or else this might not be executed depending on how quickly build and pre-install run: ./auto-str auto_home `sed 1q conf-home` > auto_home.c - Move STAGEDIR fixing to post-build with a message explaining the rebuild. - Bump PORTREVISION as pkg_install packages may have been built without some files. Notes: svn path=/head/; revision=350029
* - Use ECHO_CMD instead of echoBryan Drewery2014-04-031-4/+4
| | | | Notes: svn path=/head/; revision=349961
* Touch all -conf files so they do not get rebuilt after auto_home.o has been ↵Baptiste Daroussin2014-03-261-0/+1
| | | | | | | rebuilt Notes: svn path=/head/; revision=349241
* dns/djbdns: Fix *-conf referencing stage directoriesBaptiste Daroussin2014-03-021-2/+2
| | | | | | | | | Fix all the -conf binary trying to look in the stage directory, by enforcing make prog as a build target so they are built during the 'build' phase and not the install phase and thus get right prefix and not the staged one Notes: svn path=/head/; revision=346769
* Revert to test23 version of fefe's patch, as test25 causes repeated ↵David Thiel2014-02-171-2/+3
| | | | | | | segfaults. Bump revision and epoch. Notes: svn path=/head/; revision=344829
* Readd stage supportBaptiste Daroussin2014-02-171-14/+13
| | | | | | | | | | | | | | Build the port as if it didn't support stage, Just before installing, rebuild the install and instcheck binaries with a different prefix including the destdir prefix To avoid everything to be rebuilt again becore conf-home has changed save the original files before building install and instcheck with the new prefix and restore the file again before the do-install target is run This is the trick used in debian Obtained from: debian Notes: svn path=/head/; revision=344724
* Further remove remnants of stage support.David Thiel2014-02-051-3/+9
| | | | Notes: svn path=/head/; revision=342623
* Remove STAGE support, it screws up the run scripts.David Thiel2014-02-041-3/+4
| | | | | | | | PR: 184949 Submitted by: issue reported by DrTebi Notes: svn path=/head/; revision=342592
* Add conflictsDavid Thiel2014-01-071-0/+1
| | | | | | | Submitted by: ketas Notes: svn path=/head/; revision=339027
* Add stage support, update ipv6 patch, update root server IPs, change MAN ↵David Thiel2014-01-041-16/+9
| | | | | | | | | | handling, etc. PR: 184949 Submitted by: Brad Davis Notes: svn path=/head/; revision=338608
* multiple: sync LEGALEitan Adler2013-12-121-0/+2
| | | | | | | | | | Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED due to the mixed opinions of putting something into the public domain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=336244
* 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
* Add option to auto-add users for dnscache, tinydns and dnslog.David Thiel2013-07-231-1/+7
| | | | | | | | PR: ports/180069 Submitted by: Alexandre Biancalana <ale@biancalanas.net> Notes: svn path=/head/; revision=323550
* Dodge "WITH_IPV6" newly becoming the default, since it pulls in an unofficialDavid Thiel2013-05-221-10/+10
| | | | | | | third-party patch and makes the version number go "backwards". Notes: svn path=/head/; revision=318784
* Finish converting dns to new options frameworkBaptiste Daroussin2013-03-261-33/+31
| | | | Notes: svn path=/head/; revision=315266
* Add DNSCurve support for dnscache, using Michael Dempsky's patch.David Thiel2012-02-181-6/+20
| | | | | | | PR: ports/164833 Notes: svn path=/head/; revision=291650
* Update the djbdns IPv6 patch, loong overdue.Peter Pentchev2009-09-041-3/+6
| | | | | | | | PR: 93560 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=240869
* Unbreak the jumbo patch by hosting it locally.Peter Pentchev2009-06-291-1/+2
| | | | | | | | Reported by: "B. Cook" <bcook@bsdwebsolutions.com>, Brett Glass <brett@lariat.net> Notes: svn path=/head/; revision=236759
* Fix the AXFR subdomain overwrite vulnerability discovered byPeter Pentchev2009-03-061-3/+3
| | | | | | | | | | | Matthew Dempsky. Also, fix the quoting of the BROKEN messages. PR: 132366, 132349 Submitted by: Renato Botelho <garga@FreeBSD.org>, Howard Goldstein <hg@queue.to> Notes: svn path=/head/; revision=229572
* Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome ↵Edwin Groothuis2008-05-241-6/+6
| | | | | | | | | problem with defaults in bsd.port.mk Noticed by: linimon@ Notes: svn path=/head/; revision=213576
* Remove RESTRICTED keyword from djbdns portEdwin Groothuis2008-05-241-3/+1
| | | | | | | | | | | | | According to http://cr.yp.to/distributors.html djbdns is put into the public domain, therefore the port doesn't need to be RESTRICTED. PR: ports/122864 Submitted by: Björn Jonare <rksah@bredband.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=213572
* The OPTIONS parsing code in bsd.port.mk doesn't understand singleRuslan Ermilov2008-03-291-7/+7
| | | | | | | | quotes in OPTIONS, but the bug in make's handing of .for loops has been hiding this bug. make(1) from HEAD made this bug visible. Notes: svn path=/head/; revision=210083
* Update the address of the L root server as per ICANN's announcement atPeter Pentchev2007-11-041-1/+1
| | | | | | | | | | http://blog.icann.org/?p=227 Bump PORTREVISION. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202504
* Add in the SRV record patch by Michael Handler.Peter Pentchev2006-09-231-2/+9
| | | | | | | | | | | Note that this is another patch that conflicts with the jumbo patch. PR: 69191 Submitted by: "Michal F. Hanula" <f@7f000001.org>, Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=173653
* RESTRICTED is intended here instead of NO_PACKAGEKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172070
* OPTIONS'ify, rename the WITH_DJBDNS_DUMPCACHE knob to WITH_DUMPCACHE,Peter Pentchev2005-07-071-21/+28
| | | | | | | | | | | | invert WITHOUT_MAN to WITH_MAN, and add the jumbo patch almost like in the PR. Bump PORTREVISION. PR: 65865 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=138650
* Fix the parallel build when WITH_IPV6 is specified: the Makefile wasPeter Pentchev2004-12-291-1/+2
| | | | | | | | | | | | | missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr <ohmer@epita.info> Notes: svn path=/head/; revision=125423
* Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch forPeter Pentchev2004-04-201-0/+9
| | | | | | | | tinydns - keep the data.cdb file mmap'd for a second instead of reopening it on each query. Notes: svn path=/head/; revision=107727
* Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.Peter Pentchev2004-04-141-1/+1
| | | | | | | Pointed out by: dosirak via kris Notes: svn path=/head/; revision=106994
* Add Russ Nelson's ignoreip2 patch [1][2].Peter Pentchev2004-03-111-7/+15
| | | | | | | | | | | Add distribution site grouping for all the patches [1]. PR: 56951 [1], 64062 [2]. Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1], Thomas Vogt <thomas@bsdunix.ch> [2] Notes: svn path=/head/; revision=103611
* Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change.Peter Pentchev2004-01-301-1/+1
| | | | Notes: svn path=/head/; revision=99492
* Correct the distsite for the dnscache-dumpcache patch.Peter Pentchev2003-12-291-2/+2
| | | | | | | | PR: 60631 Submitted by: Paulius Bulotas <paulius@kaktusas.org> Notes: svn path=/head/; revision=96881
* Remove the final traces of my abortive attempt to reimplementPeter Pentchev2003-12-121-22/+4
| | | | | | | | | | the libdjbdns library on my own :) PR: 56950 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=95656
* Update Gerrit Pape's manpages to the 20031023 version.Peter Pentchev2003-10-241-4/+4
| | | | | | | Remove files related to my abortive attempt to reimplement libdjbdns. Notes: svn path=/head/; revision=92050
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* Add net/libdjbdns, a set of patches to the net/djbdns sources whichPeter Pentchev2003-07-241-11/+30
| | | | | | | | | | install the header files and libraries instead of the end-result command-line utilities, thus letting other developers make use of Prof. Bernstein's products without incorporating them in their own projects. Notes: svn path=/head/; revision=85519
* Bump PORTREVISION for the j.root-servers.net IP address update.Peter Pentchev2003-04-101-1/+1
| | | | Notes: svn path=/head/; revision=78693
* Update the j.root-servers.net IP address (yes, long overdue).Peter Pentchev2003-04-101-1/+1
| | | | | | | | | | While I'm here, make the Makefile honor $STRIP instead of hardcoding an '-s' as a link parameter. Submitted by: Eivind Olsen <eivind@aminor.no> - the j.root-servers.net part Notes: svn path=/head/; revision=78692
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-191-0/+1
| | | | Notes: svn path=/head/; revision=75894
* Update to Greg Smarden's 2002/12/11 manual pages snapshot.Peter Pentchev2003-01-141-3/+4
| | | | | | | | | | Bump PORTREVISION; nothing to see here unless you use the manual pages. PR: 46197 Submitted by: Jos Backus <jos@catnook.com> Notes: svn path=/head/; revision=73127
* Update the IPv6 patch to test14; later ones seem to have problemsPeter Pentchev2002-09-201-1/+2
| | | | | | | | | | | | | | receiving datagrams. Fix the build with the dnscache cache dump patch - that is, define DUMPCACHE in the CFLAGS.. PR: 38207, 42480 Submitted by: "Maciej Korzeñ" <maciekk@linux.sky.pl>, Paulius Bulotas <paulius@kaktusas.org> Notes: svn path=/head/; revision=66803
* Add sysutils/ucspi-tcp to the run dependencies for those that need axfrdns.Sean Chittenden2002-09-091-1/+2
| | | | | | | | Reviewed by: knu (mentor) && roam (maintainer) Approved by: knu (mentor) && roam (maintainer) Notes: svn path=/head/; revision=65936
* Add Florent Guillaume's patch for dnscache make the cache persistentPeter Pentchev2002-03-141-3/+21
| | | | | | | | | | | across restarts, conditional on the WITH_DNSCACHE_DUMPCACHE knob. Add a pre-fetch target describing the available makevar knobs. PR: 35483 Submitted by: Joe Barbish <barbish@a1poweruser.com> Notes: svn path=/head/; revision=56097
* Add Felix von Leitner's IPv6 patches if WITH_IPV6 is defined.Peter Pentchev2002-01-311-2/+42
| | | | | | | | | | | Add Gerritt Pape's manual pages unless WITHOUT_MAN is defined. Assume maintainership. Reviewed by: nbm Approved by: nbm (former maintainer) Notes: svn path=/head/; revision=54077
* Update to 1.05; among other things, axfrdns now sends correct transferPeter Pentchev2001-02-121-1/+1
| | | | | | | | | ID's to secondary BIND 9.x servers. Approved by: nbm (maintainer) Notes: svn path=/head/; revision=38255
* We aren't allowed to package djbdns, because we patch the source. I wasNeil Blakey-Milner2001-02-051-0/+2
| | | | | | | pretty sure I had this previously. Notes: svn path=/head/; revision=37967
* Update to 1.04.Peter Pentchev2001-01-221-1/+1
| | | | | | | Approved by: nbm (maintainer) Notes: svn path=/head/; revision=37444
* Update to 1.03.Peter Pentchev2001-01-091-1/+1
| | | | | | | | | PR: 24144 (almost) Submitted by: Dan Peterson <danp@cosmo.jt.org> Approved by: nbm (maintainer) Notes: svn path=/head/; revision=36985
* Update to djbdns 1.02Neil Blakey-Milner2000-09-281-4/+4
| | | | | | | | PR: 21510 Submitted by: Dan Peterson <danp@danp.net> Notes: svn path=/head/; revision=33224