summaryrefslogtreecommitdiff
path: root/lang/smalltalk/patches
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/patches')
-rw-r--r--lang/smalltalk/patches/patch-aa27
-rw-r--r--lang/smalltalk/patches/patch-ab15
2 files changed, 42 insertions, 0 deletions
diff --git a/lang/smalltalk/patches/patch-aa b/lang/smalltalk/patches/patch-aa
new file mode 100644
index 00000000000..b87056d490b
--- /dev/null
+++ b/lang/smalltalk/patches/patch-aa
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/10/23 16:19:49 agc Exp $
+
+Correct a small typo in the generic Makefile rules file
+Install scripts using BSD_INSTALL_SCRIPT, not INSTALL_PROGRAM
+
+--- Makefile.rules 2000/08/21 17:39:40 1.1
++++ Makefile.rules 2000/08/21 17:39:53
+@@ -44,7 +44,7 @@
+
+ $(srcdir)/lib/libgst.a: $(LIBRARY_FILES) $(srcdir)/gstconf.h
+ cd lib && $(MAKE) CFLAGS="$(CFLAGS)" GCC_CFLAGS="$(GCC_CFLAGS)" \
+- CDEBUG="$(CDEBUG)" SCHEDULER="$(SCHEDULER)")
++ CDEBUG="$(CDEBUG)" SCHEDULER="$(SCHEDULER)"
+
+ # You can also use this rule with `make attempt TARGET=optimize'
+ attempt:
+@@ -114,8 +114,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
++ $(BSD_INSTALL_SCRIPT) gst-config $(bindir)/gst-config
++ $(BSD_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/patches/patch-ab b/lang/smalltalk/patches/patch-ab
new file mode 100644
index 00000000000..3d20be43596
--- /dev/null
+++ b/lang/smalltalk/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/10/23 16:19:49 agc Exp $
+
+Tell the users the right version number
+
+--- configure 2000/08/21 17:49:31 1.1
++++ configure 2000/08/21 17:49:38
+@@ -535,7 +535,7 @@
+
+
+
+-VERSION=1.8.1
++VERSION=1.8.2
+ MAINTAINER="bonzini@gnu.org"
+ echo "GNU Smalltalk Version $VERSION"
+