View | Details | Raw Unified | Return to bug 19678
Collapse All | Expand All

(-)lang/smalltalk/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	smalltalk
8
PORTNAME=	smalltalk
9
PORTVERSION=	1.7.3
9
PORTVERSION=	1.8.1
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	smalltalk
12
MASTER_SITE_SUBDIR=	smalltalk
(-)lang/smalltalk/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (smalltalk-1.7.3.tar.gz) = 71ec44421fb8dc9c51002cf80c8377bc
1
MD5 (smalltalk-1.8.1.tar.gz) = 4cd917d21f315614361224aafae5c8a3
(-)lang/smalltalk/patches/patch-ab (-11 lines)
Lines 1-11 Link Here
1
--- docs/Makefile.orig	Mon Feb 21 19:05:16 2000
2
+++ docs/Makefile	Sat Mar 25 22:13:43 2000
3
@@ -65,7 +65,7 @@
4
 	  $(INSTALL_DATA) $$file $(infodir);				\
5
 	done
6
 	cd $(srcdir)/docs; for file in $(INFO); do			\
7
-	  $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file	\
8
+	  $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file;	\
9
 	done
10
 
11
 uninstall:
(-)lang/smalltalk/patches/patch-ac (-34 lines)
Lines 1-34 Link Here
1
--- Makefile.body.orig	Sat Mar 18 18:23:25 2000
2
+++ Makefile.body	Sat Mar 25 22:37:58 2000
3
@@ -90,7 +90,7 @@
4
 	compiler/StartCompiler.st compiler/STVisitor.st \
5
 	compiler/STParseNodes.st compiler/STParser.st \
6
 	compiler/STSymTable.st compiler/STTok.st \
7
-	compiler/STToken.st compiler/STCompiler.st compiler/README
8
+	compiler/STToken.st compiler/STCompiler.st compiler/Readme
9
 
10
 GDBM_FILES = examples/gdbm/gdbm.st
11
 
12
@@ -200,7 +200,7 @@
13
 	blox/BloxExtend.st blox/BloxText.st \
14
 	blox/BloxWidgets.st blox/test.st \
15
 
16
-TCP_FILES = tcp/AbstractSocket.st tcp/init.st \
17
+TCP_FILES = tcp/AbstractSocket.st tcp/Init.st \
18
 	tcp/AbstractSocketImpl.st tcp/cfuncs.st \
19
 	tcp/ContentHandler.st tcp/Datagram.st \
20
 	tcp/DatagramSocket.st tcp/DatagramSocketImpl.st \
21
@@ -233,10 +233,9 @@
22
 INSTALLED_FILES = $(GDBM_FILES) $(MAIN_ST_SOURCES) $(TEST_FILES) \
23
 	$(TCP_FILES) $(EXAMPLE_FILES) $(BLOX_FILES)
24
 
25
-INSTALLED_DIRS = $(stdir) $(stdir)/kernel $(stdir)/blox $(stdir)/gdbm \
26
-	$(stdir)/examples $(stdir)/examples/blox $(stdir)/examples/mixed \
27
-	$(stdir)/tcp $(stdir)/cint $(stdir)/compiler $(stdir)/test \
28
-	$(stdir)/xml
29
+INSTALLED_DIRS = $(stdir) $(stdir)/kernel $(stdir)/blox $(stdir)/examples \
30
+	$(stdir)/examples/blox $(stdir)/examples/mixed $(stdir)/examples/gdbm \
31
+	$(stdir)/tcp $(stdir)/cint $(stdir)/compiler $(stdir)/test
32
 
33
 MORE_SOURCES = examples/gdbm/Makefile.body \
34
 	examples/gdbm/cfuncs.h examples/gdbm/gdbm.c \
(-)lang/smalltalk/patches/patch-ad (+19 lines)
Line 0 Link Here
1
--- Makefile.defs.in.orig	Thu Jun 29 19:08:33 2000
2
+++ Makefile.defs.in	Mon Jul  3 22:04:27 2000
3
@@ -35,6 +35,7 @@
4
 SCHEDULER = cat
5
 INSTALL = @INSTALL@
6
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
7
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
8
 INSTALL_DATA = @INSTALL_DATA@
9
 INSTALL_INFO = @INSTALL_INFO@
10
 MAKEINFO = @MAKEINFO@
11
@@ -73,7 +74,7 @@
12
 
13
 # Program flags
14
 OPT_LEVEL = 2
15
-OPT_CFLAGS = -O$(OPT_LEVEL) -DOPTIMIZE
16
+OPT_CFLAGS = -DOPTIMIZE
17
 CDEBUG = @CDEBUG@
18
 INCLUDES= -I$(srcdir) -I$(srcdir)/lib $(USER_INCLUDES)
19
 CPPFLAGS = @CPPFLAGS@
(-)lang/smalltalk/patches/patch-ae (+13 lines)
Line 0 Link Here
1
--- Makefile.rules.orig	Thu Jun 29 19:39:26 2000
2
+++ Makefile.rules	Mon Jul  3 22:05:39 2000
3
@@ -112,8 +112,8 @@
4
 
5
 install:: installdirs optimize
6
 	$(INSTALL_PROGRAM) gst$(EXE) $(bindir)/gst$(EXE)
