diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-01-13 02:05:57 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-01-13 02:05:57 +0000 |
commit | b8e46e1ecc9b24e98b62591ac19715ce7ce9c4e3 (patch) | |
tree | c13e602e3b4200047a34c9e15ea9097ea43034bc /lang | |
parent | 59e0b73eacf85224a8cc02462efa266c20b1a641 (diff) | |
download | FreeBSD-ports-b8e46e1ecc9b24e98b62591ac19715ce7ce9c4e3.zip FreeBSD-ports-b8e46e1ecc9b24e98b62591ac19715ce7ce9c4e3.tar.gz |
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 0b1a877..2dc5b97 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) |