Date: Fri, 1 Nov 2013 16:37:04 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183557: maintainer update: lang/x10 Message-ID: <201311011637.rA1Gb4jV044130@oldred.freebsd.org> Resent-Message-ID: <201311011640.rA1Ge0fJ098671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183557 >Category: ports >Synopsis: maintainer update: lang/x10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA1 >Organization: Acadix Consulting, LLC >Environment: FreeBSD freebsd10.local 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Stop-gap update to fix build on 10.0-BETA1. >How-To-Repeat: >Fix: Attached. Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/lang/x10/Makefile /usr/wip/lang/x10/Makefile --- /usr/ports/lang/x10/Makefile 2013-09-20 14:53:09.000000000 -0500 +++ /usr/wip/lang/x10/Makefile 2013-11-01 10:50:18.000000000 -0500 @@ -22,10 +22,13 @@ MAINTAINER= jwbacon@tds.net COMMENT= Object-oriented parallel programming language +LICENSE= EPL + USE_BZIP2= yes USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +USE_GCC= yes USE_LDCONFIG= ${PREFIX}/stdlib/lib @@ -36,6 +39,7 @@ WRKSRC= ${WRKDIR}/x10.dist NO_STAGE= yes + post-patch: ${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \ ${WRKDIR}/x10.runtime/build.xml diff -ruN --exclude=CVS /usr/ports/lang/x10/pkg-descr /usr/wip/lang/x10/pkg-descr --- /usr/ports/lang/x10/pkg-descr 2012-07-14 08:54:48.000000000 -0500 +++ /usr/wip/lang/x10/pkg-descr 2013-11-01 10:50:34.000000000 -0500 @@ -3,4 +3,4 @@ of multiples cores, hardware accelerators, clusters, and supercomputers in a manner that provides scalable performance in a productive manner. -WWW: http://x10-lang.org +WWW: http://x10-lang.org >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311011637.rA1Gb4jV044130>