Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2011 17:24:52 GMT
From:      Armin Pirkovitsch <armin@frozen-zone.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162732: [PATCH] lang/newlisp update to 10.3.3
Message-ID:  <201111211724.pALHOqWS017072@red.freebsd.org>
Resent-Message-ID: <201111211730.pALHUKj0008147@freefall.freebsd.org>

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

>Number:         162732
>Category:       ports
>Synopsis:       [PATCH] lang/newlisp update to 10.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 17:30:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Armin Pirkovitsch
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/Makefile lang/newlisp/Makefile
--- /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/Makefile	2011-10-24 05:33:09.000000000 +0200
+++ lang/newlisp/Makefile	2011-11-19 09:30:53.579968232 +0100
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	newlisp
-PORTVERSION=	10.2.8
-PORTREVISION=	0
+PORTVERSION=	10.3.3
 CATEGORIES=	lang
 MASTER_SITES=	http://www.newlisp.org/downloads/
 #MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
@@ -144,10 +143,6 @@
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/
-	${MKDIR} ${EXAMPLESDIR}/
-
-	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
-
 	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/
 
 . if defined(WITH_GUISERV)
@@ -158,4 +153,9 @@
 . endif
 .endif
 
+.if !defined(NOPORTEXAMPLES)
+	${MKDIR} ${EXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
+.endif
+
 .include <bsd.port.post.mk>
diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/distinfo lang/newlisp/distinfo
--- /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/distinfo	2011-07-03 15:45:19.000000000 +0200
+++ lang/newlisp/distinfo	2011-11-18 17:30:48.849968612 +0100
@@ -1,2 +1,2 @@
-SHA256 (newlisp-10.2.8.tgz) = c46a0e4585de3411bc695db94c5516d37132abb9433d0594b5c3cc4040d8559d
-SIZE (newlisp-10.2.8.tgz) = 1490887
+SHA256 (newlisp-10.3.3.tgz) = 91b19907efe1c74073ebae939b41a307561ffb879d4f1b8d95155fb3a2d91afe
+SIZE (newlisp-10.3.3.tgz) = 1537512
diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/files/patch-makefile_bsd_lib lang/newlisp/files/patch-makefile_bsd_lib
--- /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/files/patch-makefile_bsd_lib	2009-07-03 12:52:56.000000000 +0200
+++ lang/newlisp/files/patch-makefile_bsd_lib	2011-11-18 17:33:07.301966771 +0100
@@ -1,13 +1,13 @@
---- makefile_bsd_lib.orig	2009-07-02 14:38:00.000000000 +0400
-+++ makefile_bsd_lib	2009-07-02 14:38:41.000000000 +0400
+--- makefile_bsd_lib.orig	2011-09-21 16:21:04.000000000 +0200
++++ makefile_bsd_lib	2011-11-18 17:32:41.507968162 +0100
 @@ -3,9 +3,7 @@
  OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
  	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o
  
--CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD
+-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -D_BSD
 -
 -CC = gcc
-+CFLAGS = -m32 -c -DREADLINE -D_BSD
++CFLAGS = -m32 -c -D_BSD
  
  default: $(OBJS)
  	$(CC) $(OBJS) -m32 -lm -shared -o newlisp.so
diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/pkg-plist lang/newlisp/pkg-plist
--- /tank/tinderbox/portstrees/FreeBSD/ports/lang/newlisp/pkg-plist	2010-06-03 05:15:17.000000000 +0200
+++ lang/newlisp/pkg-plist	2011-11-19 11:15:14.059967506 +0100
@@ -8,26 +8,32 @@
 %%PORTDOCS%%%%DOCSDIR%%/ExpressionEvaluation.html
 %%PORTDOCS%%%%DOCSDIR%%/MemoryManagement.html
 %%PORTDOCS%%%%DOCSDIR%%/manual_frame.html
-%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.2.8-Release.html
+%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.3.3-Release.html
 %%PORTDOCS%%%%DOCSDIR%%/newLISPdoc.html
 %%PORTDOCS%%%%DOCSDIR%%/newlisp_index.html
 %%PORTDOCS%%%%DOCSDIR%%/newlisp_manual.html
-%%PORTDOCS%%%%EXAMPLESDIR%%/client
-%%PORTDOCS%%%%EXAMPLESDIR%%/finger
-%%PORTDOCS%%%%EXAMPLESDIR%%/form.cgi
-%%PORTDOCS%%%%EXAMPLESDIR%%/form.html
-%%PORTDOCS%%%%EXAMPLESDIR%%/init.lsp.example
-%%PORTDOCS%%%%EXAMPLESDIR%%/newLISP-Excel-Import.xls
-%%PORTDOCS%%%%EXAMPLESDIR%%/observer
-%%PORTDOCS%%%%EXAMPLESDIR%%/opengl-demo.lsp
-%%PORTDOCS%%%%EXAMPLESDIR%%/prodcons.lsp
-%%PORTDOCS%%%%EXAMPLESDIR%%/server
-%%PORTDOCS%%%%EXAMPLESDIR%%/tcltk.lsp
-%%PORTDOCS%%%%EXAMPLESDIR%%/udp-client.lsp
-%%PORTDOCS%%%%EXAMPLESDIR%%/udp-server.lsp
-%%PORTDOCS%%%%EXAMPLESDIR%%/upload.cgi
-%%PORTDOCS%%%%EXAMPLESDIR%%/upload.html
-%%PORTDOCS%%%%EXAMPLESDIR%%/xmlrpc.cgi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/finger
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Lex
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.cgi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/init.lsp.example
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newLISP-Excel-Import.xls
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/observer
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl-demo.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scan
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sniff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcltk.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp-client.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp-server.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.cgi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32demo.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlrpc.cgi
 %%GUISERV%%%%DATADIR%%/guiserver.jar
 %%GUISERV%%%%DATADIR%%/guiserver.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/allfonts-demo.lsp
@@ -81,6 +87,6 @@
 @dirrm %%DATADIR%%/modules
 %%GUISERV%%@dirrm %%DATADIR%%/guiserver
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 %%GUISERV%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/guiserver
 %%PORTDOCS%%@dirrm %%DOCSDIR%%


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



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