Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 21:17:57 -0500
From:      jakub@rehor.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90781: [maintainer update] lang/clisp to version 2.36
Message-ID:  <0IRV0058MNPXXARH@mta8.srv.hcvlny.cv.net>
Resent-Message-ID: <200512220220.jBM2K305040379@freefall.freebsd.org>

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

>Number:         90781
>Category:       ports
>Synopsis:       [maintainer update] lang/clisp to version 2.36
>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:   Thu Dec 22 02:20:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jakub Rehor <jakub@rehor.net>
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD libervitae 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	* Update port to latest mainstream version
	* Fix compilation on amd64 and ia64 by adding to CFLAGS
>How-To-Repeat:
	
>Fix:

	

--- clisp.patch begins here ---
diff -ruN --exclude=_darcs clisp-2.35/Makefile clisp-2.36/Makefile
--- clisp-2.35/Makefile	Wed Dec 21 21:02:21 2005
+++ clisp-2.36/Makefile	Wed Dec 21 21:01:55 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	clisp
-PORTVERSION=	2.35
-PORTREVISION=	1
+PORTVERSION=	2.36
 CATEGORIES=	lang lisp
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
@@ -33,7 +32,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64 || ${ARCH} == ia64
-BROKEN=		"Does not compile on amd64 or ia64"
+CFLAGS+=	-DNO_MULTIMAP_SHM -DNO_MULTIMAP_FILE -DNO_SINGLEMAP \
+		-DNO_TRIVIALMAP
 .endif
 
 # The source doesn't include a top-level Makefile, so we'll fake one.
diff -ruN --exclude=_darcs clisp-2.35/distinfo clisp-2.36/distinfo
--- clisp-2.35/distinfo	Wed Dec 21 21:02:21 2005
+++ clisp-2.36/distinfo	Wed Dec 21 21:01:55 2005
@@ -1,2 +1,3 @@
-MD5 (clisp-2.35.tar.bz2) = a8e3136c4ecfb5deb65fe53e22ca2c07
-SIZE (clisp-2.35.tar.bz2) = 7902817
+MD5 (clisp-2.36.tar.bz2) = 45296cfde71d06cb9cb006631c4bc6f4
+SHA256 (clisp-2.36.tar.bz2) = ac4574cbc38300a68ce22c101b7bff4d0e813bace2153af03cfeae3c3aa4c3b8
+SIZE (clisp-2.36.tar.bz2) = 8009369
diff -ruN --exclude=_darcs clisp-2.35/pkg-plist clisp-2.36/pkg-plist
--- clisp-2.35/pkg-plist	Wed Dec 21 21:02:21 2005
+++ clisp-2.36/pkg-plist	Wed Dec 21 21:01:55 2005
@@ -11,12 +11,13 @@
 lib/clisp/base/makevars
 lib/clisp/base/modules.h
 lib/clisp/base/modules.o
+lib/clisp/base/readline.o
 lib/clisp/base/regex.o
 lib/clisp/base/regexi.o
 lib/clisp/base/regexp.dvi
 lib/clisp/clisp-link
+lib/clisp/data/Symbol-Table.text
 lib/clisp/data/UnicodeDataFull.txt
-lib/clisp/data/clhs.txt
 lib/clisp/full/calls.o
 lib/clisp/full/gettext.o
 lib/clisp/full/libavcall.a
@@ -30,6 +31,7 @@
 lib/clisp/full/modules.h
 lib/clisp/full/modules.o
 lib/clisp/full/rawsock.o
+lib/clisp/full/readline.o
 lib/clisp/full/regex.o
 lib/clisp/full/regexi.o
 lib/clisp/full/regexp.dvi
@@ -57,8 +59,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/doc/clisp.1
 %%PORTDOCS%%%%DOCSDIR%%/doc/clisp.dvi
 %%PORTDOCS%%%%DOCSDIR%%/doc/clisp.html
-%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.png
 %%PORTDOCS%%%%DOCSDIR%%/doc/clisp.pdf
+%%PORTDOCS%%%%DOCSDIR%%/doc/clisp.png
 %%PORTDOCS%%%%DOCSDIR%%/doc/clisp.ps
 %%PORTDOCS%%%%DOCSDIR%%/doc/editors.txt
 %%PORTDOCS%%%%DOCSDIR%%/doc/impnotes.css
--- clisp.patch ends here ---


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



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