diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-18 19:43:53 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-18 19:43:53 +0000 |
commit | 4877c5ead2c29e59bebd51393e3d6eb48e50053f (patch) | |
tree | dbc59039152edc3c6742b6e0097aac3d67fcf31d /UPDATING | |
parent | 13bfa6f906b0ac3b2ff0015a053d60e350e3f852 (diff) | |
download | ports-4877c5ead2c29e59bebd51393e3d6eb48e50053f.tar.gz ports-4877c5ead2c29e59bebd51393e3d6eb48e50053f.zip |
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity
delete pre-extract target
bump PORTREVISION
NOTE: port still breaks hier(7), need to fix
o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion*
devel/apr-svn -> devel/apr
(subversion will pull in devel/apr)
Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for
[devel/apr-0,] devel/apr-1, devel/apr-2
Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078
Fixes PRs: ports/126053 [1]
Requeted by: many on ports@, many on #bsdports [1]
Exp Run by : pav
Notes
Notes:
svn path=/head/; revision=226379
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090118: + AFFECTS: users of devel/apr-svn devel/apr + AUTHOR: pgollucci@FreeBSD.org + + devel/apr-svn has been removed and devel/apr now handles its role. + devel/apr now defaults to building with berkley database support (bdb) + APR_UTIL_* tunablables have been renamed to compy with ports/KNOBS names. + 20090114: AFFECTS: users of x11/kdebase4-workspace, x11/kdebase4-runtime AUTHOR: kde@FreeBSD.org |