summaryrefslogtreecommitdiff
path: root/net/djbdns
AgeCommit message (Collapse)AuthorFilesLines
2006-01-11Fix ${MACHINE_ARCH} conditional (it's "x86_64, not "amd64"). Sinceschmonz2-5/+59
Bernhard Roth's tinydns-data patch for 64-bit systems is no longer available on the net, store it directly in pkgsrc.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-10-05Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option).schmonz1-2/+2
2005-10-05Now that a branch has been cut, remove PKG_OPTIONS_LEGACY_{OPTS,VARS}.schmonz1-3/+1
2005-09-02Give these hacks a meaningful name ("arm-gcc2-optimizer").schmonz1-2/+2
2005-08-24Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk.schmonz2-5/+10
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option availableschmonz2-5/+3
in all packages using djbware.mk. For now, keep the same default, avoiding PKGREVISION bumps.
2005-08-19Whitespace.schmonz1-2/+1
2005-07-19Distinguish package-specific options as such, supporting the old namesschmonz1-14/+7
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-4/+5
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Note axfrdns-conf(8) manpage in PLIST, and bump PKGREVISION. Whileschmonz3-4/+6
here, add an RMD160 checksum for the "ignoreip2" patch.
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz1-3/+3
supplied manual pages) across djbware.
2005-04-07Belatedly suggest djbdns-run for rbldns service as well.schmonz1-3/+3
2005-03-30Bernhard Roth published his 64-bit tinydns-data fix. Pull it in asschmonz3-61/+21
an external patch file via the "tinydns64" option (enabled by default on sparc64, alpha, and amd64). Binary package should behave identically, so no PKGREVISION bump.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-03-23Remove package-specific workarounds for the glibc-vs-errno conflict.schmonz1-6/+1
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux by default; if you were relying on that, set it explicitly.
2005-03-23Whitespace.schmonz1-2/+2
2005-03-23Take advantage of mk/djbware.mk.schmonz1-12/+3
2005-03-21Incorporate patch from Bernhard Roth to correct the default valuesschmonz3-3/+61
generated by tinydns-data on sparc64 (and presumably other 64-bit platforms). Discussed on the dns list in this thread: http://marc.theaimsgroup.com/?l=djbdns&m=110845281123105&w=2 Bump PKGREVISION for this user-visible change. Addresses PR pkg/28420.
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+4
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-0/+2
PKG_OPTIONS.<pkg>+= foo blah
2004-09-01Describe this package's particular reasons for RESTRICTED.schmonz1-1/+4
2004-09-01Whitespace, and remove the "by Dan Bernstein" from COMMENT. Everyoneschmonz1-22/+22
already knows.
2004-09-01Updated man pages to 20031023. From the changelog:schmonz11-187/+122
* merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8, tinydns-data.8. * pickdns-conf.8, pickdns-data.8, pickdns.8: remove. * dnscache-conf.8, rbldns-conf.8, tinydns-conf.8, walldns-conf.8: adapt. * axfrdns-conf.8: new. pkgsrc changes: * Convert to bsd.options.mk. Available options: "ignoreip2 inet6". * Set USE_BUILDLINK3=yes. * Patch to honor PKG_SYSCONFDIR. * As long as we're patching, patch the installer to avoid setting unusual permissions on ${PREFIX} and ${PREFIX}/bin. * Work around the standard djbware errno problem on recent Linux glibc. * Update to the latest pkgsrc djbware RESTRICTED clause. * Remove the third-party logfile formatters (they can go elsewhere if needed). * Take maintainership (suggested by zuntum). Bump PKGREVISION.
2004-04-10Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copyingzuntum1-3/+3
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has a chance to work.
2004-03-30Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles whichtaca2-12/+13
don't have version information. Suggested by wiz@.
2004-03-29Enable pkgviews installation.schmonz1-1/+5
2004-03-28dnscache-log.pl.txt was changed to prevent output buffering.taca2-5/+5
Bump PACKAGEREVISION. Noted by Michal Pasternak on tech-pkg.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2003-09-24Add Russ Nelson's dnscache patch to ignore IP addresses listed inschmonz4-4/+79
root/ignoreip, in response to Verisign's latest silliness. The behavior of dnscache is unchanged unless you create this file. Bump PKGREVISION. While I'm here, change the "post-patch" target to "do-configure", since that's what it's doing. See <URL:http://tinydns.org/djbdns-1.05-ignoreip2.patch> for more information about this patch.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-5/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-03-29Bump PKGREVISION: dnscache-log.pl.txt checksum changed.salo3-37/+25
Changes: - added usage - small fix in hex to dotted decimal notation address convertor - simplify DESCR, remove duplicate MESSAGE text
2002-12-14Update contributed man pages. From the changelog:schmonz3-23/+20
Wed, 2 May 2001 14:30:38 +0200 * merged changes from axfr-get.html into axfr-get.8 * added contributed man-page tinydns-edit.8, thanks Jonathan de Boyne Pollard. Wed, 30 Jan 2002 16:29:54 +0100 * merged changes from tinydns-data.html into tinydns-data.8 Wed, 11 Dec 2002 10:23:18 +0100 * merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8, dnscache-conf.8, dnscache.8, dnsfilter.1, dnsip.1, dnsipq.1, dnsmx.1, dnsname.1, dnsq.1, dnsqr.1, dnstrace.1, dnstxt.1, qualification.5, tinydns-conf.8, tinydns-data.8. * tinydns-get.1: new. pkgsrc changes: - simplify post-extract by using REPLACE_PERL - simplify post-install by looping over all available man pages - update MASTER_SITES for man pages - bump PKGREVISION (a few man pages added)
2002-12-08Whitespace complaint from pkglint.cjep1-2/+2
2002-06-03Turn off optimization -O2 on NetBSD arm platforms so that this packagecjep1-3/+5
builds.
2002-05-13Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2001-11-18Introduce MANVERSION (now set to 20010212), so proper file name is usedzuntum1-3/+5
in both DISTFILES and EXTRACT_ONLY (last time I broke it by updating DISTFILES without altering EXTRACT_ONLY approperiately). Pointed out by Amitai Schlair <schmonz@schmonz.com> in private mail. Thanks!
2001-11-13Switch to date-versioned manpages tarballzuntum2-6/+6
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-22We neither have to nor want to substitute /etc with ${PREFIX}/etczuntum1-7/+1
in *example usage* of various -conf programs: $ tinydns-conf tinydns-conf: usage: tinydns-conf acct logacct /etc/tinydns myip
2001-10-10Avoid cc -O bug on arm32 for djbdnsabs1-1/+5
2001-06-14Update distinfo because djbdns-1.05-man has been modified.zuntum1-3/+3
Changes: merged changes from axfr-get.html into axfr-get.8: http://cr.yp.to/djbdns/doc.tar.gz added contributed man-page tinydns-edit.8, thanks Jonathan de Boyne Pollard.