svn commit: r350852 - head/www/apache22
Bryan Drewery
bdrewery at FreeBSD.org
Thu Apr 10 21:00:00 UTC 2014
On 4/10/2014 3:57 PM, Olli Hauer wrote:
> Author: ohauer
> Date: Thu Apr 10 20:57:35 2014
> New Revision: 350852
> URL: http://svnweb.freebsd.org/changeset/ports/350852
> QAT: https://qat.redports.org/buildarchive/r350852/
>
> Log:
> - fix build against security/openssl on FreeBSD-10
> in case port is build with tinderbox or poudriere.
>
> openssl is registered as BUILD/RUN dependency not
> as LIB dependency, therefore the check for openssl
> fails since it will be installed in a later stage
> by tinderbox / poudriere.
>
> Thanks to Katsuya Higuchi who noted this issue on
> the apache@ mailing list.
> http://lists.freebsd.org/pipermail/freebsd-apache/2014-April/003490.html
>
> MFH: 2014Q2
>
> Submitted by: Katsuya Higuchi <higuchi at jt-sys.co.jp>
>
Commit doesn't match description or link.
> Modified:
> head/www/apache22/Makefile
>
> Modified: head/www/apache22/Makefile
> ==============================================================================
> --- head/www/apache22/Makefile Thu Apr 10 20:56:47 2014 (r350851)
> +++ head/www/apache22/Makefile Thu Apr 10 20:57:35 2014 (r350852)
> @@ -2,7 +2,7 @@
>
> PORTNAME= apache22
> PORTVERSION= 2.2.27
> -PORTREVISION?= 1
> +PORTREVISION?= 2
> CATEGORIES= www ipv6
> MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
> DISTNAME= httpd-${PORTVERSION}
> @@ -123,11 +123,6 @@ IGNORE= suEXEC UserDir patch requires m
> .include <bsd.port.pre.mk>
> .include "${APACHEDIR}/Makefile.modules"
>
> -pre-configure::
> - @${ECHO_MSG} ""
> - @${ECHO_MSG} " You can check your modules configuration by using make show-modules"
> - @${ECHO_MSG} ""
> -
> show-options:
> @${SED} -ne 's/^##//p' ${APACHEDIR}/Makefile.doc
>
> @@ -149,10 +144,17 @@ post-patch:
> @${RM} -rf ${WRKSRC}/srclib
> @${REINPLACE_CMD} -e 's/srclib//' ${WRKSRC}/Makefile.in
>
> +pre-configure::
> + @${ECHO_MSG} ""
> + @${ECHO_MSG} " You can check your modules configuration by using make show-modules"
> + @${ECHO_MSG} ""
> +
> # Fix build on FreeBSD-10+ with OpenSSL from ports
> .if ${PORT_OPTIONS:MSSL}
> . if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
> . if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != ""
> + @${ECHO_MSG} "===> apply fix for FreeBSD-${OSREL} (${OSVERSION}) for usage with ${OPENSSL_INSTALLED}"
> + @${ECHO_MSG} ""
> ${REINPLACE_CMD} -e "s|(ALL_CFLAGS)|(ALL_CFLAGS) -L${OPENSSLLIB}|" ${WRKSRC}/build/rules.mk.in
> . endif
> . endif
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140410/a380d880/attachment.sig>
More information about the svn-ports-all
mailing list