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

(-)lang/bigloo/Makefile (-8 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	bigloo
8
PORTNAME=	bigloo
9
PORTVERSION=	3.1a
9
PORTVERSION=	3.2a
10
CATEGORIES=	lang scheme
10
CATEGORIES=	lang scheme
11
MASTER_SITES=	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
11
MASTER_SITES=	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
12
		ftp://kaolin.unice.fr/pub/Bigloo/
12
		ftp://kaolin.unice.fr/pub/Bigloo/
Lines 32-38 Link Here
32
		--gclibdir=${LOCALBASE}/lib \
32
		--gclibdir=${LOCALBASE}/lib \
33
		--gcincdir=${LOCALBASE}/include \
33
		--gcincdir=${LOCALBASE}/include \
34
		--customgc=no
34
		--customgc=no
35
ALL_TARGET=	# empty
35
ALL_TARGET=	build
36
INSTALL_TARGET=	install-progs compile-bee install-bee
36
INSTALL_TARGET=	install-progs compile-bee install-bee
37
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION}
37
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION}
38
PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION}"
38
PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION}"
Lines 40-45 Link Here
40
MAN1=		bigloo.1
40
MAN1=		bigloo.1
41
INFO=		bigloo
41
INFO=		bigloo
42
42
43
.include <bsd.port.pre.mk>
44
45
.if ${ARCH} == "sparc64"
46
BROKEN=		Does not compile on sparc64
47
.endif
48
43
post-patch:
49
post-patch:
44
	@${REINPLACE_CMD} -e 's|"-O3"|""|g' ${WRKSRC}/configure
50
	@${REINPLACE_CMD} -e 's|"-O3"|""|g' ${WRKSRC}/configure
45
	@${REINPLACE_CMD} -e 's|"-pthread"|"${PTHREAD_LIBS}"|g' \
51
	@${REINPLACE_CMD} -e 's|"-pthread"|"${PTHREAD_LIBS}"|g' \
Lines 63-72 Link Here
63
test: build
69
test: build
64
	@(cd ${WRKSRC}; ${GMAKE} test)
70
	@(cd ${WRKSRC}; ${GMAKE} test)
65
71
66
.include <bsd.port.pre.mk>
67
68
.if ${ARCH} == "sparc64"
69
BROKEN=		Does not compile on sparc64
70
.endif
71
72
.include <bsd.port.post.mk>
72
.include <bsd.port.post.mk>
(-)lang/bigloo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bigloo3.1a.tar.gz) = de016abbf69a08fdc4ec58afefd16fde
1
MD5 (bigloo3.2a.tar.gz) = 5b58e9fd50c7afac19f68cdc54f38498
2
SHA256 (bigloo3.1a.tar.gz) = cacdd09ceca3ed0dbeb7ad929c59e11c40b66f17b38219d0a791413dcdc82cbc
2
SHA256 (bigloo3.2a.tar.gz) = e43dcc3b67ad2be3b49fcf10bb60a3527cd2692ffb4479655c8cb17c82b5328c
3
SIZE (bigloo3.1a.tar.gz) = 12910999
3
SIZE (bigloo3.2a.tar.gz) = 12930282
(-)lang/bigloo/pkg-plist (+2 lines)
Lines 185-190 Link Here
185
%%PORTDOCS%%%%DOCSDIR%%/bigloo-32.html
185
%%PORTDOCS%%%%DOCSDIR%%/bigloo-32.html
186
%%PORTDOCS%%%%DOCSDIR%%/bigloo-33.html
186
%%PORTDOCS%%%%DOCSDIR%%/bigloo-33.html
187
%%PORTDOCS%%%%DOCSDIR%%/bigloo-34.html
187
%%PORTDOCS%%%%DOCSDIR%%/bigloo-34.html
188
%%PORTDOCS%%%%DOCSDIR%%/bigloo-35.html
189
%%PORTDOCS%%%%DOCSDIR%%/bigloo-36.html
188
%%PORTDOCS%%%%DOCSDIR%%/bigloo-4.html
190
%%PORTDOCS%%%%DOCSDIR%%/bigloo-4.html
189
%%PORTDOCS%%%%DOCSDIR%%/bigloo-5.html
191
%%PORTDOCS%%%%DOCSDIR%%/bigloo-5.html
190
%%PORTDOCS%%%%DOCSDIR%%/bigloo-6.html
192
%%PORTDOCS%%%%DOCSDIR%%/bigloo-6.html

Return to bug 130457