From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 16:42:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 148E71E3; Mon, 2 Feb 2015 16:42:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007DEE5F; Mon, 2 Feb 2015 16:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12GgDxK064111; Mon, 2 Feb 2015 16:42:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12GgD21064110; Mon, 2 Feb 2015 16:42:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021642.t12GgD21064110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 16:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378310 - head/www/p5-HTTP-MHTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 16:42:14 -0000 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