Fri Aug 6 10:15:14 2010 UTC ()
put back URL to upstream bug report
noticed by wiz


(drochner)
diff -r1.8 -r1.9 pkgsrc/multimedia/farsight2/distinfo
diff -r1.3 -r1.4 pkgsrc/multimedia/farsight2/patches/patch-aa
diff -r1.2 -r1.3 pkgsrc/multimedia/farsight2/patches/patch-ac

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/farsight2/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/farsight2/Attic/distinfo 2010/08/05 18:55:18 1.8
+++ pkgsrc/multimedia/farsight2/Attic/distinfo 2010/08/06 10:15:14 1.9
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.8 2010/08/05 18:55:18 drochner Exp $ 1$NetBSD: distinfo,v 1.9 2010/08/06 10:15:14 drochner Exp $
2 2
3SHA1 (farsight2-0.0.21.tar.gz) = baf51f52eeeb81214b376ce1b9f33a22ccac7298 3SHA1 (farsight2-0.0.21.tar.gz) = baf51f52eeeb81214b376ce1b9f33a22ccac7298
4RMD160 (farsight2-0.0.21.tar.gz) = 198feb04be765cae836c09cc3492842e1788e56b 4RMD160 (farsight2-0.0.21.tar.gz) = 198feb04be765cae836c09cc3492842e1788e56b
5Size (farsight2-0.0.21.tar.gz) = 1090456 bytes 5Size (farsight2-0.0.21.tar.gz) = 1090456 bytes
6SHA1 (patch-aa) = 8bca15a47ff97f751cb04247369129090f64d892 6SHA1 (patch-aa) = 90420855ee86544ae438bcbb258fe36fecc3fb33
7SHA1 (patch-ab) = 27fd12ad2d1774cbeb7c11a4cee5b40e5ea97853 7SHA1 (patch-ab) = 27fd12ad2d1774cbeb7c11a4cee5b40e5ea97853
8SHA1 (patch-ac) = bb2b6a6eeb807d19b420eeec07f6b0b92203bff7 8SHA1 (patch-ac) = 144e76f2b5e0be37ab4d62b2ae3c133cedcc3d78
9SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6 9SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6
10SHA1 (patch-aj) = c8f92433243a5741403721bb248e4471a23583eb 10SHA1 (patch-aj) = c8f92433243a5741403721bb248e4471a23583eb
11SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6 11SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6

cvs diff -r1.3 -r1.4 pkgsrc/multimedia/farsight2/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/multimedia/farsight2/patches/Attic/patch-aa 2010/08/05 18:55:18 1.3
+++ pkgsrc/multimedia/farsight2/patches/Attic/patch-aa 2010/08/06 10:15:14 1.4
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-aa,v 1.3 2010/08/05 18:55:18 drochner Exp $ 1$NetBSD: patch-aa,v 1.4 2010/08/06 10:15:14 drochner Exp $
 2
 3https://bugs.freedesktop.org/show_bug.cgi?id=23378
2 4
3--- configure.orig 2010-06-01 21:12:47.000000000 +0000 5--- configure.orig 2010-06-01 21:12:47.000000000 +0000
4+++ configure 6+++ configure
5@@ -14450,7 +14450,7 @@ rm -f core conftest.err conftest.$ac_obj 7@@ -14450,7 +14450,7 @@ rm -f core conftest.err conftest.$ac_obj
6 $as_echo "$flag_ok" >&6; } 8 $as_echo "$flag_ok" >&6; }
7  9
8  10
9- if test "x$ERROR_CFLAGS" == "x" 11- if test "x$ERROR_CFLAGS" == "x"
10+ if test "x$ERROR_CFLAGS" = "x" 12+ if test "x$ERROR_CFLAGS" = "x"
11 then 13 then
12  14
13 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5 15 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/farsight2/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/multimedia/farsight2/patches/Attic/patch-ac 2010/08/05 18:55:18 1.2
+++ pkgsrc/multimedia/farsight2/patches/Attic/patch-ac 2010/08/06 10:15:14 1.3
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-ac,v 1.2 2010/08/05 18:55:18 drochner Exp $ 1$NetBSD: patch-ac,v 1.3 2010/08/06 10:15:14 drochner Exp $
 2
 3https://bugs.freedesktop.org/show_bug.cgi?id=23378
2 4
3--- common/glib-gen.mak.orig 2010-05-18 21:07:38.000000000 +0000 5--- common/glib-gen.mak.orig 2010-05-18 21:07:38.000000000 +0000
4+++ common/glib-gen.mak 6+++ common/glib-gen.mak
5@@ -26,7 +26,7 @@ enum_headers=$(foreach h,$(glib_enum_hea 7@@ -26,7 +26,7 @@ enum_headers=$(foreach h,$(glib_enum_hea
6 $^ > $@ 8 $^ > $@
7  9
8 %-enumtypes.c: $(glib_enum_headers) 10 %-enumtypes.c: $(glib_enum_headers)
9- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi 11- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
10+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi 12+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
11 $(AM_V_GEN)glib-mkenums \ 13 $(AM_V_GEN)glib-mkenums \
12 --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \ 14 --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
13 --fprod "\n/* enumerations from \"@filename@\" */" \ 15 --fprod "\n/* enumerations from \"@filename@\" */" \