2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-23 01:57:21 by Amitai Schlair | Files touched by this commit (9) |
Log message:
Whitespace.
|
2005-03-23 01:51:10 by Amitai Schlair | Files touched by this commit (23) |
Log message:
Take advantage of mk/djbware.mk.
|
2005-03-13 04:25:44 by Amitai Schlair | Files touched by this commit (20) |
Log message:
In packages with djb-style compile scripts, properly enquote ${CC}
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-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2004-12-22 19:36:51 by Amitai Schlair | Files touched by this commit (4) |
Log message:
As with djbdns, patch the installer to avoid setting unusual
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE.
Reformat DESCR.
|
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
|
2004-08-22 02:23:55 by Amitai Schlair | Files touched by this commit (7) |
Log message:
Replace dependencies on "qmail or netqmail" with dependencies on qmail.
|
2004-07-22 02:18:43 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Let the ezmlm dependency be satisfied by ezmlm-idx, if present.
Also depend on qmail (or netqmail) directly. Set USE_BUILDLINK3=yes.
Rename pre-build to do-configure, and configure all the conf-*
files. Take MAINTAINER.
|
2003-07-21 18:56:58 by Martti Kuparinen | Files touched by this commit (38) |
Log message:
COMMENT should start with a capital letter.
|