Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 12:16:24 -0800 (PST)
From:      jabrown@caida.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17534: Update of lang/clisp port
Message-ID:  <200003212016.MAA19227@stimpy.nlanr.net>

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

>Number:         17534
>Category:       ports
>Synopsis:       Update of lang/clisp port, new version & new distfile location
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 12:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Brown
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

Good ol' FreeBSD.

>Description:

The CLISP sources have moved; and, a newer version has been put up.  This 
updates the clisp port to account for both.

(Dear me, I think I've just been Fenner-ized!)

>How-To-Repeat:

Try to build CLISP.  Watch fetch fail and fall back to the freebsd distfiles
mirror.

>Fix:
	
Here's a diff -uNr:

diff -uNr /usr/ports/lang/clisp/Makefile clisp/Makefile
--- /usr/ports/lang/clisp/Makefile	Sat Feb 12 18:18:15 2000
+++ clisp/Makefile	Tue Mar 21 12:07:23 2000
@@ -1,19 +1,21 @@
 # New ports collection makefile for:    clisp
-# Version required:     1999-07-22
+# Version required:     2000-03-06
 # Date created:         Feb  5 2000
 # Whom:                 Jeff Brown <jabrown@caida.org>
 #
 # $FreeBSD: ports/lang/clisp/Makefile,v 1.1 2000/02/13 02:18:15 imura Exp $
 #
 
-DISTNAME=	clisp-1999-07-22
-PKGNAME=	clisp-1999.07.22
+DISTNAME=	clisp-2000-03-06
+PKGNAME=	clisp-2000.03.06
 CATEGORIES=	lang
-MASTER_SITES=	ftp://ftp2.cons.org/pub/lisp/clisp/source/ \
-		ftp://ftp.cdrom.com/pub/lisp/clisp/source/
+MASTER_SITES=	ftp://clisp.cons.org/pub/lisp/clisp/source/ \
+		ftp://ftp.freesoftware.com/pub/lisp/clisp/source/
 
 MAINTAINER=	jabrown@caida.org
 
+USE_BZIP2=	yes
+
 # Build subdirectory
 BUILD_DIRNAME=obj
 
@@ -26,7 +28,8 @@
 	${PREFIX}/share/locale/de/LC_MESSAGES/clisp.mo \
 	${PREFIX}/share/locale/en/LC_MESSAGES/clisp.mo \
 	${PREFIX}/share/locale/es/LC_MESSAGES/clisp.mo \
-	${PREFIX}/share/locale/fr/LC_MESSAGES/clisp.mo
+	${PREFIX}/share/locale/fr/LC_MESSAGES/clisp.mo \
+	${PREFIX}/share/locale/nl/LC_MESSAGES/clisp.mo
 PROG_PATHS=${PREFIX}/bin/clisp
 MAN_PATHS=${PREFIX}/man/man1/clisp.1 ${PREFIX}/man/man3/clreadline.3
 
@@ -39,13 +42,13 @@
 # by the environment it gets from GNU_CONFIGURE=YES, so we'll call it here.
 #
 # The 'configure' wants the CC environment variable to include CFLAGS; but
-# I'll ignore it since if CFLAGS includes "-pipe", configure gets stuck reading
+# I'll edit it since if CFLAGS includes "-pipe", configure gets stuck reading
 # from stdin, using the assembler in gcc 2.7.2.3
 pre-configure:
 	@cd ${WRKSRC} && \
 	${RM} -rf ${BUILD_DIRNAME} && \
-	env CC="${CC}" ./configure --prefix=${PREFIX} ${BUILD_DIRNAME}
-#	env CC="${CC} ${CFLAGS}"
+	env CC="${CC} `echo ${CFLAGS} | ${SED} s/-pipe//`" \
+		./configure --prefix=${PREFIX} ${BUILD_DIRNAME}
 
 # The 'configure' script stops short of doing this for us.
 post-configure:
diff -uNr /usr/ports/lang/clisp/files/md5 clisp/files/md5
--- /usr/ports/lang/clisp/files/md5	Sat Feb 12 18:18:16 2000
+++ clisp/files/md5	Tue Mar 21 11:01:57 2000
@@ -1 +1 @@
-MD5 (clisp-1999-07-22.tar.gz) = 25bdf66df55b81a54c16ea5102610483
+MD5 (clisp-2000-03-06.tar.bz2) = 1eaf0cd4e3818ff75dd4e4d277a3c010
diff -uNr /usr/ports/lang/clisp/pkg/PLIST clisp/pkg/PLIST
--- /usr/ports/lang/clisp/pkg/PLIST	Sat Feb 12 18:18:18 2000
+++ clisp/pkg/PLIST	Tue Mar 21 11:51:55 2000
@@ -2,6 +2,7 @@
 lib/clisp/clisp-link
 lib/clisp/base/libavcall.a
 lib/clisp/base/libcallback.a
+lib/clisp/base/libiconv.a
 lib/clisp/base/libintl.a
 lib/clisp/base/libnoreadline.a
 lib/clisp/base/libreadline.a
@@ -15,6 +16,7 @@
 lib/clisp/data/UnicodeData.txt
 lib/clisp/full/libavcall.a
 lib/clisp/full/libcallback.a
+lib/clisp/full/libiconv.a
 lib/clisp/full/libintl.a
 lib/clisp/full/libnoreadline.a
 lib/clisp/full/libreadline.a
@@ -53,6 +55,7 @@
 share/locale/en/LC_MESSAGES/clisp.mo
 share/locale/es/LC_MESSAGES/clisp.mo
 share/locale/fr/LC_MESSAGES/clisp.mo
+share/locale/nl/LC_MESSAGES/clisp.mo
 @dirrm share/doc/clisp/doc
 @dirrm share/doc/clisp
 @dirrm lib/clisp/base
@@ -68,4 +71,6 @@
 @unexec rmdir %D/share/locale/es 2>/dev/null || true
 @unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/fr 2>/dev/null || true
+@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/nl 2>/dev/null || true
 @unexec rmdir %D/share/locale 2>/dev/null || true


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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