View | Details | Raw Unified | Return to bug 187496
Collapse All | Expand All

(-)lang/bigloo/Makefile (-1 / +2 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	bigloo
4
PORTNAME=	bigloo
5
PORTVERSION=	4.1a.2
5
PORTVERSION=	4.1a.2
6
PORTREVISION=	1
6
CATEGORIES=	lang scheme
7
CATEGORIES=	lang scheme
7
MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
8
MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
8
DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
9
DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
10
DIST_SUBDIR=	repacked
9
11
10
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Scheme interpreter and native code compiler
13
COMMENT=	Scheme interpreter and native code compiler
Lines 16-22 Link Here
16
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
18
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
17
		libgmp.so:${PORTSDIR}/math/gmp
19
		libgmp.so:${PORTSDIR}/math/gmp
18
20
19
BROKEN=		Checksum and size mismatch
20
USES=		compiler:c++0x gmake
21
USES=		compiler:c++0x gmake
21
USE_EMACS=	yes
22
USE_EMACS=	yes
22
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
(-)lang/bigloo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bigloo4.1a-2.tar.gz) = 6e5926e2d44b0e61fca4d756bc3b292586ba8b492be541d47d1690d9333e5571
1
SHA256 (repacked/bigloo4.1a-2.tar.gz) = 5db2e7cdb7aa4bb380f35a2a476d282842df72febdb934545b475e0932fad927
2
SIZE (bigloo4.1a-2.tar.gz) = 22387008
2
SIZE (repacked/bigloo4.1a-2.tar.gz) = 22387981

Return to bug 187496