ports/130457: Update port: lang/bigloo to 3.2a

KATO Tsuguru tkato432 at yahoo.com
Mon Jan 12 18:40:10 UTC 2009


>Number:         130457
>Category:       ports
>Synopsis:       Update port: lang/bigloo to 3.2a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 18:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 3.2a

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/bigloo/Makefile lang/bigloo/Makefile
--- /usr/ports/lang/bigloo/Makefile	2008-12-11 04:45:03.000000000 +0900
+++ lang/bigloo/Makefile	2009-01-12 23:54:46.000000000 +0900
@@ -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 @@
 		--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 @@
 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 @@
 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 -urN /usr/ports/lang/bigloo/distinfo lang/bigloo/distinfo
--- /usr/ports/lang/bigloo/distinfo	2008-06-23 21:30:49.000000000 +0900
+++ lang/bigloo/distinfo	2009-01-12 04:16:58.000000000 +0900
@@ -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 -urN /usr/ports/lang/bigloo/pkg-plist lang/bigloo/pkg-plist
--- /usr/ports/lang/bigloo/pkg-plist	2008-06-23 21:30:49.000000000 +0900
+++ lang/bigloo/pkg-plist	2009-01-12 23:50:50.000000000 +0900
@@ -185,6 +185,8 @@
 %%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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list