Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2004 01:06:01 GMT
From:      Julian Stecklina <der_julian@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/73436: [Port update] lang/ecl to 0.9d release
Message-ID:  <200411030106.iA3161Aw028180@www.freebsd.org>
Resent-Message-ID: <200411030110.iA31AYCR091474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73436
>Category:       ports
>Synopsis:       [Port update] lang/ecl to 0.9d release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 01:10:34 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Julian Stecklina
>Release:        FreeBSD 5.3BETA
>Organization:
>Environment:
FreeBSD goldenaxe 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Mon Oct 11 22:12:04 CEST 2004     blitz@goldenaxe:/usr/obj/usr/src/sys/GOLDENAXE  i386
>Description:
This patch updates ECL to the latest release. This features many bugfixes, ANSI compliance improvements and it also reduces the memory footprint. Kudos to Juan-Garcia Ripoll.
>How-To-Repeat:
      
>Fix:
--- /usr/ports/lang/ecl/Makefile        Thu Oct 28 00:19:18 2004
+++ ecl/Makefile        Wed Nov  3 01:23:32 2004
@@ -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 @@
 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 @@
 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>
Only in ecl/: Makefile~
diff -ru /usr/ports/lang/ecl/distinfo ecl/distinfo
--- /usr/ports/lang/ecl/distinfo        Thu Oct 21 01:41:36 2004
+++ ecl/distinfo        Wed Nov  3 01:24:17 2004
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411030106.iA3161Aw028180>