svn commit: r303550 - in head: Mk devel/apr1 devel/apr1/files www/apache22 www/apache22-event-mpm www/apache22-itk-mpm www/apache22-peruser-mpm www/apache22-worker-mpm www/apache22/files

Olli Hauer ohauer at FreeBSD.org
Tue Sep 4 22:06:29 UTC 2012


On 2012-09-04 23:28, Bryan Drewery wrote:
> On 9/2/2012 9:31 AM, Olli Hauer wrote:
>> Author: ohauer
>> Date: Sun Sep  2 14:31:58 2012
>> New Revision: 303550
>> URL: http://svn.freebsd.org/changeset/ports/303550
>>
>> Log:
>>   devel/apr1 [1]
>>   - update APR to 1.4.6
>>   - update APR-util to 1.4.1
>>   - remove PKGNAMESUFFIX'es
>>   
>>   www/apache-(event|itk|peruser|worker)-mpm
>>   - adopt new Makefile header, adjust
>>     PKGNAMESUFFIX in apache22 masterport
>>     PKGNAME match now LATEST_LINK
>>   
>>   www/apache22 [2]-[6]
>>   - rewrite for options NG
>>   - PORTNAME s|apache|apache22|
>>   - remove APR APR-util specific otions,
>>     will be checked now with help of apr/u-1-config
>>   
>>   Mk/bsd.apache.mk
>>   - rewrite for options NG
>>   - remove no longer needet make targets
>>     (show-categories, make-options-list)
>>   
>>   [1]
>>   PR: 165143
>>   
>>   [2]-[6]
>>   PR: 130479
>>   PR: 153406
>>   PR: 158565
>>   PR: 168769
>>   PR: 167965
>>   
>>   with hat apache@
>>
>> Added:
>>   head/www/apache22/files/extra-patch-server__config.c   (contents, props changed)
>>   head/www/apache22/files/extra-patch-suexec_userdir   (contents, props changed)
>>   head/www/apache22/files/mpm-itk-limits   (contents, props changed)
>> Deleted:
>>   head/devel/apr1/files/patch-apr_ldap_rebind.c
>> Modified:
>>   head/Mk/bsd.apache.mk   (contents, props changed)
>>   head/devel/apr1/Makefile   (contents, props changed)
>>   head/devel/apr1/distinfo   (contents, props changed)
>>   head/devel/apr1/files/patch-apr_hints.m4   (contents, props changed)
>>   head/devel/apr1/pkg-plist   (contents, props changed)
>>   head/www/apache22-event-mpm/Makefile
>>   head/www/apache22-itk-mpm/Makefile
>>   head/www/apache22-peruser-mpm/Makefile
>>   head/www/apache22-worker-mpm/Makefile
>>   head/www/apache22/Makefile
>>   head/www/apache22/Makefile.doc   (contents, props changed)
>>   head/www/apache22/Makefile.modules
>>   head/www/apache22/Makefile.options
>>   head/www/apache22/pkg-plist   (contents, props changed)
>>
>> Modified: head/Mk/bsd.apache.mk
>> ==============================================================================
>> --- head/Mk/bsd.apache.mk	Sun Sep  2 14:16:18 2012	(r303549)
>> +++ head/Mk/bsd.apache.mk	Sun Sep  2 14:31:58 2012	(r303550)
> 
> [...]
> 
>> @@ -409,6 +404,10 @@ IGNORE=	${_ERROR_MSG} specify only one o
>>  IGNORE= ${_ERROR_MSG} use USE_APACHE instead of USE_APACHE_BUILD and USE_APACHE_RUN together
>>  .endif
>>  
>> +.if defined(NO_BUILD) && defined(USE_APACHE)
>> +IGNORE=	If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile
>> +.endif
>> +-- 
> 
> This impacts all of these:
> 
> net-p2p/rtgui
> games/hlstatsx
> www/thundercache
> www/rt40
> www/dojo
> www/yahoo-ui
> www/dotproject
> www/webcalendar-devel
> www/thundersnarf
> www/foswiki
> www/rt38
> net-mgmt/ocsinventory-ng
> ftp/proma
> net/prosearch
> 
> As well as net-mgmt/netdisco, but I'm already handling that.
> 
> 
> Perhaps apache@ should change all of those to USE_APACHE_RUN?
> 

Oh, I was in impression I changed all of them already a view weeks ago, within a dozened others.
Seems they slipped by. In general those ports should use APACHE_RUN since they don't use apache during build time.
( same as using ..DEPENDS:= instead = )

Thanks for catching up!







More information about the svn-ports-all mailing list