diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-09 00:35:31 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-09 00:35:31 +0800 |
commit | 487f93242d84212a1cfde962d0bf6c9d0e0985ef (patch) | |
tree | 0a98df6e0de7ce7c621b17f2e4bc54aaaa31af66 | |
parent | a45a74b2ef0b9b3c03524d98b0a3104d679a50a1 (diff) | |
download | freebsd-ports-gnome-487f93242d84212a1cfde962d0bf6c9d0e0985ef.tar.gz freebsd-ports-gnome-487f93242d84212a1cfde962d0bf6c9d0e0985ef.tar.zst freebsd-ports-gnome-487f93242d84212a1cfde962d0bf6c9d0e0985ef.zip |
- add a note about devel/apr1 and apache22 updates
- adjust DBD IGNORE message
-rw-r--r-- | Mk/bsd.apache.mk | 2 | ||||
-rw-r--r-- | UPDATING | 28 | ||||
-rw-r--r-- | www/apache22/Makefile.modules | 2 |
3 files changed, 28 insertions, 4 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 121d228d577e..df6aa1c47888 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -405,7 +405,7 @@ IGNORE= ${_ERROR_MSG} use USE_APACHE instead of USE_APACHE_BUILD and USE_APACHE_ .endif .if defined(NO_BUILD) && defined(USE_APACHE) -IGNORE= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile +BROKEN= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile .endif .if defined(AP_PORT_IS_SERVER) @@ -24,6 +24,30 @@ you update your ports collection, before attempting any port upgrades. # portugrade -r libotr 20120902: + AFFECTS: users of www/apache22, www/apache22-event-mpm, www/apache22-itk-mpm, www/apache22-peruser-mpm, www/apache22-worker-mpm + AUTHOR: ohauer@FreeBSD.org + + The port use now the options NG framework, this means WITH_xxx + directives are no longer valid. + + Additional: + - APR only specific options like THREADS, MYSQL, PGSQL, SQLITE, + BDB and IPV6 where removed. + - PKGNAME has changed from apache-2... to apache22-2... + - PROXY is now a MULTI directive which means at last one additional + PROXY_(AJP|BALANCER|CONNECT|FTP|HTTP|SCGI) module is required. + - CGI is only a valid option for MPM prefork, peruser and itk. + +20120902: + AFFECTS: users of devel/apr1 + AUTHOR: ohauer@FreeBSD.org + + APR was updated to 1.4.6 and APR-util was updated to 1.4.1. + + Please rebuild all ports which are using functions from + APR/APR-util such as apache, subversion ... + +20120902: AFFECTS: users of math/cantor and math/kalgebra AUTHOR: kde@FreeBSD.org @@ -89,7 +113,7 @@ you update your ports collection, before attempting any port upgrades. AUTHOR: gjb@FreeBSD.org The sysutils/cfengine* ports have been renamed as follows: - + o sysutils/cfengine -> sysutils/cfengine22 o sysutils/cfengine3-legacy -> sysutils/cfengine32 o sysutils/cfengine3 -> sysutils/cfengine33 @@ -115,7 +139,7 @@ you update your ports collection, before attempting any port upgrades. # portmaster -r erlang or - # portupgrade -r lang/erlang + # portupgrade -r lang/erlang 20120815: AFFECTS: users of lang/erlang-lite diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules index bf372b93f3a8..6656749f7125 100644 --- a/www/apache22/Makefile.modules +++ b/www/apache22/Makefile.modules @@ -43,7 +43,7 @@ IGNORE= LDAP and AUTHNZ_LDAP requires APR-util to have LDAP support built in.\ . if ${PORT_OPTIONS:MDBD} || ${PORT_OPTIONS:MAUTHN_DBD} . if !exists(${APU_DBD_MYSQL}) && !exists(${APU_DBD_PGSQL}) && !exists(${APU_DBD_SQLITE3}) IGNORE= AUTHN_DBD and DBD requires APR-util to have DBD support build in.\ - Please rebuild APR at last with one DBD backend + Please rebuild APR at last with one DBD backend (MYSQL, PGSQL or SQLITE) . endif . endif .endif # exists APU_CONFIG |