pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-bad Patch bashism out of ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/67959883a121
branches: trunk
changeset: 576336:67959883a121
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Jun 07 02:48:34 2010 +0000
description:
Patch bashism out of makefile. From Karl Uwe Lockhoff on the
netbsd-bugs list, following up to PR 42975. Does not affect generated
package, so no version bump.
diffstat:
multimedia/gst-plugins0.10-bad/distinfo | 3 ++-
multimedia/gst-plugins0.10-bad/patches/patch-ad | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 7f3c84f1e3f6 -r 67959883a121 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo Sun Jun 06 23:43:55 2010 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo Mon Jun 07 02:48:34 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2010/03/15 14:16:03 joerg Exp $
+$NetBSD: distinfo,v 1.21 2010/06/07 02:48:34 dholland Exp $
SHA1 (gst-plugins-bad-0.10.18.tar.bz2) = 33853ed4f3be8d80c42a2a8dcce7052a08c1d64f
RMD160 (gst-plugins-bad-0.10.18.tar.bz2) = 0a7bfd2b90dc863798f5a254248a1b087dcf8f5a
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 97edd8c227a2cdd7730670024e2afdf80967eb29
SHA1 (patch-ab) = 3c0432d12366285d264760b728851da9b519de40
SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
+SHA1 (patch-ad) = b31d1ea2c3878e151d990b951cbe07a4ace7e202
diff -r 7f3c84f1e3f6 -r 67959883a121 multimedia/gst-plugins0.10-bad/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ad Mon Jun 07 02:48:34 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2010/06/07 02:48:34 dholland Exp $
+
+Correct bashism in makefile recipe.
+
+--- gst-libs/gst/interfaces/Makefile.in~ 2010-06-07 02:35:32.000000000 +0000
++++ gst-libs/gst/interfaces/Makefile.in
+@@ -948,7 +948,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib
+ $^ > $@
+
+ $(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
+- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
++ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+ glib-mkenums \
+ --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
Home |
Main Index |
Thread Index |
Old Index