summaryrefslogtreecommitdiff
path: root/mail/ezmlm
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Quell pkglint: don't forcibly hide output of shell commands.schmonz1-2/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-18USE_TOOLS+=patch for "ezmlm-althash" option. Fixes Darwin bulk build.schmonz1-1/+2
2006-01-05Missed a spot; USE_TOOLS+=nroff here too.schmonz1-1/+3
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-2/+1
2005-08-19Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option availableschmonz2-6/+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-7/+5
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-03-23Whitespace.schmonz1-7/+7
2005-03-23Take advantage of mk/djbware.mk.schmonz2-14/+6
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
2005-01-08Move -fno-builtin-log hack from Makefile to hacks.mk.schmonz2-7/+9
2004-12-21With the "althash" option, enable Iain Truskett's 2002-10-16 patchschmonz3-1/+100
to hash the on-disk subscriber database using an algorithm compatible with case-insensitive filesystems. Enabled by default on Darwin. Bump PKGREVISION.
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-22Replace dependencies on "qmail or netqmail" with dependencies on qmail.schmonz1-2/+2
2004-07-21Let the qmail dependency be satisfied by netqmail, if present. Take MAINTAINER.schmonz2-4/+4
2004-07-20Enable pkgviews installation, and reformat a whole bunch.schmonz1-11/+15
2004-07-19Set RESTRICTED directly in this package, rather than in Makefile.common,schmonz2-7/+11
and clarify: we cannot redistribute binary packages because we change the paths of conf-bin and conf-man from the default "/usr/local" and don't provide compatibility symlinks. Set USE_BUILDLINK3=yes. Add "install" to ALL_TARGET in Makefile.common so that the installer is compiled at the end of the build phase, rather than at the beginning of the install phase.
2004-07-16This package defines its own log() that disagrees with gcc's builtin.schmonz1-1/+7
Add -fno-builtin-log to CFLAGS if compiling with gcc.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-07-23Make some bits sharable with, say, an ezmlm-idx package.schmonz3-38/+50
2002-04-25Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-01-21Let this package know where the qmail is by puttingzuntum1-1/+2
${QMAILDIR} into ${WRKSRC}/conf-qmail
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 ezmlm-0.53zuntum4-0/+85
ezmlm is an easy-to-use, high-speed mailing list manager for qmail. ezmlm lets users set up their own mailing lists within qmail's address hierarchy. A user, Joe, types ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net and instantly has a functioning mailing list, joe-sos@isp.net, with all relevant information stored in a new ~/SOS directory. ezmlm takes advantage of qmail's VERPs to reliably determine the recipient address and message number for every incoming bounce message. ezmlm is reliable, even in the face of system crashes. It writes each new subscription and each new message safely to disk before it reports success to qmail. ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into memory. ezmlm hashes the subscription list into a set of independent files so that it can handle subscription requests quickly. ezmlm uses qmail for blazingly fast parallel SMTP deliveries. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890