summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-03 18:26:05 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-03 18:26:05 +0000
commitb6c5d5b430947a3eb79b2ca33c11c8f3ba40dfca (patch)
treea88208716fc1dfcc021ec7546cbd2345dacef1c6 /lang/ecl
parentBump PORTEPOCH because the PORTVERSION is changed from (diff)
Update to 0.9d.041103
PR: ports/73435 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=120718
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile8
-rw-r--r--lang/ecl/distinfo4
2 files changed, 8 insertions, 4 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index d13eaf6b3d46..c7a880cf9828 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ecl
-PORTVERSION= 0.9d.041019
+PORTVERSION= 0.9d.041103
CATEGORIES= lang
MASTER_SITES= http://www.inf.tu-dresden.de/~s1054849/
EXTRACT_SUFX= .tbz
@@ -20,7 +20,8 @@ WRKSRC= ${WRKDIR}/ecls
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/ecl
-# does not build on 64-bit archs
+# It should build and run on 64-bit architectures,
+# but it is completely untested.
ONLY_FOR_ARCHS= i386
MAN1= ecl.1
@@ -31,6 +32,9 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-tcp --enable-threads --with-clos-streams --enable-local-gmp --with-cmuformat
+
+# We need to tell ECL where to find the GMP includes
+# and libraries.
CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib CFLAGS=-I${PREFIX}/include
.include <bsd.port.mk>
diff --git a/lang/ecl/distinfo b/lang/ecl/distinfo
index 3d40eb1d7945..0ffad8ada7c2 100644
--- a/lang/ecl/distinfo
+++ b/lang/ecl/distinfo
@@ -1,2 +1,2 @@
-MD5 (ecl-0.9d.041019.tbz) = 424681b60648fdf483aa5269db48e5ed
-SIZE (ecl-0.9d.041019.tbz) = 4322792
+MD5 (ecl-0.9d.041103.tbz) = ce8c3f7e289e998d58e9483ebb85d798
+SIZE (ecl-0.9d.041103.tbz) = 4366802