Update to version 1.8.1

PR:		19678
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Alexander Langer 2000-07-09 08:45:39 +00:00
parent dd6644a2bb
commit 7bb63aa2e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30366
5 changed files with 42 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (smalltalk-1.7.3.tar.gz) = 71ec44421fb8dc9c51002cf80c8377bc
MD5 (smalltalk-1.8.1.tar.gz) = 4cd917d21f315614361224aafae5c8a3

View File

@ -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@

View File

@ -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

View File

@ -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/LineTokenStream.st
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/WeakObjects.st
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/Datagram.st
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/TCPSocketImpl.st
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.ok
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