diff options
-rw-r--r-- | lang/bigloo/Makefile | 16 | ||||
-rw-r--r-- | lang/bigloo/distinfo | 6 | ||||
-rw-r--r-- | lang/bigloo/pkg-plist | 2 |
3 files changed, 13 insertions, 11 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index f899de23bcc5..77bbaa642174 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -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> diff --git a/lang/bigloo/distinfo b/lang/bigloo/distinfo index 3acad25855cb..1b572a218d32 100644 --- a/lang/bigloo/distinfo +++ b/lang/bigloo/distinfo @@ -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 diff --git a/lang/bigloo/pkg-plist b/lang/bigloo/pkg-plist index 88f8434f1871..7bd0c0c94a0e 100644 --- a/lang/bigloo/pkg-plist +++ b/lang/bigloo/pkg-plist @@ -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 |