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

(-)clisp-2.38/Makefile (-4 / +3 lines)
Lines 2-12 Link Here
2
# Date created:         Feb  5 2000
2
# Date created:         Feb  5 2000
3
# Whom:                 Jeff Brown <jabrown@caida.org>
3
# Whom:                 Jeff Brown <jabrown@caida.org>
4
#
4
#
5
# $FreeBSD: ports/lang/clisp/Makefile,v 1.34 2006/01/19 12:53:20 tdb Exp $
5
# $FreeBSD: ports/lang/clisp/Makefile,v 1.30 2005/10/28 22:44:44 kris Exp $
6
#
6
#
7
7
8
PORTNAME=	clisp
8
PORTNAME=	clisp
9
PORTVERSION=	2.37
9
PORTVERSION=	2.38
10
CATEGORIES=	lang lisp
10
CATEGORIES=	lang lisp
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
12
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
Lines 32-39 Link Here
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${ARCH} == amd64 || ${ARCH} == ia64
34
.if ${ARCH} == amd64 || ${ARCH} == ia64
35
CFLAGS+=	-DNO_MULTIMAP_SHM -DNO_MULTIMAP_FILE -DNO_SINGLEMAP \
35
CONFIGURE_ARGS= --disable-mmap ${CONFIGURE_ARGS}
36
		-DNO_TRIVIALMAP
37
.endif
36
.endif
38
37
39
# The source doesn't include a top-level Makefile, so we'll fake one.
38
# The source doesn't include a top-level Makefile, so we'll fake one.
(-)clisp-2.38/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (clisp-2.37.tar.bz2) = f2445b3935b6f97b443d9548c38872e9
1
MD5 (clisp-2.38.tar.bz2) = 960e1f6e232415c59b6978f92e62f30b
2
SHA256 (clisp-2.37.tar.bz2) = 6afdb1678357050c459a5aacf20a3303d0db760775769a26ac50d33b5c06255d
2
SHA256 (clisp-2.38.tar.bz2) = 98ddb7faa384b9b62621ac9af8b4416cbe1b6df420306fceea9e1e01a880e051
3
SIZE (clisp-2.37.tar.bz2) = 8052113
3
SIZE (clisp-2.38.tar.bz2) = 8078151

Return to bug 92831