FreeBSD Bugzilla – Attachment 9649 Details for
Bug 19678
Update port: lang/smalltalk to 1.8.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.33 KB, created by
tkato
on 2000-07-03 18:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2000-07-03 18:40:00 UTC
Size:
6.33 KB
patch
obsolete
>diff -urN /usr/ports/lang/smalltalk/Makefile lang/smalltalk/Makefile >--- /usr/ports/lang/smalltalk/Makefile Mon Jun 12 18:56:26 2000 >+++ lang/smalltalk/Makefile Mon Jul 3 22:25:56 2000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= smalltalk >-PORTVERSION= 1.7.3 >+PORTVERSION= 1.8.1 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= smalltalk >diff -urN /usr/ports/lang/smalltalk/files/md5 lang/smalltalk/files/md5 >--- /usr/ports/lang/smalltalk/files/md5 Sat Apr 1 05:20:36 2000 >+++ lang/smalltalk/files/md5 Mon Jul 3 21:42:38 2000 >@@ -1 +1 @@ >-MD5 (smalltalk-1.7.3.tar.gz) = 71ec44421fb8dc9c51002cf80c8377bc >+MD5 (smalltalk-1.8.1.tar.gz) = 4cd917d21f315614361224aafae5c8a3 >diff -urN /usr/ports/lang/smalltalk/patches/patch-ab lang/smalltalk/patches/patch-ab >--- /usr/ports/lang/smalltalk/patches/patch-ab Sat Apr 1 05:20:36 2000 >+++ lang/smalltalk/patches/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- docs/Makefile.orig Mon Feb 21 19:05:16 2000 >-+++ docs/Makefile Sat Mar 25 22:13:43 2000 >-@@ -65,7 +65,7 @@ >- $(INSTALL_DATA) $$file $(infodir); \ >- done >- cd $(srcdir)/docs; for file in $(INFO); do \ >-- $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file \ >-+ $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file; \ >- done >- >- uninstall: >diff -urN /usr/ports/lang/smalltalk/patches/patch-ac lang/smalltalk/patches/patch-ac >--- /usr/ports/lang/smalltalk/patches/patch-ac Sat Apr 1 05:20:36 2000 >+++ lang/smalltalk/patches/patch-ac Thu Jan 1 09:00:00 1970 >@@ -1,34 +0,0 @@ >---- Makefile.body.orig Sat Mar 18 18:23:25 2000 >-+++ Makefile.body Sat Mar 25 22:37:58 2000 >-@@ -90,7 +90,7 @@ >- compiler/StartCompiler.st compiler/STVisitor.st \ >- compiler/STParseNodes.st compiler/STParser.st \ >- compiler/STSymTable.st compiler/STTok.st \ >-- compiler/STToken.st compiler/STCompiler.st compiler/README >-+ compiler/STToken.st compiler/STCompiler.st compiler/Readme >- >- GDBM_FILES = examples/gdbm/gdbm.st >- >-@@ -200,7 +200,7 @@ >- blox/BloxExtend.st blox/BloxText.st \ >- blox/BloxWidgets.st blox/test.st \ >- >--TCP_FILES = tcp/AbstractSocket.st tcp/init.st \ >-+TCP_FILES = tcp/AbstractSocket.st tcp/Init.st \ >- tcp/AbstractSocketImpl.st tcp/cfuncs.st \ >- tcp/ContentHandler.st tcp/Datagram.st \ >- tcp/DatagramSocket.st tcp/DatagramSocketImpl.st \ >-@@ -233,10 +233,9 @@ >- INSTALLED_FILES = $(GDBM_FILES) $(MAIN_ST_SOURCES) $(TEST_FILES) \ >- $(TCP_FILES) $(EXAMPLE_FILES) $(BLOX_FILES) >- >--INSTALLED_DIRS = $(stdir) $(stdir)/kernel $(stdir)/blox $(stdir)/gdbm \ >-- $(stdir)/examples $(stdir)/examples/blox $(stdir)/examples/mixed \ >-- $(stdir)/tcp $(stdir)/cint $(stdir)/compiler $(stdir)/test \ >-- $(stdir)/xml >-+INSTALLED_DIRS = $(stdir) $(stdir)/kernel $(stdir)/blox $(stdir)/examples \ >-+ $(stdir)/examples/blox $(stdir)/examples/mixed $(stdir)/examples/gdbm \ >-+ $(stdir)/tcp $(stdir)/cint $(stdir)/compiler $(stdir)/test >- >- MORE_SOURCES = examples/gdbm/Makefile.body \ >- examples/gdbm/cfuncs.h examples/gdbm/gdbm.c \ >diff -urN /usr/ports/lang/smalltalk/patches/patch-ad lang/smalltalk/patches/patch-ad >--- /usr/ports/lang/smalltalk/patches/patch-ad Thu Jan 1 09:00:00 1970 >+++ lang/smalltalk/patches/patch-ad Mon Jul 3 22:04:45 2000 >@@ -0,0 +1,19 @@ >+--- Makefile.defs.in.orig Thu Jun 29 19:08:33 2000 >++++ Makefile.defs.in Mon Jul 3 22:04:27 2000 >+@@ -35,6 +35,7 @@ >+ SCHEDULER = cat >+ INSTALL = @INSTALL@ >+ INSTALL_PROGRAM = @INSTALL_PROGRAM@ >++INSTALL_SCRIPT = @INSTALL_SCRIPT@ >+ INSTALL_DATA = @INSTALL_DATA@ >+ INSTALL_INFO = @INSTALL_INFO@ >+ MAKEINFO = @MAKEINFO@ >+@@ -73,7 +74,7 @@ >+ >+ # Program flags >+ OPT_LEVEL = 2 >+-OPT_CFLAGS = -O$(OPT_LEVEL) -DOPTIMIZE >++OPT_CFLAGS = -DOPTIMIZE >+ CDEBUG = @CDEBUG@ >+ INCLUDES= -I$(srcdir) -I$(srcdir)/lib $(USER_INCLUDES) >+ CPPFLAGS = @CPPFLAGS@ >diff -urN /usr/ports/lang/smalltalk/patches/patch-ae lang/smalltalk/patches/patch-ae >--- /usr/ports/lang/smalltalk/patches/patch-ae Thu Jan 1 09:00:00 1970 >+++ lang/smalltalk/patches/patch-ae Mon Jul 3 22:06:25 2000 >@@ -0,0 +1,13 @@ >+--- Makefile.rules.orig Thu Jun 29 19:39:26 2000 >++++ Makefile.rules Mon Jul 3 22:05:39 2000 >+@@ -112,8 +112,8 @@ >+ >+ install:: installdirs optimize >+ $(INSTALL_PROGRAM) gst$(EXE) $(bindir)/gst$(EXE) >+- $(INSTALL_PROGRAM) gst-config $(bindir)/gst-config >+- $(INSTALL_PROGRAM) gst-package $(bindir)/gst-package >++ $(INSTALL_SCRIPT) gst-config $(bindir)/gst-config >++ $(INSTALL_SCRIPT) gst-package $(bindir)/gst-package >+ $(INSTALL_DATA) lib/gst.h $(includedir)/gst.h >+ $(INSTALL_DATA) lib/gstpub.h $(includedir)/gstpub.h >+ $(INSTALL_DATA) gstconf.h $(includedir)/gstconf.h >diff -urN /usr/ports/lang/smalltalk/pkg/PLIST lang/smalltalk/pkg/PLIST >--- /usr/ports/lang/smalltalk/pkg/PLIST Sat Apr 1 05:20:37 2000 >+++ lang/smalltalk/pkg/PLIST Mon Jul 3 22:40:56 2000 >@@ -1,5 +1,7 @@ > @unexec install-info --delete --info-dir=%D/info %D/info/gst.info > bin/gst >+bin/gst-config >+bin/gst-package > include/gst.h > include/gstconf.h > include/gstpub.h >@@ -74,7 +76,7 @@ > share/gnu-smalltalk/cint/README > share/gnu-smalltalk/cint/StreamStack.st > share/gnu-smalltalk/compiler/Load.st >-share/gnu-smalltalk/compiler/Readme >+share/gnu-smalltalk/compiler/README > share/gnu-smalltalk/compiler/STCompLit.st > share/gnu-smalltalk/compiler/STCompiler.st > share/gnu-smalltalk/compiler/STParseNodes.st >@@ -239,6 +241,7 @@ > share/gnu-smalltalk/kernel/WordMemory.st > share/gnu-smalltalk/kernel/WriteStream.st > share/gnu-smalltalk/kernel/initialize.st >+share/gnu-smalltalk/packages > share/gnu-smalltalk/tcp/AbstractSocket.st > share/gnu-smalltalk/tcp/AbstractSocketImpl.st > share/gnu-smalltalk/tcp/ContentHandler.st >@@ -246,7 +249,6 @@ > share/gnu-smalltalk/tcp/DatagramSocket.st > share/gnu-smalltalk/tcp/DatagramSocketImpl.st > share/gnu-smalltalk/tcp/IPAddress.st >-share/gnu-smalltalk/tcp/Init.st > share/gnu-smalltalk/tcp/MulticastSocket.st > share/gnu-smalltalk/tcp/ServerSocket.st > share/gnu-smalltalk/tcp/Socket.st >@@ -256,6 +258,7 @@ > share/gnu-smalltalk/tcp/UDPSocketImpl.st > share/gnu-smalltalk/tcp/URL.st > share/gnu-smalltalk/tcp/UnixStream.st >+share/gnu-smalltalk/tcp/init.st > share/gnu-smalltalk/tcp/cfuncs.st > share/gnu-smalltalk/test/arrays.ok > share/gnu-smalltalk/test/arrays.st >@@ -286,6 +289,9 @@ > share/gnu-smalltalk/test/sets.st > share/gnu-smalltalk/test/strings.ok > share/gnu-smalltalk/test/strings.st >+share/gnu-smalltalk/xml/DOM.st >+share/gnu-smalltalk/xml/XWalker.st >+@dirrm share/gnu-smalltalk/xml > @dirrm share/gnu-smalltalk/test > @dirrm share/gnu-smalltalk/tcp > @dirrm share/gnu-smalltalk/kernel
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19678
: 9649