summaryrefslogtreecommitdiff
path: root/mail/dot-forward
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23Take advantage of mk/djbware.mk.schmonz1-11/+4
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-02-24Add RMD160 digests.agc1-1/+2
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-08-30Build the installer at the end of the build phase, rather than atschmonz1-2/+2
the beginning of the install phase.
2004-08-22Replace dependencies on "qmail or netqmail" with dependencies on qmail.schmonz1-2/+2
2004-07-21Set USE_BUILDLINK3=yes.schmonz1-1/+3
2004-07-21We need the latest qmail package in order to install into ${LOCALBASE}.schmonz1-2/+2
2004-07-21Now that we install into the normal ${LOCALBASE}, remove localschmonz2-16/+11
definitions of LOCALBASE and NO_MTREE. Let the qmail dependency be satisfied by netqmail, if present. Rename post-patch to do-configure. Clarify RESTRICTED. Take MAINTAINER. Bump PKGREVISION.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-04-25Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-01-21Alter for new qmail world, bump PKGREVISIONzuntum2-7/+13
2002-01-16Do not mark packages that depend on qmail as IS_INTERACTIVE,zuntum1-3/+1
as it's not really true. (backing out previous)
2002-01-15Set IS_INTERACTIVE in packages that depend on qmail;zuntum1-1/+3
fixes "broken depends" in bulk builds
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-16Initial import of dot-forward-0.71zuntum4-0/+41
dot-forward reads sendmail's .forward files under qmail. You can run it in the qmail startup script to support all your existing .forward files automatically. Individual users can switch to the .qmail mechanism at their leisure. dot-forward supports forwarding, program deliveries, and comments. It does not support file deliveries or :include:. (However, it recognizes file delivery attempts, and defers delivery to give you a chance to set up a .qmail file.) Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891