ports/189004: maintainer update: lang/x10

Jason Bacon jwbacon at tds.net
Fri Apr 25 22:50:00 UTC 2014


>Number:         189004
>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 Apr 25 22:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        10.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD freebie.acadix.biz 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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.

>How-To-Repeat:
Try to build lang/x10 on FreeBSD 10 or 11.
>Fix:
Attached.

Patch attached with submission follows:

diff -ruN --exclude=CVS --exclude=.svn /usr/ports/lang/x10/Makefile /usr/wip/lang/x10/Makefile
--- /usr/ports/lang/x10/Makefile	2014-03-10 15:55:20.000000000 -0500
+++ /usr/wip/lang/x10/Makefile	2014-04-25 17:40:33.000000000 -0500
@@ -56,6 +56,7 @@
 	${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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list