Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 19:04:52 -0400
From:      Eitan Adler <eadler@freebsd.org>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        svn-ports-head@freebsd.org, Olli Hauer <ohauer@freebsd.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: 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
Message-ID:  <CAF6rxg=KUs8vXLZd72KJeswByKqKS7zp953hvEbyxsZfcwR0ew@mail.gmail.com>
In-Reply-To: <5046728F.3010403@FreeBSD.org>
References:  <201209021431.q82EVxjW017243@svn.freebsd.org> <5046728F.3010403@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4 September 2012 17:28, Bryan Drewery <bdrewery@freebsd.org> 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

Please use BROKEN, not IGNORE for these types of messages.



-- 
Eitan Adler
Source & Ports committer
X11, Bugbusting teams



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxg=KUs8vXLZd72KJeswByKqKS7zp953hvEbyxsZfcwR0ew>