ports/162711: [PATCH] lang/newlisp: update to 10.3.3

Stanislav Sedov stas at deglitch.com
Mon Nov 21 02:30:18 UTC 2011


>Number:         162711
>Category:       ports
>Synopsis:       [PATCH] lang/newlisp: update to 10.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 02:30:16 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Deglitch Networks
>Environment:
System: FreeBSD orion.SpringDaemons.com 10.0-CURRENT FreeBSD 10.0-CURRENT #10 r227526M: Tue Nov 15 03:28:14 PST
>Description:
- Update to 10.3.3.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- newlisp-10.3.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/newlisp/Makefile,v
retrieving revision 1.25
diff -u -u -r1.25 Makefile
--- Makefile	24 Oct 2011 03:33:09 -0000	1.25
+++ Makefile	21 Nov 2011 02:27:17 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	newlisp
-PORTVERSION=	10.2.8
+PORTVERSION=	10.3.3
 PORTREVISION=	0
 CATEGORIES=	lang
 MASTER_SITES=	http://www.newlisp.org/downloads/
@@ -24,8 +24,8 @@
 
 REINPLACE_ARGS=	-i ""
 
-MODULES=	cgi crypto ftp infix odbc pop3 postscript smtp stat unix \
-		xmlrpc-client zlib
+MODULES=	canvas cgi crypto ftp getopts infix json macro odbc pop3 \
+		postscript smtp smtpx stat unix xmlrpc-client zlib
 
 DOCS=		CHANGES CodePatterns.html ExpressionEvaluation.html \
 		MemoryManagement.html newLISP-${PORTVERSION}-Release.html \
@@ -35,6 +35,7 @@
 OPTIONS=	GMP	"Enable GMP math library support" off \
 		MYSQL5	"Build with mysql 5.0.x support" off \
 		MYSQL51	"Build with mysql 5.1.x support" off \
+		PGSQL	"Build with postgresql support" off \
 		SQLITE	"Build with sqlite support" off \
 		GUISERV "Install GUI server (in JAVA)" off
 
@@ -70,6 +71,14 @@
 PLIST_SUB+=	MYSQL51="@comment "
 .endif
 
+.if defined(WITH_PGSQL)
+USE_PGSQL=yes
+MODULES+=	postgres
+PLIST_SUB+=	PGSQL=""
+.else
+PLIST_SUB+=	PGSQL="@comment "
+.endif
+
 .if defined(WITH_SQLITE)
 USE_SQLITE=3
 MODULES+=	sqlite3
@@ -112,6 +121,9 @@
 	@${REINPLACE_CMD} -E -e \
 		"s,/usr/local/lib/libgmp.so,${LOCALBASE}/lib/libgmp.so," \
 		${WRKSRC}/modules/gmp.lsp
+	@${REINPLACE_CMD} -E -e \
+		"s,/usr/local/lib/libpq.so.5.1,${LOCALBASE}/lib/libpq.so.5," \
+		${WRKSRC}/modules/postgres.lsp
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/newlisp ${PREFIX}/bin/
@@ -122,6 +134,8 @@
 			${WRKSRC}/util/newlisp.vim \
 			${WRKSRC}/util/link.lsp \
 			${WRKSRC}/util/httpd-conf.lsp \
+			${WRKSRC}/util/newlisp.jsf \
+			${WRKSRC}/util/nanorc \
 			${DATADIR}/util/
 
 	${MKDIR} ${DATADIR}/modules/
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/newlisp/distinfo,v
retrieving revision 1.16
diff -u -u -r1.16 distinfo
--- distinfo	3 Jul 2011 13:45:19 -0000	1.16
+++ distinfo	21 Nov 2011 02:27:17 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/newlisp/pkg-plist,v
retrieving revision 1.13
diff -u -u -r1.13 pkg-plist
--- pkg-plist	3 Jun 2010 03:15:17 -0000	1.13
+++ pkg-plist	21 Nov 2011 02:27:17 -0000
@@ -8,10 +8,12 @@
 %%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%%/Lex
