aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsutl
Commit message (Collapse)AuthorAgeFilesLines
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Register dependency on groffAntoine Brodin2017-05-281-0/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441925
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-051-0/+1
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* Remove patchfile that is no longer needed (forgotten in previous commit)Johan van Selst2014-05-111-119/+0
| | | | Notes: svn path=/head/; revision=353662
* - Update to dnsutl 1.12Johan van Selst2014-05-112-6/+12
| | | | | | | - Adopt port Notes: svn path=/head/; revision=353656
* Reset more maintainers:Antoine Brodin2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr Notes: svn path=/head/; revision=353594
* Support stageBaptiste Daroussin2014-02-172-6/+14
| | | | Notes: svn path=/head/; revision=344741
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - 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