Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-06-12 | Add inet6 to default suggested options. It's 2012. | wiz | 1 | -1/+2 | |
2011-11-01 | Do not link against -lcrypt on MirBSD, fixes the build. | bsiegert | 3 | -10/+16 | |
2010-02-19 | Use real root. XXX should be sgid to the mail daemon group | joerg | 1 | -2/+2 | |
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -2/+1 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -5/+7 | |
their files via a custom do-install target. | |||||
2007-06-20 | Use the subst framework instead of a manual sed loop. | jlam | 1 | -7/+7 | |
2007-06-19 | * makevpopdb(8) does not need to be setgid anything. It is supposed to be | jlam | 4 | -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 BINGRP | jlam | 1 | -2/+2 | |
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -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-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-08 | Fix errno. | joerg | 2 | -5/+14 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-20 | Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so | jlam | 1 | -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-19 | Set LICENSE to cucipop-license. | wiz | 1 | -2/+2 | |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-06-01 | Finish conversion to options framework. | wiz | 1 | -6/+3 | |
2005-06-01 | Sort. | wiz | 1 | -3/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+3 | |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -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-15 | Fix error in previous... BDB_ACCEPTED needs to be defined before including | jlam | 1 | -2/+2 | |
bdb.buildlink3.mk. | |||||
2004-11-15 | Refer to the Berkeley DB libraries using ${BDB_TYPE} instead of db2. | jlam | 1 | -2/+2 | |
This has no effect, but makes maintenance easier if we ever add to BDB_ACCEPTED in this Makefile. | |||||
2004-11-15 | More accurately follow template package Makefile. | jlam | 1 | -10/+5 | |
2004-09-02 | add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs in | grant | 4 | -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-02 | the man pages installed are not gzip'd. | grant | 1 | -3/+3 | |
2004-09-02 | remove bogus stuff about enabling in inetd - it's already in the MESSAGE. | grant | 1 | -4/+0 | |
2004-09-02 | whitespace nits | grant | 1 | -3/+3 | |
2004-01-26 | use bsd.pkg.install.mk features, SPECIAL_PERMS for setgid binary, | grant | 2 | -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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-15 | Use ROOT_USER and ROOT_GROUP in patch file, instead of root and wheel. | jmmv | 3 | -6/+9 | |
2003-06-07 | Avoid hardcoding /usr/pkg in patch files. | jmmv | 3 | -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-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-09-29 | add note about modifying /etc/inetd.conf. | grant | 1 | -1/+10 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-08-21 | include libs to make this work on Solaris. | grant | 1 | -1/+5 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-05-01 | Honor CFLAGS passed in from the environment during the build. Also convert | jlam | 2 | -42/+28 | |
from a context diff to a unidiff as per pkgsrc standards. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-23 | pull latest IPv6 patch. this fixes standalone mode behavior. | itojun | 2 | -4/+4 | |
commented by brad@openbsd | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+4 | |
2001-01-28 | pull newer IPv6 patch. fixes issues with logging | itojun | 2 | -4/+4 | |
2000-12-01 | Make this work on pre-1.5 systems -- check if USE_INET6 is defined | fredb | 1 | -2/+2 | |
before testing it's value. | |||||
2000-11-22 | pull IPv6 support from ftp.kame.net | itojun | 4 | -6/+20 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |