Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 03:32:50 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187496: lang/bigloo: Fix build
Message-ID:  <20140313033250.ed3a22d1e6c48daceb197cc1@yahoo.com>
Resent-Message-ID: <201403121840.s2CIe1Pc044705@freefall.freebsd.org>

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

>Number:         187496
>Category:       ports
>Synopsis:       lang/bigloo: Fix build
>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 Mar 12 18:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/bigloo/Makefile lang/bigloo/Makefile
--- /usr/ports/lang/bigloo/Makefile	2014-03-09 06:42:20.000000000 +0900
+++ lang/bigloo/Makefile	2014-03-13 00:00:00.000000000 +0900
@@ -3,9 +3,11 @@
 
 PORTNAME=	bigloo
 PORTVERSION=	4.1a.2
+PORTREVISION=	1
 CATEGORIES=	lang scheme
 MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
 DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
+DIST_SUBDIR=	repacked
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Scheme interpreter and native code compiler
@@ -16,7 +18,6 @@
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libgmp.so:${PORTSDIR}/math/gmp
 
-BROKEN=		Checksum and size mismatch
 USES=		compiler:c++0x gmake
 USE_EMACS=	yes
 HAS_CONFIGURE=	yes
diff -urN /usr/ports/lang/bigloo/distinfo lang/bigloo/distinfo
--- /usr/ports/lang/bigloo/distinfo	2014-02-27 22:13:48.000000000 +0900
+++ lang/bigloo/distinfo	2014-03-13 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (bigloo4.1a-2.tar.gz) = 6e5926e2d44b0e61fca4d756bc3b292586ba8b492be541d47d1690d9333e5571
-SIZE (bigloo4.1a-2.tar.gz) = 22387008
+SHA256 (repacked/bigloo4.1a-2.tar.gz) = 5db2e7cdb7aa4bb380f35a2a476d282842df72febdb934545b475e0932fad927
+SIZE (repacked/bigloo4.1a-2.tar.gz) = 22387981
>Release-Note:
>Audit-Trail:
>Unformatted:



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