lang/cmucl port broken in FreeBSD. [PATCH attached]
anonymous anonymous
gostrc at gmail.com
Sat Jan 2 18:34:43 UTC 2010
The problem is that the prebuilt binary it downloads is linked to
older libraries (libutils and some others).
uname -a: FreeBSD freebsd.gateway.2wire.net 8.0-RELEASE FreeBSD
8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009
root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
The following fixes the port so it works correctly on FreeBSD 8.0. I
just used an updated binary for 8.0rc1. At least this makes the port
work in 8.0 since originally it was unusable.
diff -u /usr/ports/lang/cmucl/Makefile cmucl/Makefile
--- /usr/ports/lang/cmucl/Makefile 2009-04-29 10:38:12.000000000 -0500
+++ cmucl/Makefile 2010-01-02 11:47:24.000000000 -0600
@@ -7,7 +7,7 @@
#
PORTNAME= cmucl
-PORTVERSION= 19f
+PORTVERSION= 20a
PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= http://common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/
\
@@ -15,7 +15,7 @@
ftp://ftp.averillpark.net/cmucl/release/${PORTVERSION}/ \
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/${PORTVERSION}/ \
ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd_6.3-release
+DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd_8.0-rc1
MAINTAINER= cracauer at cons.org
COMMENT= The CMU implementation of Common Lisp
diff -u /usr/ports/lang/cmucl/distinfo cmucl/distinfo
--- /usr/ports/lang/cmucl/distinfo 2009-04-29 10:38:12.000000000 -0500
+++ cmucl/distinfo 2010-01-02 11:45:32.000000000 -0600
@@ -1,3 +1,3 @@
-MD5 (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) =
f099355a4c2e85b03c8d8f3949f96619
-SHA256 (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) =
d627940a9b30e831acf684ed0b17419d4299f112add208782d9f6f503216103e
-SIZE (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) = 15213148
+MD5 (cmucl-20a-x86-freebsd_8.0-rc1.tar.bz2) = c6d8d63c61b25f42c562097c7a46e333
+SHA256 (cmucl-20a-x86-freebsd_8.0-rc1.tar.bz2) =
876c20f390417b8f98d009ab604ff4b9787e9a201b222c3345b15431ef82e492
+SIZE (cmucl-20a-x86-freebsd_8.0-rc1.tar.bz2) = 16175907
More information about the freebsd-ports
mailing list