summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-06 07:53:58 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-06 07:53:58 +0000
commit54e09a4da55199f7a0013b5f191fdaaac5f43ad3 (patch)
tree3ac3463259dec4ac6c937547b717bb6d36d0a170 /lang
parent- Add heartbeat 1.2.3, a Subsystem for High-Availability Clustering. (diff)
- Fix packing list.
- Mark BROKEN for 64bits architectures. PR: ports/79438 Submitted by: Matthew X. Economou <xenophon@irtnog.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=132615
Diffstat (limited to 'lang')
-rw-r--r--lang/clisp/Makefile12
-rw-r--r--lang/clisp/pkg-plist12
2 files changed, 18 insertions, 6 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 6a0a5ea46fd8..5baaa316b930 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clisp
PORTVERSION= 2.33.2
+PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
@@ -14,8 +15,6 @@ MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
MAINTAINER= jakub@rehor.net
COMMENT= An ANSI Common Lisp
-BROKEN= Incomplete pkg-plist
-
USE_BZIP2= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
@@ -30,10 +29,11 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --with-readline --with-gettext \
.include <bsd.port.pre.mk>
-# If you have an Alpha machine, you may want to test this port and let
-# me know if you succeed.
-.if ${ARCH} == "alpha"
-BROKEN= "Does not compile on alpha"
+# Does not compile on 64-bit architectures
+# See http://sourceforge.net/mailarchive/message.php?msg_id=7103089
+# for discussion.
+.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= "Does not compile on 64-bit architectures"
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.
diff --git a/lang/clisp/pkg-plist b/lang/clisp/pkg-plist
index b07e5057dd0f..e946c7eca750 100644
--- a/lang/clisp/pkg-plist
+++ b/lang/clisp/pkg-plist
@@ -51,6 +51,18 @@ lib/clisp/linkkit/modules.d
%%PORTDOCS%%%%DOCSDIR%%/doc/editors.txt
%%PORTDOCS%%%%DOCSDIR%%/doc/impnotes.css
%%PORTDOCS%%%%DOCSDIR%%/doc/impnotes.html
+share/locale/de/LC_MESSAGES/clisp.mo
+share/locale/de/LC_MESSAGES/clisplow.mo
+share/locale/en/LC_MESSAGES/clisp.mo
+share/locale/en/LC_MESSAGES/clisplow.mo
+share/locale/es/LC_MESSAGES/clisp.mo
+share/locale/es/LC_MESSAGES/clisplow.mo
+share/locale/fr/LC_MESSAGES/clisp.mo
+share/locale/fr/LC_MESSAGES/clisplow.mo
+share/locale/nl/LC_MESSAGES/clisp.mo
+share/locale/nl/LC_MESSAGES/clisplow.mo
+share/locale/ru/LC_MESSAGES/clisp.mo
+share/locale/ru/LC_MESSAGES/clisplow.mo
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/clisp/linkkit