2005-03-23 01:58:26 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Remove explicit BUILD_TARGET and INSTALL_TARGET definitions, as
they're identical to the defaults provided by djbware.mk.
|
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 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message:
Add RMD160 digests.
|
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.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2002-04-25 17:37:17 by Yuji Yamano | Files touched by this commit (1) |
Log message:
Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.
|