Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 02:32:35 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174204: lang/bigloo: Update to version 3.9a
Message-ID:  <20121206023235.508adfbd137798df0eb10ca6@yahoo.com>
Resent-Message-ID: <201212051810.qB5IAEju033804@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174204
>Category:       ports
>Synopsis:       lang/bigloo: Update to version 3.9a
>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:   Wed Dec 05 18:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 3.9a

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/bigloo/Makefile lang/bigloo/Makefile
--- /usr/ports/lang/bigloo/Makefile	2012-11-08 08:27:24.000000000 +0900
+++ lang/bigloo/Makefile	2012-12-03 23:53:02.000000000 +0900
@@ -1,13 +1,8 @@
-# New ports collection makefile for:    bigloo
-# Date created:         15 Jul 2002
-# Whom:                 Stanislav Grozev <tacho@daemonz.org>
-#
+# Created by: Stanislav Grozev <tacho@daemonz.org>
 # $FreeBSD: head/lang/bigloo/Makefile 303664 2012-09-04 17:05:43Z ashish $
-#
 
 PORTNAME=	bigloo
-PORTVERSION=	3.8c
-PORTREVISION=	2
+PORTVERSION=	3.9a
 CATEGORIES=	lang scheme
 MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -125,12 +120,12 @@
 	@${REINPLACE_CMD} -e 's|^coflags=|#coflags=|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|"-lthr"|"${PTHREAD_LIBS}"|g' \
 		${WRKSRC}/autoconf/pthread
-	@${REINPLACE_CMD} -e '/LDFLAGS=/s|export|true|g' \
-		${WRKSRC}/gc/configure-gc-7.3alpha1-20120316
 .for i in autoconf/mixer api/multimedia/src/Unix/bglmixer.c
 	@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' \
 		${WRKSRC}/${i}
 .endfor
+	@${FIND} ${WRKSRC}/gc -maxdepth 1 -type f | ${XARGS} \
+		${REINPLACE_CMD} -e '/LDFLAGS=/s|export|true|g'
 
 post-configure:
 	@${FIND} ${WRKSRC} -name "bigloo_config.h" | ${XARGS} \
diff -urN /usr/ports/lang/bigloo/distinfo lang/bigloo/distinfo
--- /usr/ports/lang/bigloo/distinfo	2012-11-08 08:27:24.000000000 +0900
+++ lang/bigloo/distinfo	2012-10-28 01:20:20.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (bigloo3.8c.tar.gz) = 3835d6aec4428f7a9dc8029a434b4c845e7ea15728141d60b72f9ebc6ddd45e1
-SIZE (bigloo3.8c.tar.gz) = 17721635
+SHA256 (bigloo3.9a.tar.gz) = 3ef47b10785105f11414340ce59b9bcd1ba95e9b775bfddb640a0dbbd803386c
+SIZE (bigloo3.9a.tar.gz) = 18987607
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206023235.508adfbd137798df0eb10ca6>