svn commit: r312605 - head/devel/apr1

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 19 22:19:55 UTC 2013


On 2/19/2013 3:54 PM, Olli Hauer wrote:
> Author: ohauer
> Date: Tue Feb 19 21:54:07 2013
> New Revision: 312605
> URL: http://svnweb.freebsd.org/changeset/ports/312605
> 
> Log:
>   - Revert PTHREAD cleanup, else apr-1-config returns wrong values
>     even if build with explicit LDFLAGS set.

Is this a runtime problem? Should PORTREVISION be bumped?

>   
>   Noted on the apache@ list by Geoff Speicher
>   http://lists.freebsd.org/pipermail/freebsd-apache/2013-February/003044.html
> 
> Modified:
>   head/devel/apr1/Makefile
> 
> Modified: head/devel/apr1/Makefile
> ==============================================================================
> --- head/devel/apr1/Makefile	Tue Feb 19 21:22:28 2013	(r312604)
> +++ head/devel/apr1/Makefile	Tue Feb 19 21:54:07 2013	(r312605)
> @@ -203,6 +203,10 @@ post-patch: .SILENT
>  	${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' \
>  		${APR_WRKDIR}/build/gen-build.py
>  	${REINPLACE_CMD} -e 's/void main/int main/' ${APR_WRKDIR}/build/apr_network.m4
> +# Fix pthread: Please do not remove, else apr-1-config returns wrong values
> +	${REINPLACE_CMD} -e 's/-lpthread/-pthread/g' \
> +		${APR_WRKDIR}/build/apr_threads.m4 ${APR_WRKDIR}/build/apr_hints.m4 \
> +		${APU_WRKDIR}/build/apu-conf.m4
>  
>  run-autotools::
>  	cd ${APR_WRKDIR} ; \
> 


-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130219/1c8518ae/attachment.sig>


More information about the svn-ports-head mailing list