2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message:
Create directories before installing files into them.
|
2005-06-01 16:37:31 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Finish conversion to options framework.
|
2005-06-01 16:37:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Sort.
|
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-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2004-11-15 18:54:50 by Johnny C. Lam | Files touched by this commit (16) |
Log message:
Rework the Berkeley DB detection in buildlink3:
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
exists in the base system, and remove the distinction between
"native" and the other Berkeley DB packages -- we now refer to
db[1234]. This paves the way for any future databases/db1 package.
* USE_DB185 shouldn't need to be set by any packages -- its correct
value is now automatically determined by bdb.buildlink3.mk depending
on whether we explicitly request db1 or not. By default, if you
include bdb.buildlink3.mk, you want DB-1.85 functionality and
USE_DB185 defaults to "yes", but if you explicitly remove db1 from
the list of acceptable DBs, then USE_DB185 defaults to "no".
* Set BDB_LIBS to the library options needed to link against the DB
library when bdb.buildlink3.mk is included.
* We only add the DB library to the linker command automatically if
we want DB-1.85 functionality; otherwise assume that the package
configure process can figure out how to probe for the correct
headers and libraries.
Edit package Makefiles to nuke redundant settings of USE_DB185.
|
2004-11-15 16:34:16 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Fix error in previous... BDB_ACCEPTED needs to be defined before including
bdb.buildlink3.mk.
|
2004-11-15 16:22:34 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Refer to the Berkeley DB libraries using ${BDB_TYPE} instead of db2.
This has no effect, but makes maintenance easier if we ever add to
BDB_ACCEPTED in this Makefile.
|
2004-11-15 16:13:12 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
More accurately follow template package Makefile.
|
2004-09-02 12:39:04 by grant beattie | Files touched by this commit (4) |
Log message:
add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs in
db2 code using hints from debian's fix.
makevpopdb works now, but there are still bugs lurking in the virtual
domain code.
no PKGREVISION bump as db2 is not enabled by default.
|