summaryrefslogtreecommitdiff
path: root/mail/cucipop
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+3
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2011-11-01Do not link against -lcrypt on MirBSD, fixes the build.bsiegert3-10/+16
2010-02-19Use real root. XXX should be sgid to the mail daemon groupjoerg1-2/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-5/+7
their files via a custom do-install target.
2007-06-20Use the subst framework instead of a manual sed loop.jlam1-7/+7
2007-06-19* makevpopdb(8) does not need to be setgid anything. It is supposed to bejlam4-18/+36
run as "root". * Remove unnecessary passing of ROOT_USER and ROOT_GROUP to the distribution Makefile. Instead, we simply use BSD_INSTALL_* macros to do the installation and use SPECIAL_PERMS to clean up and special permissions after the fact. * Add a TODO section to the package Makefile that highlights the things that need to be done to fix this package. * Fix MESSAGE to refer to ${PREFIX}, not ${LOCALBASE}, for the location of the installed files. Bump PKGREVISION to 3 due to change in permissions for makevpopdb.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
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-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-08Fix errno.joerg2-5/+14
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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-07-19Set LICENSE to cucipop-license.wiz1-2/+2
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-06-01Finish conversion to options framework.wiz1-6/+3
2005-06-01Sort.wiz1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+3
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+2
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-11-15Fix error in previous... BDB_ACCEPTED needs to be defined before includingjlam1-2/+2
bdb.buildlink3.mk.
2004-11-15Refer to the Berkeley DB libraries using ${BDB_TYPE} instead of db2.jlam1-2/+2
This has no effect, but makes maintenance easier if we ever add to BDB_ACCEPTED in this Makefile.
2004-11-15More accurately follow template package Makefile.jlam1-10/+5
2004-09-02add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs ingrant4-2/+45
db2 code using hints from debian's fix. makevpopdb works now, but there are still bugs lurking in the virtual domain code. no PKGREVISION bump as db2 is not enabled by default.
2004-09-02the man pages installed are not gzip'd.grant1-3/+3
2004-09-02remove bogus stuff about enabling in inetd - it's already in the MESSAGE.grant1-4/+0
2004-09-02whitespace nitsgrant1-3/+3
2004-01-26use bsd.pkg.install.mk features, SPECIAL_PERMS for setgid binary,grant2-4/+14
use MAKE_DIRS for bulletins directory. use BSD install to install binaries and man pages. fixes install on Solaris. bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Use ROOT_USER and ROOT_GROUP in patch file, instead of root and wheel.jmmv3-6/+9
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv3-8/+8
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-29add note about modifying /etc/inetd.conf.grant1-1/+10
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-01Honor CFLAGS passed in from the environment during the build. Also convertjlam2-42/+28
from a context diff to a unidiff as per pkgsrc standards.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-23pull latest IPv6 patch. this fixes standalone mode behavior.itojun2-4/+4
commented by brad@openbsd
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+4
2001-01-28pull newer IPv6 patch. fixes issues with loggingitojun2-4/+4
2000-12-01Make this work on pre-1.5 systems -- check if USE_INET6 is definedfredb1-2/+2
before testing it's value.
2000-11-22pull IPv6 support from ftp.kame.netitojun4-6/+20
1999-07-09Add package patch checksum files.agc1-0/+7
1998-08-07Add NetBSD RCS Ids.agc1-0/+2