+%%PORTDOCS%%%%EXAMPLESDIR%%/async
 %%PORTDOCS%%%%EXAMPLESDIR%%/client
 %%PORTDOCS%%%%EXAMPLESDIR%%/finger
 %%PORTDOCS%%%%EXAMPLESDIR%%/form.cgi
@@ -21,12 +23,16 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/observer
 %%PORTDOCS%%%%EXAMPLESDIR%%/opengl-demo.lsp
 %%PORTDOCS%%%%EXAMPLESDIR%%/prodcons.lsp
+%%PORTDOCS%%%%EXAMPLESDIR%%/query
+%%PORTDOCS%%%%EXAMPLESDIR%%/scan
 %%PORTDOCS%%%%EXAMPLESDIR%%/server
+%%PORTDOCS%%%%EXAMPLESDIR%%/sniff
 %%PORTDOCS%%%%EXAMPLESDIR%%/tcltk.lsp
 %%PORTDOCS%%%%EXAMPLESDIR%%/udp-client.lsp
 %%PORTDOCS%%%%EXAMPLESDIR%%/udp-server.lsp
 %%PORTDOCS%%%%EXAMPLESDIR%%/upload.cgi
 %%PORTDOCS%%%%EXAMPLESDIR%%/upload.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/win32demo.lsp
 %%PORTDOCS%%%%EXAMPLESDIR%%/xmlrpc.cgi
 %%GUISERV%%%%DATADIR%%/guiserver.jar
 %%GUISERV%%%%DATADIR%%/guiserver.lsp
@@ -57,17 +63,23 @@
 %%GUISERV%%%%DATADIR%%/guiserver/widgets-demo-ru.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/widgets-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/word-count.lsp
+%%DATADIR%%/modules/canvas.lsp
 %%DATADIR%%/modules/cgi.lsp
 %%DATADIR%%/modules/crypto.lsp
 %%DATADIR%%/modules/ftp.lsp
+%%DATADIR%%/modules/getopts.lsp
 %%GMP%%%%DATADIR%%/modules/gmp.lsp
 %%DATADIR%%/modules/infix.lsp
+%%DATADIR%%/modules/json.lsp
+%%DATADIR%%/modules/macro.lsp
 %%MYSQL51%%%%DATADIR%%/modules/mysql.lsp
 %%MYSQL5%%%%DATADIR%%/modules/mysql.lsp
 %%DATADIR%%/modules/odbc.lsp
 %%DATADIR%%/modules/pop3.lsp
+%%PGSQL%%%%DATADIR%%/modules/postgres.lsp
 %%DATADIR%%/modules/postscript.lsp
 %%DATADIR%%/modules/smtp.lsp
+%%DATADIR%%/modules/smtpx.lsp
 %%SQLITE%%%%DATADIR%%/modules/sqlite3.lsp
 %%DATADIR%%/modules/stat.lsp
 %%DATADIR%%/modules/unix.lsp
@@ -75,6 +87,8 @@
 %%DATADIR%%/modules/zlib.lsp
 %%DATADIR%%/util/httpd-conf.lsp
 %%DATADIR%%/util/link.lsp
+%%DATADIR%%/util/nanorc
+%%DATADIR%%/util/newlisp.jsf
 %%DATADIR%%/util/newlisp.vim
 %%DATADIR%%/util/syntax.cgi
 @dirrm %%DATADIR%%/util
Index: files/patch-makefile_bsd_lib
===================================================================
RCS file: /home/pcvs/ports/lang/newlisp/files/patch-makefile_bsd_lib,v
retrieving revision 1.3
diff -u -u -r1.3 patch-makefile_bsd_lib
--- files/patch-makefile_bsd_lib	3 Jul 2009 10:52:56 -0000	1.3
+++ files/patch-makefile_bsd_lib	21 Nov 2011 02:27:17 -0000
@@ -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 07:21:04.000000000 -0700
++++ makefile_bsd_lib	2011-11-13 21:18:47.000000000 -0800
 @@ -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
--- newlisp-10.3.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list