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

(-)lang/bigloo/Makefile (-6 / +8 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	bigloo
8
PORTNAME=	bigloo
9
PORTVERSION=	3.2b
9
PORTVERSION=	3.2b.2
10
CATEGORIES=	lang scheme
10
CATEGORIES=	lang scheme
11
MASTER_SITES=	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
11
MASTER_SITES=	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
12
		ftp://kaolin.unice.fr/pub/Bigloo/
12
		ftp://kaolin.unice.fr/pub/Bigloo/
13
DISTNAME=	${PORTNAME}${PORTVERSION}
13
DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A Scheme interpreter and native code compiler
16
COMMENT=	A Scheme interpreter and native code compiler
17
17
18
LIB_DEPENDS=	gc.1:${PORTSDIR}/devel/boehm-gc
18
LIB_DEPENDS=	gc.1:${PORTSDIR}/devel/boehm-gc
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:R}
21
20
USE_OPENSSL=	yes
22
USE_OPENSSL=	yes
21
USE_GSTREAMER=	yes
23
USE_GSTREAMER=	yes
22
USE_EMACS=	yes
24
USE_EMACS=	yes
Lines 30-39 Link Here
30
		--gclibdir=${LOCALBASE}/lib \
32
		--gclibdir=${LOCALBASE}/lib \
31
		--gcincdir=${LOCALBASE}/include \
33
		--gcincdir=${LOCALBASE}/include \
32
		--customgc=no
34
		--customgc=no
33
ALL_TARGET=	build
35
ALL_TARGET=	build compile-bee
34
INSTALL_TARGET=	install-progs compile-bee install-bee
36
INSTALL_TARGET=	install-progs install-bee
35
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION}
37
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION:R}
36
PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION}"
38
PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION:R}"
37
39
38
MAN1=		bigloo.1
40
MAN1=		bigloo.1
39
INFO=		bigloo
41
INFO=		bigloo
(-)lang/bigloo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bigloo3.2b.tar.gz) = e99e126b41b1a4cbd7a9c2da043233c4
1
MD5 (bigloo3.2b-2.tar.gz) = 48d8853e108436469ee858116b3da00d
2
SHA256 (bigloo3.2b.tar.gz) = 7107a3252b36efea6528622fa1470ba3a997697268e0f1abfd0de752365e330d
2
SHA256 (bigloo3.2b-2.tar.gz) = 11372dcbbc4995e75bb8a7ea445ef39a52f88f8c124fa0a8b9af5b8f9b657219
3
SIZE (bigloo3.2b.tar.gz) = 13063288
3
SIZE (bigloo3.2b-2.tar.gz) = 13062630

Return to bug 135642