From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 16:35:32 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1DC9106564A; Sat, 8 Sep 2012 16:35:31 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CCD8E8FC08; Sat, 8 Sep 2012 16:35:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88GZVab021316; Sat, 8 Sep 2012 16:35:31 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88GZV0d021312; Sat, 8 Sep 2012 16:35:31 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209081635.q88GZV0d021312@svn.freebsd.org> From: Olli Hauer Date: Sat, 8 Sep 2012 16:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303916 - in head: . Mk www/apache22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:35:32 -0000 Author: ohauer Date: Sat Sep 8 16:35:31 2012 New Revision: 303916 URL: http://svn.freebsd.org/changeset/ports/303916 Log: - add a note about devel/apr1 and apache22 updates - adjust DBD IGNORE message Modified: head/Mk/bsd.apache.mk head/UPDATING head/www/apache22/Makefile.modules Modified: head/Mk/bsd.apache.mk ============================================================================== --- head/Mk/bsd.apache.mk Sat Sep 8 15:56:49 2012 (r303915) +++ head/Mk/bsd.apache.mk Sat Sep 8 16:35:31 2012 (r303916) @@ -405,7 +405,7 @@ IGNORE= ${_ERROR_MSG} use USE_APACHE ins .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) Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Sep 8 15:56:49 2012 (r303915) +++ head/UPDATING Sat Sep 8 16:35:31 2012 (r303916) @@ -24,6 +24,30 @@ you update your ports collection, before # 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 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 # portmaster -r erlang or - # portupgrade -r lang/erlang + # portupgrade -r lang/erlang 20120815: AFFECTS: users of lang/erlang-lite Modified: head/www/apache22/Makefile.modules ============================================================================== --- head/www/apache22/Makefile.modules Sat Sep 8 15:56:49 2012 (r303915) +++ head/www/apache22/Makefile.modules Sat Sep 8 16:35:31 2012 (r303916) @@ -43,7 +43,7 @@ IGNORE= LDAP and AUTHNZ_LDAP requires AP . 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