Date: Mon, 2 Feb 2015 16:42:13 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378310 - head/www/p5-HTTP-MHTTP Message-ID: <201502021642.t12GgD21064110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Feb 2 16:42:13 2015 New Revision: 378310 URL: https://svnweb.freebsd.org/changeset/ports/378310 QAT: https://qat.redports.org/buildarchive/r378310/ Log: www/p5-HTTP-MHTTP: This is not jobs safe I've run into a handful of perl ports that are not jobs safe. I've been hesitating to mark them as such, but this port has shown up multiple times on the fail-to-build list. There are other perl ports that also fail quite often with high "j" numbers, so I'll start marking them. This one fails to build the libmhttp.a archive which is a typical error seen when at least one of the object files is missing. Modified: head/www/p5-HTTP-MHTTP/Makefile Modified: head/www/p5-HTTP-MHTTP/Makefile ============================================================================== --- head/www/p5-HTTP-MHTTP/Makefile Mon Feb 2 16:32:47 2015 (r378309) +++ head/www/p5-HTTP-MHTTP/Makefile Mon Feb 2 16:42:13 2015 (r378310) @@ -17,6 +17,8 @@ USE_OPENSSL= yes CONFIGURE_ENV= GOTSSL=yes CONFIGURE_ARGS= --default +MAKE_JOBS_UNSAFE= yes + post-patch: @${PERL} -pi -e 's!(?<=POSSIBLE_SSL_DIRS = qw\().*(?=\);)!${OPENSSLBASE}!;' \ ${WRKSRC}/Makefile.PL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502021642.t12GgD21064110>