diff options
author | vs <vs@FreeBSD.org> | 2004-11-04 02:26:05 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-04 02:26:05 +0800 |
commit | dd71ed6b599c06db19da1cdb367e5d1442841f89 (patch) | |
tree | f220b14ea52fa29d397fd5f648e0441ea9bf732c /lang | |
parent | 50fd429f0ad0f10d83b0048dd3e9c9609999832c (diff) | |
download | freebsd-ports-gnome-dd71ed6b599c06db19da1cdb367e5d1442841f89.tar.gz freebsd-ports-gnome-dd71ed6b599c06db19da1cdb367e5d1442841f89.tar.zst freebsd-ports-gnome-dd71ed6b599c06db19da1cdb367e5d1442841f89.zip |
Update to 0.9d.041103
PR: ports/73435
Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ecl/Makefile | 8 | ||||
-rw-r--r-- | lang/ecl/distinfo | 4 |
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 |