From owner-freebsd-ports@FreeBSD.ORG Sat Sep 8 13:20:24 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AAAB1065678 for ; Sat, 8 Sep 2012 13:20:24 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id C24828FC14 for ; Sat, 8 Sep 2012 13:20:23 +0000 (UTC) Received: (qmail invoked by alias); 08 Sep 2012 13:20:22 -0000 Received: from p578be941.dip0.t-ipconnect.de (EHLO [192.168.0.100]) [87.139.233.65] by mail.gmx.net (mp027) with SMTP; 08 Sep 2012 15:20:22 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX19yRLMmbd1y7EyFPSbIA9T/Bga8qdNrGsr2tGHJ1L KAxb7V4vj14IM5 Message-ID: <504B4619.6050006@gmx.de> Date: Sat, 08 Sep 2012 15:20:25 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <504B3C22.40708@gmx.de> In-Reply-To: X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Helmut Schneider Subject: Re: apache 2.2.22_6 to _8 fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:20:24 -0000 On 2012-09-08 14:57, Helmut Schneider wrote: > Hi Olli, > > olli hauer wrote: > >> On 2012-09-08 14:28, Helmut Schneider wrote: >>> ** Detected a package name change: apache (www/apache22) -> >>> 'apache22' (www/apache22) >>> ---> Upgrading 'apache-2.2.22_6' to 'apache22-2.2.22_8' >>> (www/apache22) ---> Building '/usr/ports/www/apache22' with make >>> flags: -DWITH_PROXY -DWITH_PROXY_CONNECT -DWITH_PROXY_FTP >>> -DWITH_PROXY_HTTP -DWITH_LDAP -DWITH_AUTHNZ_LDAP -DWITH_BDB >>> -DWITH_APR_FROM_PORTS ===> Cleaning for apache22-2.2.22_8 >>> ====> You must check at least one option in the PROXY multi >>> *** Error code 1 >>> >>> The options worked fine up to 2.2.22_6 and I'm not sure how to read >>> the error message. >> >> with options NG the WITH... parameters do no longer work. >> If you want to specify them in make.conf you have to do it this way > > I'm using pkgtools.conf, removing -DWITH_PROXY seems to do the trick (I > also removed the typo of DBD and the obsolete DWITH_APR_FROM_PORTS, but > they are not related). > >> apache22_SET=PROXY PROXY_CONNECT PROXY_FTP ... >> >> The downside with options NG is if you already have an OPTIONSFILE >> the make.conf parameters will have a lower priority. > > Please note this in UPDATING. > That's not an apache limitation, it comes from options NG and is already documented on many places and was also discussed a view times on the list. Only a view interesting links http://wiki.freebsd.org/Ports/Options/OptionsNG http://lists.freebsd.org/pipermail/freebsd-ports/2012-July/077016.html http://lists.freebsd.org/pipermail/freebsd-ports/2012-June/076241.html