From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 12 18:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20372977 for ; Wed, 12 Mar 2014 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBC8F29 for ; Wed, 12 Mar 2014 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CIe1XE044706 for ; Wed, 12 Mar 2014 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2CIe1Pc044705; Wed, 12 Mar 2014 18:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 12 Mar 2014 18:40:01 GMT Resent-Message-Id: <201403121840.s2CIe1Pc044705@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E0FF8CA for ; Wed, 12 Mar 2014 18:33:43 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 724D8FA8 for ; Wed, 12 Mar 2014 18:33:43 +0000 (UTC) Received: from coppermine.my.domain (ZT028236.ppp.dion.ne.jp [59.128.28.236]) by omta03.auone-net.jp (au one net mail) with ESMTP id 068E81880030 for ; Thu, 13 Mar 2014 03:33:41 +0900 (JST) Message-Id: <20140313033250.ed3a22d1e6c48daceb197cc1@yahoo.com> Date: Thu, 13 Mar 2014 03:32:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187496: lang/bigloo: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 18:40:02 -0000 >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: