FreeBSD Bugzilla – Attachment 203968 Details for
Bug 237530
lang/newlisp: Update to 10.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
update to 10.7.1
newlisp-10.7.1.diff.txt (text/plain), 4.13 KB, created by
Wen Heping
on 2019-04-24 15:18:42 UTC
(
hide
)
Description:
update to 10.7.1
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2019-04-24 15:18:42 UTC
Size:
4.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 499842) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= newlisp >-PORTVERSION= 10.6.2 >-PORTREVISION= 2 >+PORTVERSION= 10.7.1 > CATEGORIES= lang > MASTER_SITES= http://www.newlisp.org/downloads/ > >Index: distinfo >=================================================================== >--- distinfo (revision 499842) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (newlisp-10.6.2.tgz) = ae3ab77987cb2cfef4e986104be5be5ac9469317e9d74884c3ea89c2e4bb4040 >-SIZE (newlisp-10.6.2.tgz) = 1671798 >+TIMESTAMP = 1556116682 >+SHA256 (newlisp-10.7.1.tgz) = 2e300c8bed365a564d284bf3ad6c49e036256e7fc3f469ebda0b45e6e196a7cc >+SIZE (newlisp-10.7.1.tgz) = 1721645 >Index: files/patch-makefile_bsd >=================================================================== >--- files/patch-makefile_bsd (revision 499842) >+++ files/patch-makefile_bsd (working copy) >@@ -1,6 +1,6 @@ >---- makefile_bsd.orig 2015-01-19 17:10:12 UTC >+--- makefile_bsd.orig 2017-01-25 16:42:21 UTC > +++ makefile_bsd >-@@ -6,14 +6,12 @@ OBJS = newlisp.o nl-symbol.o nl-math.o n >+@@ -6,14 +6,12 @@ OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-li > > # the option -fno-strict-aliasing may not be available on some BSD versions > >Index: files/patch-makefile_bsdLP64_utf8 >=================================================================== >--- files/patch-makefile_bsdLP64_utf8 (revision 499842) >+++ files/patch-makefile_bsdLP64_utf8 (working copy) >@@ -1,19 +1,19 @@ >---- makefile_bsdLP64_utf8.orig 2015-01-19 17:10:12 UTC >+--- makefile_bsdLP64_utf8.orig 2019-04-24 15:04:10 UTC > +++ makefile_bsdLP64_utf8 >-@@ -6,14 +6,12 @@ OBJS = newlisp.o nl-symbol.o nl-math.o n >+@@ -6,14 +6,12 @@ OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-li > > # the option -fno-strict-aliasing may not be available on some BSD versions > >--CFLAGS = -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD >+-CFLAGS = -m64 -Wall -Wno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD > +CFLAGS += -m64 -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI > # or without readline lib >- #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD >+ #CFLAGS = -m64 -Wall -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD > > -CC = cc > - > default: $(OBJS) > - $(CC) $(OBJS) -m64 -g -lm -lreadline -lncurses -o newlisp >-+ $(CC) $(LDFLAGS) $(OBJS) -m64 -lm -lreadline -lncurses -lffi -o newlisp >++ $(CC) $(LDFLAGS) $(OBJS) -m64 -g -lm -lreadline -lncurses -o newlisp > # or without readline lib > # $(CC) $(OBJS) -m64 -g -lm -o newlisp > strip newlisp >Index: files/patch-modules_gsl.lsp >=================================================================== >--- files/patch-modules_gsl.lsp (revision 499842) >+++ files/patch-modules_gsl.lsp (working copy) >@@ -1,7 +1,7 @@ >---- modules/gsl.lsp.orig 2015-05-23 14:58:26 UTC >+--- modules/gsl.lsp.orig 2019-04-24 15:03:19 UTC > +++ modules/gsl.lsp >-@@ -169,6 +169,7 @@ >- (= ostype "Win32") "libgsl-0.dll" ; 32-bit >+@@ -170,6 +170,7 @@ >+ (= ostype "Windows") "libgsl-0.dll" ; 32-bit or 64-bit > (= ostype "OSX") "libgsl.dylib" ; 32-bit or 64-bit > (= ostype "Linux") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit > + (= ostype "BSD") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit >@@ -8,7 +8,7 @@ > )) > > ; load libgslcblas which contans functions referenced by libgsl >-@@ -179,6 +180,7 @@ >+@@ -180,6 +181,7 @@ > (if > (= ostype "OSX") (import "libgslcblas.dylib" "cblas_sdsdot") > (= ostype "Linux") (import "/usr/local/lib/libgslcblas.so" "cblas_sdsdot") >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 499842) >+++ pkg-plist (working copy) >@@ -10,7 +10,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/ExpressionEvaluation.html > %%PORTDOCS%%%%DOCSDIR%%/MemoryManagement.html > %%PORTDOCS%%%%DOCSDIR%%/manual_frame.html >-%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.6.2-Release.html >+%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.7.1-Release.html > %%PORTDOCS%%%%DOCSDIR%%/newLISPdoc.html > %%PORTDOCS%%%%DOCSDIR%%/newlisp-man.txt > %%PORTDOCS%%%%DOCSDIR%%/newlisp_index.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 237530
: 203968