2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-07-23 14:43:18 by Amitai Schlair | Files touched by this commit (1) |
Log message:
From http://cr.yp.to/distributors.html:
What are the distribution terms for cdb?
2009.07.21: I hereby place the cdb package (in particular,
cdb-0.75.tar.gz, with MD5 checksum 81fed54d0bde51b147dd6c20cdb92d51)
into the public domain. The package is no longer copyrighted.
|
2009-07-08 18:01:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
user-destdir support
|
2006-01-07 07:45:45 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Conflicts with the to-be-added-shortly tinycdb package: both install
include/cdb.h and lib/libcdb.a.
|
2005-08-19 05:55:00 by Amitai Schlair | Files touched by this commit (14) |
Log message:
Whitespace.
|
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.
|