Date: Tue, 9 Jun 2015 04:49:38 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388896 - head/www/mod_perl2 Message-ID: <201506090449.t594ncfJ031485@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Jun 9 04:49:37 2015 New Revision: 388896 URL: https://svnweb.freebsd.org/changeset/ports/388896 Log: - disable one check, that is not working in poudriere. Until a working condition is found let it fail in configure Modified: head/www/mod_perl2/Makefile Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Tue Jun 9 03:54:40 2015 (r388895) +++ head/www/mod_perl2/Makefile Tue Jun 9 04:49:37 2015 (r388896) @@ -46,16 +46,18 @@ PLIST_SUB+= AP22="@comment " PLIST_SUB+= AP22="" .endif -# PR 15750 +# PR 200697 # Test whether the system uses a multithreaded perl HAS_ITHREADS!= ${PERL} -e 'use Config; print $$Config{useithreads} ? 1 : 0' .if ${HAS_ITHREADS:M1} PLIST_SUB+= ITHREADS="" .else -. if !${APACHE_VERSION:M22} -IGNORE= requires PERL with "THREADS=on", please rebuild PERL and all depending ports -. endif -PLIST_SUB+= ITHREADS="@comment " +#. if !${APACHE_VERSION:M22} +#XXX build is correct, but this test fails in poudriere. +# Let it fail in configure until we find a working condition +#IGNORE= requires PERL with "THREADS=on", please rebuild PERL and all depending ports +#. endif +#PLIST_SUB+= ITHREADS="@comment " .endif CONFIGURE_ARGS= PREFIX=${PREFIX} MP_APXS=${APXS} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506090449.t594ncfJ031485>