aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsutl
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 1.11Rong-En Fan2007-08-115-54/+62
| | | | | | | | | | | - Update WWW - Pass maintainership to submitter PR: ports/115267 Submitted by: Stefan Pauly <stefan at fh-mainz.de> Notes: svn path=/head/; revision=197452
* - Sort pkg-plistRong-En Fan2007-08-111-2/+2
| | | | Notes: svn path=/head/; revision=197451
* Reset inactive maintainer due to maintainer-timeouts and no response to email.Mark Linimon2007-03-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=186528
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 1.7Pav Lucistnik2005-07-135-34/+6
| | | | | | | | | | - Take maintainership PR: ports/83332 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Notes: svn path=/head/; revision=139044
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* remove obsolete mastersiteEdwin Groothuis2003-11-031-2/+1
| | | | Notes: svn path=/head/; revision=93004
* - Unbreak dns/dnsutl on 5.xKirill Ponomarev2003-10-222-7/+30
| | | | | | | | PR: 58356 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=91875
* BROKEN on 5.x (does not build)Kris Kennaway2003-10-121-1/+7
| | | | Notes: svn path=/head/; revision=90891
* Reset bouncing maintainer addressKris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90890
* 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
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.6.Maxim Sobolev2000-07-134-15/+26
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30572
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn'tSteve Price1999-12-273-24/+111
| | | | | | | | | | | | | | | | support a '-I' argument, instead of this soelim -Iman1 man1/foo.1 > tmp I did this. (cd man1; soelim foo.1) > tmp PR: 15093 Submitted by: maintainer Notes: svn path=/head/; revision=24123
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Update to version 1.5.Steve Price1999-08-014-101/+27
| | | | | | | | PR: 12848 Submitted by: maintainer Notes: svn path=/head/; revision=20431
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
| | | | Notes: svn path=/head/; revision=19966
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* dns-rev Take the forward DNS mapping and generate the reverse mapping.David E. O'Brien1998-12-016-0/+147
dns-hosts Take the forward DNS mapping and generate the /etc/hosts file. dns-ng Take the forward DNS mapping and generate the /etc/netgroup file. Submitted-by: Karl.Dietz@triplan.com PR: 8664 Notes: svn path=/head/; revision=15017