summaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authorsalo <salo>2003-02-14 20:24:43 +0000
committersalo <salo>2003-02-14 20:24:43 +0000
commit1229877a12537aabdec1e8ea6fda230f37ff2baf (patch)
tree9106abee108712e6111ae66b068e2495590953ca /x11/eterm
parentdf33ebc964f20eaec31ef3f709df94647b384e3d (diff)
downloadpkgsrc-1229877a12537aabdec1e8ea6fda230f37ff2baf.tar.gz
Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution on
hosts with broken /bin/sh (such as Solaris). Patch from Jonathan Perkin via PR pkg/20239.
Diffstat (limited to 'x11/eterm')
-rw-r--r--x11/eterm/distinfo3
-rw-r--r--x11/eterm/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/eterm/distinfo b/x11/eterm/distinfo
index 60c9fa2261b..58a0108c5e4 100644
--- a/x11/eterm/distinfo
+++ b/x11/eterm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2002/12/26 04:58:44 wiz Exp $
+$NetBSD: distinfo,v 1.8 2003/02/14 20:24:43 salo Exp $
SHA1 (Eterm-0.9.2.tar.gz) = 1d3b11323d7c913d89ee546619b21a65c0fe6a6f
Size (Eterm-0.9.2.tar.gz) = 662636 bytes
@@ -8,6 +8,7 @@ SHA1 (Eterm-bg-scale-2.tar.gz) = 711365b4478dc7cb3891c77a5d9054778c581184
Size (Eterm-bg-scale-2.tar.gz) = 3145775 bytes
SHA1 (Eterm-bg-tile.tar.gz) = 2ccb31a8fd0e80e5dd92aebef6baf5554f66e361
Size (Eterm-bg-tile.tar.gz) = 1568166 bytes
+SHA1 (patch-aa) = 97f564fad19c0d5615a53ef7993897adf6573a18
SHA1 (patch-ad) = f70a92e4eb84466e379653cbd3a9188db6d408c8
SHA1 (patch-ah) = 81dac9571b5184d803003a0681c9cc8a0a62e389
SHA1 (patch-ai) = 9a173c2d8dc7a9b3f6cd1a09e9a04586f6c82f93
diff --git a/x11/eterm/patches/patch-aa b/x11/eterm/patches/patch-aa
new file mode 100644
index 00000000000..5f4476ad096
--- /dev/null
+++ b/x11/eterm/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2003/02/14 20:24:44 salo Exp $
+--- bg/Makefile.in.orig Fri Feb 7 17:33:33 2003
++++ bg/Makefile.in Fri Feb 7 17:33:42 2003
+@@ -237,7 +237,7 @@
+ $(INSTALL_DATA) $$i $(DESTDIR)${pixmapdir}/$$j/ ; \
+ done) ; \
+ done)
+- $(UPDATE_SCRIPT) $(DESTDIR)${pixmapdir}
++ $(SHELL) $(UPDATE_SCRIPT) $(DESTDIR)${pixmapdir}
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.