Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -2/+5 | |
their files via a custom do-install target. | |||||
2007-03-24 | Quell pkglint: add QMAILDIR to BUILD_DEFS. | schmonz | 1 | -1/+2 | |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 1 | -3/+1 | |
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-08-30 | Update MASTER_SITES. | schmonz | 1 | -2/+2 | |
2004-07-22 | Express post-patch using subst.mk instead. Shorten COMMENT. Take | schmonz | 1 | -7/+7 | |
MAINTAINER. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-28 | Remove unnecessary empty lines. | wiz | 1 | -1/+0 | |
2002-01-21 | Respect QMAILDIR, bump PKGREVISION. | zuntum | 1 | -1/+7 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-08-13 | Initial import of qmail-lint-0.55 | zuntum | 4 | -0/+35 | |
This tool examines the qmail configuration to see if any common errors exist. usage: qmail-lint [-v] -v -- print an explanation of the reports the first time one is printed. |