diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-19 03:43:53 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-19 03:43:53 +0800 |
commit | e2ccf35356971818f9f03222a19b479462bc96e4 (patch) | |
tree | f2c8eccac5ca65008dd7720b2d6308a178b92600 /UPDATING | |
parent | 9d5b23f8d3d0b3edf1a0b6231e0a2b080e0c8eaa (diff) | |
download | freebsd-ports-graphics-e2ccf35356971818f9f03222a19b479462bc96e4.tar.gz freebsd-ports-graphics-e2ccf35356971818f9f03222a19b479462bc96e4.tar.zst freebsd-ports-graphics-e2ccf35356971818f9f03222a19b479462bc96e4.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
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 |