summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-09 08:45:39 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-09 08:45:39 +0000
commit7bb63aa2e3189e86b485b7c3b36afb3e30644bdd (patch)
tree9ca3b7dc09faf39c442b7a3c3d4b8baa2d7861dc /lang/smalltalk
parentUpdate to rev. 2.10. (diff)
Update to version 1.8.1
PR: 19678 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=30366
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile2
-rw-r--r--lang/smalltalk/distinfo2
-rw-r--r--lang/smalltalk/files/patch-ad19
-rw-r--r--lang/smalltalk/files/patch-ae13
-rw-r--r--lang/smalltalk/pkg-plist10
5 files changed, 42 insertions, 4 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 5556177f0650..82196801416f 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -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 --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo
index 0693c251359e..31e675864d2c 100644
--- a/lang/smalltalk/distinfo
+++ b/lang/smalltalk/distinfo
@@ -1 +1 @@
-MD5 (smalltalk-1.7.3.tar.gz) = 71ec44421fb8dc9c51002cf80c8377bc
+MD5 (smalltalk-1.8.1.tar.gz) = 4cd917d21f315614361224aafae5c8a3
diff --git a/lang/smalltalk/files/patch-ad b/lang/smalltalk/files/patch-ad
new file mode 100644
index 000000000000..c0b9b095e349
--- /dev/null
+++ b/lang/smalltalk/files/patch-ad
@@ -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 --git a/lang/smalltalk/files/patch-ae b/lang/smalltalk/files/patch-ae
new file mode 100644
index 000000000000..4d4f55b848b6
--- /dev/null
+++ b/lang/smalltalk/files/patch-ae
@@ -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 --git a/lang/smalltalk/pkg-plist b/lang/smalltalk/pkg-plist
index 7864f4a10765..dbc2b2631a9b 100644
--- a/lang/smalltalk/pkg-plist
+++ b/lang/smalltalk/pkg-plist
@@ -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