summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Committed the wrong version ... s#/usr/local#${LOCALBASE}#Doug Barton2005-11-274-4/+4
| | | | Notes: svn path=/head/; revision=149630
* Fix a long-standing problem that appears when users installDoug Barton2005-11-274-4/+28
| | | | | | | | | | | | | | openssl from ports, and do not use the option to have the port version overwrite the base version. Several folks have mentioned this problem in the past, but a good workaround (and more importantly, solid testing) were provided by the submitter. Submitted by: Uffe Vedenbrant <uffe@vedenbrant.se> Notes: svn path=/head/; revision=149628
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* - Add SHA256Pav Lucistnik2005-11-261-2/+16
| | | | Notes: svn path=/head/; revision=149518
* - Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149492
* - Move net/doc to dns/doc, which is a more suitable category for itPav Lucistnik2005-11-252-1/+2
| | | | | | | | Approved by: maintainer timeout (sanpei; 1 month) Repocopy by: marcus Notes: svn path=/head/; revision=149486
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-254-0/+7
| | | | Notes: svn path=/head/; revision=149422
* Unbreak powerdnsEdwin Groothuis2005-11-252-2/+4
| | | | | | | | | | Change the Makefile so compiling against the LDAP library works again PR: ports/89477 Submitted by: Ralf van der Enden <tremere@cainites.net> Notes: svn path=/head/; revision=149403
* dns/idnkit: runidn does nothingEdwin Groothuis2005-11-252-1/+3
| | | | | | | | | | | | | | | nstallbug + non-function libidnkutres.la doesn't get installed. "Have you installed idnkit? I cannot find libidnkitres.la." When it is copied into /usr/local/lib, the errormessage disappears, but there is no function. At least by making it run, there is a chance that somebody will fix it. Notes: svn path=/head/; revision=149343
* - Add SHA256Pav Lucistnik2005-11-2412-0/+12
| | | | Notes: svn path=/head/; revision=149250
* - Remove unused checksumPav Lucistnik2005-11-241-2/+1
| | | | | | | - Add SHA256 Notes: svn path=/head/; revision=149248
* - StylePav Lucistnik2005-11-241-1/+0
| | | | Notes: svn path=/head/; revision=149247
* Add SHA256 checksums to my portsDoug Barton2005-11-248-0/+19
| | | | Notes: svn path=/head/; revision=149230
* - Update WWWEmanuel Haupt2005-11-232-1/+2
| | | | | | | | | | | - Add SHA256 hash PR: 89161 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Jason DiCioccio <jd@ods.org> (maintainer) Notes: svn path=/head/; revision=149183
* Update to 0.231Mario Sergio Fujikawa Ferreira2005-11-182-4/+4
| | | | Notes: svn path=/head/; revision=148698
* - Better use of USE_RC_SUBR infrastructurePav Lucistnik2005-11-173-9/+7
| | | | Notes: svn path=/head/; revision=148651
* - Fix rc script and use modern USE_RC_SUBR infrastructurePav Lucistnik2005-11-173-15/+9
| | | | | | | | PR: ports/83946 (inspired by) Approved by: maintainer timeout (se; 4 months) Notes: svn path=/head/; revision=148647
* Update to 0.6. Require perl from ports.Anton Berezin2005-11-172-5/+14
| | | | Notes: svn path=/head/; revision=148572
* Update WWWMarcus Alves Grando2005-11-162-2/+3
| | | | | | | | | | Add SHA256 PR: 89158 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=148532
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-158-11/+8
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* o Permission safeness fix: files can become unaccessible dependingMario Sergio Fujikawa Ferreira2005-11-151-0/+4
| | | | | | | | on umask(1) settings o Bump PORTREVISION Notes: svn path=/head/; revision=148306
* libnet update:Sergey Matveychuk2005-11-141-2/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Update to 1.3.5Mario Sergio Fujikawa Ferreira2005-11-143-4/+6
| | | | | | | Prompted by: edwin (FreeBSD Ports Version Check) Notes: svn path=/head/; revision=148224
* - add SHA checksumDirk Meyer2005-11-131-0/+5
| | | | Notes: svn path=/head/; revision=148088
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-123-3/+5
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-112-0/+2
| | | | Notes: svn path=/head/; revision=147883
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-112-2/+2
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Update to 0.08Pav Lucistnik2005-11-102-4/+4
| | | | | | | Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Notes: svn path=/head/; revision=147818
* Remove the usage of 'misc' as a secondary category.Mark Linimon2005-11-101-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=147782
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | | | | | PR: 88734 Submitted by: maintainer Notes: svn path=/head/; revision=147724
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-082-0/+2
| | | | Notes: svn path=/head/; revision=147643
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Respect LOCALBASEMarcus Alves Grando2005-11-041-2/+2
| | | | | | | | PR: 88489 Submitted by: Hugo Meiland <hugo@meiland.nl> (maintainer) Notes: svn path=/head/; revision=147220
* Update to 2.9.19Koop Mast2005-11-0416-160/+100
| | | | | | | | | | | Changelog: http://rtfm.powerdns.com/changelog.html#CHANGELOG-2-9-19 Add extra patch to plug memory hole. PR: 88231 Submitted by: Ralf van der Ende <tremere AT cainites dot net> (maintainer) Notes: svn path=/head/; revision=147197
* Update to 0.2.0Marcus Alves Grando2005-11-032-4/+3
| | | | | | | | PR: 88440 Submitted by: Neal Nelson <neal@nelson.name> (maintainer) Notes: svn path=/head/; revision=147106
* Update to 1.2.3Marcus Alves Grando2005-10-315-14/+22
| | | | | | | | | | | Add WITHOUT_IPV6 OPTION Take maintainership PR: 88243 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Notes: svn path=/head/; revision=146793
* For the ports that I maintain, do the following as appropriate:Doug Barton2005-10-298-8/+44
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=146646
* Reset maintainer, does not respond to mails for 19 days. Since a fewEmanuel Haupt2005-10-281-1/+1
| | | | | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon) Notes: svn path=/head/; revision=146588
* Update to 0.5.20Kirill Ponomarev2005-10-243-3/+4
| | | | Notes: svn path=/head/; revision=146211
* Update to 2.23Marcus Alves Grando2005-10-242-5/+5
| | | | | | | | | | Fix IPv6 build. Thanks to Richard Hirner PR: 87867 Submitted by: Steven Honson <steven@honson.org> (maintainer) Notes: svn path=/head/; revision=146201
* Make LOCALBASE clean.Alex Dupre2005-10-172-6/+18
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=145619
* Remove undeliverable maintainer address:Kris Kennaway2005-10-171-1/+1
| | | | | | | | | <ozkan@enderunix.org>: host mail.enderunix.org[193.140.143.23] said: 554 mail server permanently rejected message (#5.3.0) (in reply to end of DATA command) Notes: svn path=/head/; revision=145607
* Fix build on 5.x and 6.xMarcus Alves Grando2005-10-162-4/+19
| | | | | | | | | PR: 86500 Notified by: Carsten@earendil.aegisnet.de Approved by: paul@aps.org (maintainer timeout, 14 days) Notes: svn path=/head/; revision=145577
* Make port respect PREFIX.Emanuel Haupt2005-10-161-0/+6
| | | | | | | | Submitted by: pointyhat via kris Approved by: novel (mentor) (implicit) Notes: svn path=/head/; revision=145536
* - Fix rcNG scriptSergey Matveychuk2005-10-112-1/+2
| | | | | | | | PR: ports/87163 Reported by: Michael Blatt <michael.blatt@gmail.com> Notes: svn path=/head/; revision=144981
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Remove deprecated port: Project no longer existsVolker Stolz2005-10-0612-264/+0
| | | | Notes: svn path=/head/; revision=144371
* - update dns/walker to 3.8Emanuel Haupt2005-10-053-8/+7
| | | | | | | | | | | | | - use PLIST_FILES, remove pkg-plist - install PORTDOCS PR: 86889 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=144298
* - Change my e-mailAndrej Zverev2005-10-032-2/+2
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=144051