7
-	$(INSTALL_PROGRAM) gst-config $(bindir)/gst-config
8
-	$(INSTALL_PROGRAM) gst-package $(bindir)/gst-package
9
+	$(INSTALL_SCRIPT) gst-config $(bindir)/gst-config
10
+	$(INSTALL_SCRIPT) gst-package $(bindir)/gst-package
11
 	$(INSTALL_DATA) lib/gst.h $(includedir)/gst.h
12
 	$(INSTALL_DATA) lib/gstpub.h $(includedir)/gstpub.h
13
 	$(INSTALL_DATA) gstconf.h $(includedir)/gstconf.h
(-)lang/smalltalk/pkg/PLIST (-2 / +8 lines)
Lines 1-5 Link Here
1
@unexec install-info --delete --info-dir=%D/info %D/info/gst.info
1
@unexec install-info --delete --info-dir=%D/info %D/info/gst.info
2
bin/gst
2
bin/gst
3
bin/gst-config
4
bin/gst-package
3
include/gst.h
5
include/gst.h
4
include/gstconf.h
6
include/gstconf.h
5
include/gstpub.h
7
include/gstpub.h
Lines 74-80 Link Here
74
share/gnu-smalltalk/cint/README
76
share/gnu-smalltalk/cint/README
75
share/gnu-smalltalk/cint/StreamStack.st
77
share/gnu-smalltalk/cint/StreamStack.st
76
share/gnu-smalltalk/compiler/Load.st
78
share/gnu-smalltalk/compiler/Load.st
77
share/gnu-smalltalk/compiler/Readme
79
share/gnu-smalltalk/compiler/README
78
share/gnu-smalltalk/compiler/STCompLit.st
80
share/gnu-smalltalk/compiler/STCompLit.st
79
share/gnu-smalltalk/compiler/STCompiler.st
81
share/gnu-smalltalk/compiler/STCompiler.st
80
share/gnu-smalltalk/compiler/STParseNodes.st
82
share/gnu-smalltalk/compiler/STParseNodes.st
Lines 239-244 Link Here
239
share/gnu-smalltalk/kernel/WordMemory.st
241
share/gnu-smalltalk/kernel/WordMemory.st
240
share/gnu-smalltalk/kernel/WriteStream.st
242
share/gnu-smalltalk/kernel/WriteStream.st
241
share/gnu-smalltalk/kernel/initialize.st
243
share/gnu-smalltalk/kernel/initialize.st
244
share/gnu-smalltalk/packages
242
share/gnu-smalltalk/tcp/AbstractSocket.st
245
share/gnu-smalltalk/tcp/AbstractSocket.st
243
share/gnu-smalltalk/tcp/AbstractSocketImpl.st
246
share/gnu-smalltalk/tcp/AbstractSocketImpl.st
244
share/gnu-smalltalk/tcp/ContentHandler.st
247
share/gnu-smalltalk/tcp/ContentHandler.st
Lines 246-252 Link Here
246
share/gnu-smalltalk/tcp/DatagramSocket.st
249
share/gnu-smalltalk/tcp/DatagramSocket.st
247
share/gnu-smalltalk/tcp/DatagramSocketImpl.st
250
share/gnu-smalltalk/tcp/DatagramSocketImpl.st
248
share/gnu-smalltalk/tcp/IPAddress.st
251
share/gnu-smalltalk/tcp/IPAddress.st
249
share/gnu-smalltalk/tcp/Init.st
250
share/gnu-smalltalk/tcp/MulticastSocket.st
252
share/gnu-smalltalk/tcp/MulticastSocket.st
251
share/gnu-smalltalk/tcp/ServerSocket.st
253
share/gnu-smalltalk/tcp/ServerSocket.st
252
share/gnu-smalltalk/tcp/Socket.st
254
share/gnu-smalltalk/tcp/Socket.st
Lines 256-261 Link Here
256
share/gnu-smalltalk/tcp/UDPSocketImpl.st
258
share/gnu-smalltalk/tcp/UDPSocketImpl.st
257
share/gnu-smalltalk/tcp/URL.st
259
share/gnu-smalltalk/tcp/URL.st
258
share/gnu-smalltalk/tcp/UnixStream.st
260
share/gnu-smalltalk/tcp/UnixStream.st
261
share/gnu-smalltalk/tcp/init.st
259
share/gnu-smalltalk/tcp/cfuncs.st
262
share/gnu-smalltalk/tcp/cfuncs.st
260
share/gnu-smalltalk/test/arrays.ok
263
share/gnu-smalltalk/test/arrays.ok
261
share/gnu-smalltalk/test/arrays.st
264
share/gnu-smalltalk/test/arrays.st
Lines 286-291 Link Here
286
share/gnu-smalltalk/test/sets.st
289
share/gnu-smalltalk/test/sets.st
287
share/gnu-smalltalk/test/strings.ok
290
share/gnu-smalltalk/test/strings.ok
288
share/gnu-smalltalk/test/strings.st
291
share/gnu-smalltalk/test/strings.st
292
share/gnu-smalltalk/xml/DOM.st
293
share/gnu-smalltalk/xml/XWalker.st
294
@dirrm share/gnu-smalltalk/xml
289
@dirrm share/gnu-smalltalk/test
295
@dirrm share/gnu-smalltalk/test
290
@dirrm share/gnu-smalltalk/tcp
296
@dirrm share/gnu-smalltalk/tcp
291
@dirrm share/gnu-smalltalk/kernel
297
@dirrm share/gnu-smalltalk/kernel

Return to bug 19678