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

(-)clisp-2.36/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	clisp
8
PORTNAME=	clisp
9
PORTVERSION=	2.35
9
PORTVERSION=	2.36
10
PORTREVISION=	1
11
CATEGORIES=	lang lisp
10
CATEGORIES=	lang lisp
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
12
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
Lines 33-39 Link Here
33
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
34
33
35
.if ${ARCH} == amd64 || ${ARCH} == ia64
34
.if ${ARCH} == amd64 || ${ARCH} == ia64
36
BROKEN=		"Does not compile on amd64 or ia64"
35
CFLAGS+=	-DNO_MULTIMAP_SHM -DNO_MULTIMAP_FILE -DNO_SINGLEMAP \
36
		-DNO_TRIVIALMAP
37
.endif
37
.endif
38
38
39
# The source doesn't include a top-level Makefile, so we'll fake one.
39
# The source doesn't include a top-level Makefile, so we'll fake one.
(-)clisp-2.36/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (clisp-2.35.tar.bz2) = a8e3136c4ecfb5deb65fe53e22ca2c07
1
MD5 (clisp-2.36.tar.bz2) = 45296cfde71d06cb9cb006631c4bc6f4
2
SIZE (clisp-2.35.tar.bz2) = 7902817
2
SHA256 (clisp-2.36.tar.bz2) = ac4574cbc38300a68ce22c101b7bff4d0e813bace2153af03cfeae3c3aa4c3b8
3
SIZE (clisp-2.36.tar.bz2) = 8009369
(-)clisp-2.36/pkg-plist (-2 / +4 lines)
Lines 11-22 Link Here
11
lib/clisp/base/makevars
11
lib/clisp/base/makevars
12
lib/clisp/base/modules.h
12
lib/clisp/base/modules.h
13
lib/clisp/base/modules.o
13
lib/clisp/base/modules.o
14
lib/clisp/base/readline.o
14
lib/clisp/base/regex.o
15
lib/clisp/base/regex.o
15
lib/clisp/base/regexi.o
16
lib/clisp/base/regexi.o
16
lib/clisp/base/regexp.dvi
17
lib/clisp/base/regexp.dvi
17
lib/clisp/clisp-link
18
lib/clisp/clisp-link
19
lib/clisp/data/Symbol-Table.text
18
lib/clisp/data/UnicodeDataFull.txt
20
lib/clisp/data/UnicodeDataFull.txt
19
lib/clisp/data/clhs.txt
20
lib/clisp/full/calls.o
21
lib/clisp/full/calls.o
21
lib/clisp/full/gettext.o
22
lib/clisp/full/gettext.o
22
lib/clisp/full/libavcall.a
23
lib/clisp/full/libavcall.a
Lines 30-35 Link Here
30
lib/clisp/full/modules.h
31
lib/clisp/full/modules.h
31
lib/clisp/full/modules.o
32
lib/clisp/full/modules.o
32
lib/clisp/full/rawsock.o
33
lib/clisp/full/rawsock.o
34
lib/clisp/full/readline.o
33
lib/clisp/full/regex.o
35
lib/clisp/full/regex.o
34
lib/clisp/full/regexi.o
36
lib/clisp/full/regexi.o
35
lib/clisp/full/regexp.dvi
37
lib/clisp/full/regexp.dvi
Lines 57-64 Link Here
57
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.1
59
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.1
58
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.dvi
60
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.dvi
59
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.html
61
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.html
60
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.png
61
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.pdf
62
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.pdf
63
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.png
62
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.ps
64
%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.ps
63
%%PORTDOCS%%%%DOCSDIR%%/doc/editors.txt
65
%%PORTDOCS%%%%DOCSDIR%%/doc/editors.txt
64
%%PORTDOCS%%%%DOCSDIR%%/doc/impnotes.css
66
%%PORTDOCS%%%%DOCSDIR%%/doc/impnotes.css

Return to bug 90781