summaryrefslogtreecommitdiff
path: root/multimedia/farsight2/patches
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/farsight2/patches')
-rw-r--r--multimedia/farsight2/patches/patch-aa15
-rw-r--r--multimedia/farsight2/patches/patch-ab14
-rw-r--r--multimedia/farsight2/patches/patch-ac15
-rw-r--r--multimedia/farsight2/patches/patch-ad15
-rw-r--r--multimedia/farsight2/patches/patch-ae15
-rw-r--r--multimedia/farsight2/patches/patch-af15
-rw-r--r--multimedia/farsight2/patches/patch-ag15
-rw-r--r--multimedia/farsight2/patches/patch-ah15
-rw-r--r--multimedia/farsight2/patches/patch-ai15
9 files changed, 134 insertions, 0 deletions
diff --git a/multimedia/farsight2/patches/patch-aa b/multimedia/farsight2/patches/patch-aa
new file mode 100644
index 00000000000..ca1b7e10229
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- configure.orig 2009-08-03 20:33:06.000000000 +0000
++++ configure
+@@ -24712,7 +24712,7 @@ rm -f core conftest.err conftest.$ac_obj
+ $as_echo "$flag_ok" >&6; }
+
+
+- if test "x$ERROR_CFLAGS" == "x"
++ if test "x$ERROR_CFLAGS" = "x"
+ then
+
+ { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
diff --git a/multimedia/farsight2/patches/patch-ab b/multimedia/farsight2/patches/patch-ab
new file mode 100644
index 00000000000..b05f8a38db3
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23377
+
+--- transmitters/rawudp/fs-rawudp-transmitter.c.orig 2009-08-03 20:20:07.000000000 +0000
++++ transmitters/rawudp/fs-rawudp-transmitter.c
+@@ -53,6 +53,7 @@
+ #else /*G_OS_WIN32*/
+ # include <netdb.h>
+ # include <sys/socket.h>
++# include <netinet/in_systm.h>
+ # include <netinet/ip.h>
+ # include <arpa/inet.h>
+ #endif /*G_OS_WIN32*/
diff --git a/multimedia/farsight2/patches/patch-ac b/multimedia/farsight2/patches/patch-ac
new file mode 100644
index 00000000000..d7fb8453820
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- common/glib-gen.mak.orig 2009-07-21 01:09:25.000000000 +0000
++++ common/glib-gen.mak
+@@ -26,7 +26,7 @@ enum_headers=$(foreach h,$(glib_enum_hea
+ $^ > $@
+
+ %-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 \"$*-enumtypes.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-ad b/multimedia/farsight2/patches/patch-ad
new file mode 100644
index 00000000000..8fb0e87e6a7
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- common-modified/glib-gen.mak.orig 2009-07-28 17:38:43.000000000 +0000
++++ common-modified/glib-gen.mak
+@@ -26,7 +26,7 @@ enum_headers=$(foreach h,$(glib_enum_hea
+ $^ > $@
+
+ %-enum-types.c: $(glib_enum_headers) Makefile
+- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-ae b/multimedia/farsight2/patches/patch-ae
new file mode 100644
index 00000000000..ff6ee4c686a
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- gst-libs/gst/farsight/Makefile.in.orig 2009-08-03 20:33:01.000000000 +0000
++++ gst-libs/gst/farsight/Makefile.in
+@@ -860,7 +860,7 @@ fs-marshal.list: $(libgstfarsight_@GST_M
+ $^ > $@
+
+ %-enum-types.c: $(glib_enum_headers) Makefile
+- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-af b/multimedia/farsight2/patches/patch-af
new file mode 100644
index 00000000000..04946625216
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- gst/fsrtpconference/Makefile.in.orig 2009-08-03 20:33:02.000000000 +0000
++++ gst/fsrtpconference/Makefile.in
+@@ -746,7 +746,7 @@ fs-rtp-marshal.list: $(libfsrtpconferenc
+ $^ > $@
+
+ %-enum-types.c: $(glib_enum_headers) Makefile
+- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-ag b/multimedia/farsight2/patches/patch-ag
new file mode 100644
index 00000000000..6f21cc32073
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- gst/rtcpfilter/Makefile.in.orig 2009-08-03 20:33:02.000000000 +0000
++++ gst/rtcpfilter/Makefile.in
+@@ -635,7 +635,7 @@ fs-rtcp-filter-marshal.list: $(libfsrtcp
+ $^ > $@
+
+ %-enum-types.c: $(glib_enum_headers) Makefile
+- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-ah b/multimedia/farsight2/patches/patch-ah
new file mode 100644
index 00000000000..dc8fbcc7c48
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- transmitters/rawudp/Makefile.in.orig 2009-08-03 20:33:04.000000000 +0000
++++ transmitters/rawudp/Makefile.in
+@@ -699,7 +699,7 @@ fs-rawudp-marshal.list: $(librawudp_tran
+ $^ > $@
+
+ %-enum-types.c: $(glib_enum_headers) Makefile
+- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \
diff --git a/multimedia/farsight2/patches/patch-ai b/multimedia/farsight2/patches/patch-ai
new file mode 100644
index 00000000000..a43afb0de68
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23377
+
+--- transmitters/multicast/fs-multicast-transmitter.c.orig 2009-08-03 20:20:07.000000000 +0000
++++ transmitters/multicast/fs-multicast-transmitter.c
+@@ -53,6 +53,8 @@
+ #else /*G_OS_WIN32*/
+ # include <netdb.h>
+ # include <sys/socket.h>
++# include <netinet/in.h>
++# include <netinet/in_systm.h>
+ # include <netinet/ip.h>
+ # include <arpa/inet.h>
+ #endif /*G_OS_WIN32*/