- Update to 3.2a

PR:		130457
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Martin Wilke 2009-01-14 09:12:23 +00:00
parent b2e750cd1b
commit 36f9af8015
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226067
3 changed files with 13 additions and 11 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= bigloo
PORTVERSION= 3.1a
PORTVERSION= 3.2a
CATEGORIES= lang scheme
MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
ftp://kaolin.unice.fr/pub/Bigloo/
@ -32,7 +32,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--gclibdir=${LOCALBASE}/lib \
--gcincdir=${LOCALBASE}/include \
--customgc=no
ALL_TARGET= # empty
ALL_TARGET= build
INSTALL_TARGET= install-progs compile-bee install-bee
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION}
PLIST_SUB= BIGLOO_VERSION="${PORTVERSION}"
@ -40,6 +40,12 @@ PLIST_SUB= BIGLOO_VERSION="${PORTVERSION}"
MAN1= bigloo.1
INFO= bigloo
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
post-patch:
@${REINPLACE_CMD} -e 's|"-O3"|""|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|"-pthread"|"${PTHREAD_LIBS}"|g' \
@ -63,10 +69,4 @@ post-install:
test: build
@(cd ${WRKSRC}; ${GMAKE} test)
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (bigloo3.1a.tar.gz) = de016abbf69a08fdc4ec58afefd16fde
SHA256 (bigloo3.1a.tar.gz) = cacdd09ceca3ed0dbeb7ad929c59e11c40b66f17b38219d0a791413dcdc82cbc
SIZE (bigloo3.1a.tar.gz) = 12910999
MD5 (bigloo3.2a.tar.gz) = 5b58e9fd50c7afac19f68cdc54f38498
SHA256 (bigloo3.2a.tar.gz) = e43dcc3b67ad2be3b49fcf10bb60a3527cd2692ffb4479655c8cb17c82b5328c
SIZE (bigloo3.2a.tar.gz) = 12930282

View file

@ -185,6 +185,8 @@ lib/libbiglooweb_u-%%BIGLOO_VERSION%%.so
%%PORTDOCS%%%%DOCSDIR%%/bigloo-32.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-33.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-34.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-35.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-36.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-4.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-5.html
%%PORTDOCS%%%%DOCSDIR%%/bigloo-6.html