summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-18 18:02:11 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-18 18:02:11 +0000
commit024a033cefada88e2a6ba87a1dcf134af7866ed4 (patch)
tree0298889667ac87c94dec20a994de7c39d534f7ba
parent47277d5ef1322db1dea16eb57544cbb11dcc360c (diff)
downloadpkgsrc-024a033cefada88e2a6ba87a1dcf134af7866ed4.tar.gz
Fix shell code portability
-rw-r--r--wm/afterstep/distinfo9
-rw-r--r--wm/afterstep/patches/patch-autoconf_Makefile.common.in13
-rw-r--r--wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in13
-rw-r--r--wm/afterstep/patches/patch-autoconf_configure.in13
-rw-r--r--wm/afterstep/patches/patch-libAfterBase_Makefile.in13
-rw-r--r--wm/afterstep/patches/patch-libAfterImage_Makefile.in13
-rw-r--r--wm/afterstep/patches/patch-libAfterImage_aftershow_Makefile.in13
-rw-r--r--wm/afterstep/patches/patch-libAfterImage_apps_Makefile.in13
8 files changed, 99 insertions, 1 deletions
diff --git a/wm/afterstep/distinfo b/wm/afterstep/distinfo
index a251289a751..20008bbfa49 100644
--- a/wm/afterstep/distinfo
+++ b/wm/afterstep/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2017/07/14 12:52:49 joerg Exp $
+$NetBSD: distinfo,v 1.23 2020/03/18 18:02:11 joerg Exp $
SHA1 (AfterStep-2.2.11.tar.bz2) = ecfd815b659046281530441af0bc4fc42900d0da
RMD160 (AfterStep-2.2.11.tar.bz2) = a82a4b3fddcbcd97862212669c11d14629e51a4d
@@ -6,7 +6,11 @@ SHA512 (AfterStep-2.2.11.tar.bz2) = cf6663427656162f20cce596f63c7368c66fb336d586
Size (AfterStep-2.2.11.tar.bz2) = 6126237 bytes
SHA1 (patch-aa) = 1103686bde4a2b9a071768f4f9447b8192eb3c46
SHA1 (patch-afterstep_desktop_desklets_desklet.display) = 40c5db3f72cdb7d0a0f6adc43fa9b7968176f47e
+SHA1 (patch-autoconf_Makefile.common.in) = 51f403f3b7b9d7e8a0ea4f30a72a5ff3b4ea36d8
+SHA1 (patch-autoconf_Makefile.common.lib.in) = 815e45f8d8c6117cbfb8e02759c6e6be15e6ba65
+SHA1 (patch-autoconf_configure.in) = d89b42717506dbd096c85b07232cddca83fd59eb
SHA1 (patch-configure) = 14a32d22e101ac43c53b7356333e13f94af5d260
+SHA1 (patch-libAfterBase_Makefile.in) = 090ef7a135df43160d38af785a61db73e41b81d9
SHA1 (patch-libAfterBase_ashash.c) = 12f63117a4a3187b85bbcf868483f9b95309985d
SHA1 (patch-libAfterBase_asvector.c) = b4feb2a0f10110464d798f1ea405fd4a40490e52
SHA1 (patch-libAfterBase_asvector.h) = f1c775e576dcdbbd8fa73a4fd362dc6e17d84b58
@@ -16,6 +20,9 @@ SHA1 (patch-libAfterBase_parse.h) = 5e2e0a1b3351f7d3b7d84076879e3827d47e3f24
SHA1 (patch-libAfterBase_selfdiag.c) = 72fa80bb37f8c73bcf27eb9c0a7b65af561d2e96
SHA1 (patch-libAfterConf_Color.c) = 346f16a2ea539cb0ff352b73ba1f60d522efea00
SHA1 (patch-libAfterConf_DesktopEntry.c) = 57b8ff21093434434711d05ad2054c1415de0ca3
+SHA1 (patch-libAfterImage_Makefile.in) = 092564ab8bdd78ded9155a63a126aeda7cf205cd
+SHA1 (patch-libAfterImage_aftershow_Makefile.in) = 3d5c4f3141f51fcb4d4c8b95d244e2722e088cc6
+SHA1 (patch-libAfterImage_apps_Makefile.in) = a23ad87dcc2e0c96abc6c4896edf79f345d54acb
SHA1 (patch-libAfterImage_asfont.c) = 4fd6498495855c2909530ac5e34accb715b48497
SHA1 (patch-libAfterImage_export.c) = 0b450561673cb3351c2f8685ba7357cc6a1de366
SHA1 (patch-libAfterImage_import.c) = 57fdfec498ba05aa6d52470c545d1c9958095435
diff --git a/wm/afterstep/patches/patch-autoconf_Makefile.common.in b/wm/afterstep/patches/patch-autoconf_Makefile.common.in
new file mode 100644
index 00000000000..21707e55276
--- /dev/null
+++ b/wm/afterstep/patches/patch-autoconf_Makefile.common.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-autoconf_Makefile.common.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- autoconf/Makefile.common.in.orig 2020-03-18 14:06:28.445542718 +0000
++++ autoconf/Makefile.common.in
+@@ -40,7 +40,7 @@ uninstall.script:
+
+ indent:
+ @SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l100 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \
diff --git a/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in b/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in
new file mode 100644
index 00000000000..41cf63e867c
--- /dev/null
+++ b/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-autoconf_Makefile.common.lib.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- autoconf/Makefile.common.lib.in.orig 2020-03-18 14:06:31.401515544 +0000
++++ autoconf/Makefile.common.lib.in
+@@ -170,7 +170,7 @@ distclean:
+
+ indent:
+ @SRCS=`echo "$(LIB_OBJS) " | sed "s/.o /.c /g"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l120 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \
diff --git a/wm/afterstep/patches/patch-autoconf_configure.in b/wm/afterstep/patches/patch-autoconf_configure.in
new file mode 100644
index 00000000000..f59f041037b
--- /dev/null
+++ b/wm/afterstep/patches/patch-autoconf_configure.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-autoconf_configure.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- autoconf/configure.in.orig 2020-03-18 14:07:14.156091126 +0000
++++ autoconf/configure.in
+@@ -105,7 +105,7 @@ AC_ARG_ENABLE(send-postcard-to-developer
+ AC_ARG_ENABLE(data-reinstall, [ --enable-data-reinstall will prevent AfterStep from reinstalling image and font files.[[yes]] ],data_reinstall=$enableval,data_reinstall="yes")
+
+ AC_ARG_ENABLE(script, [ --enable-script compile Script module [[yes]] ], enable_script=$enableval,enable_script="yes")
+-AC_ARG_ENABLE(reuse-font, [ --enable-reuse-font enables reuse of loaded font resource by modules (don't use with TrueType fonts !)[[no]] ],[if test x$enableval == "xyes"; then AC_DEFINE(MODULE_REUSE_LOADED_FONT,1,Enables reuse of loaded font resource by modules) fi])
++AC_ARG_ENABLE(reuse-font, [ --enable-reuse-font enables reuse of loaded font resource by modules (don't use with TrueType fonts !)[[no]] ],[if test x$enableval = "xyes"; then AC_DEFINE(MODULE_REUSE_LOADED_FONT,1,Enables reuse of loaded font resource by modules) fi])
+
+ dnl# For FreeBSD, add -I/usr/local/include
+
diff --git a/wm/afterstep/patches/patch-libAfterBase_Makefile.in b/wm/afterstep/patches/patch-libAfterBase_Makefile.in
new file mode 100644
index 00000000000..119a1ad67fb
--- /dev/null
+++ b/wm/afterstep/patches/patch-libAfterBase_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-libAfterBase_Makefile.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- libAfterBase/Makefile.in.orig 2020-03-18 14:06:35.861132200 +0000
++++ libAfterBase/Makefile.in
+@@ -249,7 +249,7 @@ distclean: clean
+
+ indent:
+ @SRCS=`echo "$(LIB_OBJS) " | sed "s/.o /.c /g"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l120 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \
diff --git a/wm/afterstep/patches/patch-libAfterImage_Makefile.in b/wm/afterstep/patches/patch-libAfterImage_Makefile.in
new file mode 100644
index 00000000000..c61332144c0
--- /dev/null
+++ b/wm/afterstep/patches/patch-libAfterImage_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-libAfterImage_Makefile.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- libAfterImage/Makefile.in.orig 2020-03-18 14:05:16.947587042 +0000
++++ libAfterImage/Makefile.in
+@@ -297,7 +297,7 @@ distclean: clean
+
+ indent:
+ @SRCS=`echo "$(AFTERIMAGE_OBJS) " | sed "s/.o /.c /g"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l120 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \
diff --git a/wm/afterstep/patches/patch-libAfterImage_aftershow_Makefile.in b/wm/afterstep/patches/patch-libAfterImage_aftershow_Makefile.in
new file mode 100644
index 00000000000..a26c738c6c3
--- /dev/null
+++ b/wm/afterstep/patches/patch-libAfterImage_aftershow_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-libAfterImage_aftershow_Makefile.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- libAfterImage/aftershow/Makefile.in.orig 2020-03-18 14:06:01.994412756 +0000
++++ libAfterImage/aftershow/Makefile.in
+@@ -84,7 +84,7 @@ distclean:
+
+ indent:
+ @SRCS=`find . -name "*.c"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l100 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \
diff --git a/wm/afterstep/patches/patch-libAfterImage_apps_Makefile.in b/wm/afterstep/patches/patch-libAfterImage_apps_Makefile.in
new file mode 100644
index 00000000000..e2490caf425
--- /dev/null
+++ b/wm/afterstep/patches/patch-libAfterImage_apps_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-libAfterImage_apps_Makefile.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+
+--- libAfterImage/apps/Makefile.in.orig 2020-03-18 14:05:44.569598848 +0000
++++ libAfterImage/apps/Makefile.in
+@@ -81,7 +81,7 @@ distclean:
+
+ indent:
+ @SRCS=`find . -name "*.c"`; \
+- if test "x$$SRCS" == "x"; then exit; fi; \
++ if test "x$$SRCS" = "x"; then exit; fi; \
+ for i in $$SRCS; do \
+ if (indent -di14 -ts4 -i4 -l100 -lc80 -bad -nbbb -bli0 -c48 -cd48 -ce -cli1 -ncs -nbs -nbbo -hnl < $$i > /tmp/$$i); then \
+ echo "indent $$i"; \