View | Details | Raw Unified | Return to bug 183557
Collapse All | Expand All

(-)/usr/wip/lang/x10/Makefile (+4 lines)
Lines 22-31 Link Here
22
MAINTAINER=	jwbacon@tds.net
22
MAINTAINER=	jwbacon@tds.net
23
COMMENT=	Object-oriented parallel programming language
23
COMMENT=	Object-oriented parallel programming language
24
24
25
LICENSE=	EPL
26
25
USE_BZIP2=	yes
27
USE_BZIP2=	yes
26
USE_JAVA=	yes
28
USE_JAVA=	yes
27
JAVA_VERSION=	1.6+
29
JAVA_VERSION=	1.6+
28
USE_ANT=	yes
30
USE_ANT=	yes
31
USE_GCC=	yes
29
32
30
USE_LDCONFIG=	${PREFIX}/stdlib/lib
33
USE_LDCONFIG=	${PREFIX}/stdlib/lib
31
34
Lines 36-41 Link Here
36
WRKSRC=		${WRKDIR}/x10.dist
39
WRKSRC=		${WRKDIR}/x10.dist
37
40
38
NO_STAGE=	yes
41
NO_STAGE=	yes
42
39
post-patch:
43
post-patch:
40
	${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \
44
	${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \
41
		${WRKDIR}/x10.runtime/build.xml
45
		${WRKDIR}/x10.runtime/build.xml
(-)/usr/wip/lang/x10/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
of multiples cores, hardware accelerators, clusters, and supercomputers 
3
of multiples cores, hardware accelerators, clusters, and supercomputers 
4
in a manner that provides scalable performance in a productive manner.
4
in a manner that provides scalable performance in a productive manner.
5
5
6
WWW:	http://x10-lang.org
6
WWW: http://x10-lang.org

Return to bug 183557