Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -2/+2 | |
NO_BUILD, USE_LIBTOOL. | |||||
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-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-01-24 | Upgrade to 1.1.0: | kim | 3 | -13/+12 | |
- numerous fixes to correctly parse logs from non-ancient versions of Postfix - see http://jimsun.linxnet.com/downloads/ChangeLog-1.1.0 | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 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 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-07-20 | Remove unused settings (from the Makefile used as template). | kim | 1 | -9/+1 | |
2002-07-10 | Add sysutils/pflogsumm: | kim | 4 | -0/+48 | |
A script to provide an overview of postfix activity, with just enough detail to give the administrator a "heads up" for potential trouble spots. Used by the new version of sysutils/roller. |