summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-01-13 02:05:57 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-01-13 02:05:57 +0000
commit8a9bae9c463baf80179dc5dfb8daff0f04305f2b (patch)
tree4cc5fda7d0ba2fccae6dc24add90c894a37a0c46 /lang/clisp
parentMaintainer reports that the build error on 6.X is irrelevant, since the nve (diff)
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear. Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=182268
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 0b1a877498c3..2dc5b978e62f 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \
dvipdf:${PORTSDIR}/${GHOSTSCRIPT_PORT}
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
+NOT_FOR_ARCHS= ia64
+NOT_FOR_ARCHS_REASON= does not currently support this architecture
USE_BZIP2= yes
USE_ICONV= yes
USE_GETTEXT= yes
@@ -54,9 +56,6 @@ MODULES= BDB CLX_MIT CLX_NEW FASTCGI ORACLE PARI PCRE PGSQL RAWSOCK \
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
-.endif
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CONFIGURE_ARGS+=--disable-mmap
MAKEMAKE_ARGS+= --disable-mmap
.endif
@@ -106,7 +105,7 @@ ORACLE_HOME= ${LOCALBASE}/oracle8-client
.if defined(WITH_PARI)
LIB_DEPENDS+= pari.2:${PORTSDIR}/math/pari
MAKEMAKE_ARGS+= --with-module=pari
-BROKEN= Lisp stack overflow during build
+BROKEN= Lisp stack overflow when building PARI module
.endif
.if defined(WITH_PCRE)