2007-06-08 14:25:07 by Thomas Klausner | Files touched by this commit (48) |
Log message:
PKGREVISION bump for db4 shlib name change.
|
2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
|
2007-05-30 00:13:42 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Add "include/apr-0" to BUILDLINK_INCDIRS.apr, as programs using
this library apparently expect to find it in their include path.
|
2007-02-11 17:05:51 by Todd Vierling | Files touched by this commit (1) |
Log message:
When this moved to devel/apr0, PKGREVISION should have been bumped. The
package records the package subdir in the +BUILD_INFO, which is used by
several pkgtools to look up metainformation about the package, and that
metainfo will be wrong until the package is rebuilt (now as nb3).
|
2007-01-25 20:38:30 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Fix dependency problem noted by Joerg Sonnenberger.
|
2007-01-25 08:35:30 by Eric Gillespie | Files touched by this commit (6) |
Log message:
Allow subversion to be built with either apr0 or apr & apr-util.
devel/apr0/buildlink3.mk:
Add apr<1.0 to BUILDLINK_API_DEPENDS.apr .
devel/subversion/Makefile.common:
Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these
have not been needed since the buildlink framework started
ensuring the PATH is correct. Drop --with-ssl from
CONFIGURE_ARGS; this has not been necessary since this stopped
using the built-in neon. Include new options.mk .
devel/subversion-base/Makefile:
devel/subversion-base/buildlink3.mk:
Use devel/apr0 or devel/apr & devel/apr-util if
PKG_OPTIONS.subversion has the apr1 option.
devel/subversion-base/options.mk:
Provide apache22 and apr1 options; currently these must be set
together, so enforce that.
www/ap2-subversion/Makefile:
Use apache22 if PKG_OPTIONS.subversion has the apache22 option,
else use apache2.
|
2007-01-24 20:31:24 by Eric Gillespie | Files touched by this commit (15) | |
Log message:
Import renamed devel/apr (0.9.x) so that can upgrade to 1.2.x.
|