Date: Mon, 3 Jul 2000 10:30:11 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19678: Update port: lang/smalltalk to 1.8.1 Message-ID: <20000703173011.DAAB337BA8A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19678 >Category: ports >Synopsis: Update port: lang/smalltalk to 1.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.8.1 New file: patches/patch-ad patches/patch-ae Remove file: patches/patch-ab patches/patch-ac >How-To-Repeat: >Fix: 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000703173011.DAAB337BA8A>