From owner-svn-ports-all@FreeBSD.ORG Sun May 18 20:21:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FB19DD0; Sun, 18 May 2014 20:21:18 +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 8DF0428DE; Sun, 18 May 2014 20:21:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IKLISg072075; Sun, 18 May 2014 20:21:18 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IKLIfp072074; Sun, 18 May 2014 20:21:18 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201405182021.s4IKLIfp072074@svn.freebsd.org> From: Carlo Strub Date: Sun, 18 May 2014 20:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354466 - head/lang/x10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 20:21:18 -0000 Author: cs Date: Sun May 18 20:21:18 2014 New Revision: 354466 URL: http://svnweb.freebsd.org/changeset/ports/354466 QAT: https://qat.redports.org/buildarchive/r354466/ Log: Patch for 10.0-RELEASE and later build failures. Fixes a problem in bundled Boehm GC configure script, which mistakes FreeBSD 1* for FreeBSD 1.* and disables dynamic libraries. PR: ports/189004 Submitted by: Jason Bacon (maintainer) MFH: 2014Q2 Modified: head/lang/x10/Makefile Modified: head/lang/x10/Makefile ============================================================================== --- head/lang/x10/Makefile Sun May 18 20:07:43 2014 (r354465) +++ head/lang/x10/Makefile Sun May 18 20:21:18 2014 (r354466) @@ -56,6 +56,7 @@ post-patch: ${CP} ${DISTDIR}/org.eclipse.equinox.common_3.6.0.v20100503.jar ${WRKSRC}/lib ${CP} ${DISTDIR}/commons-math-2.2.jar ${WRKSRC}/lib ${CP} ${DISTDIR}/bdwgc-7.1.tar.gz ${WRKDIR}/x10.runtime/src-cpp/bdwgc + (cd ${WRKDIR}/x10.runtime/src-cpp/bdwgc/src && tar zxvf ../bdwgc-7.1.tar.gz && ${REINPLACE_CMD} -e 's|freebsd1\*|freebsd1.*|g' configure) do-install: .for f in X10Launcher apgas precommit x10 x10c x10c++ x10j