Fri Aug 5 00:34:41 2011 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.21 -r1.22 pkgsrc/graphics/tuxpaint/distinfo
diff -r1.5 -r1.6 pkgsrc/graphics/tuxpaint/patches/patch-ab

cvs diff -r1.21 -r1.22 pkgsrc/graphics/tuxpaint/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/tuxpaint/distinfo 2011/04/05 11:04:39 1.21
+++ pkgsrc/graphics/tuxpaint/distinfo 2011/08/05 00:34:41 1.22
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.21 2011/04/05 11:04:39 wiz Exp $ 1$NetBSD: distinfo,v 1.22 2011/08/05 00:34:41 wiz Exp $
2 2
3SHA1 (tuxpaint-0.9.17.tar.gz) = 88e42d19339bb1faa03bce45a28d3fe11fbe05b4 3SHA1 (tuxpaint-0.9.17.tar.gz) = 88e42d19339bb1faa03bce45a28d3fe11fbe05b4
4RMD160 (tuxpaint-0.9.17.tar.gz) = c7cf3636875cad87646cda4df978f9adbbf18630 4RMD160 (tuxpaint-0.9.17.tar.gz) = c7cf3636875cad87646cda4df978f9adbbf18630
5Size (tuxpaint-0.9.17.tar.gz) = 7570223 bytes 5Size (tuxpaint-0.9.17.tar.gz) = 7570223 bytes
6SHA1 (patch-aa) = 85365ebbe02084a3f11dcd365e5e5ecdee8c86c9 6SHA1 (patch-aa) = 85365ebbe02084a3f11dcd365e5e5ecdee8c86c9
7SHA1 (patch-ab) = 48277925cd9caf53f4f1a4ed391fc9acc21ea80b 7SHA1 (patch-ab) = 9fdbaabd6da8b6e16de92a7506a3f732772ca671
8SHA1 (patch-ad) = ac33e71f3cd7e581d67206a86875492af2836f47 8SHA1 (patch-ad) = ac33e71f3cd7e581d67206a86875492af2836f47

cvs diff -r1.5 -r1.6 pkgsrc/graphics/tuxpaint/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/graphics/tuxpaint/patches/Attic/patch-ab 2011/04/05 11:04:40 1.5
+++ pkgsrc/graphics/tuxpaint/patches/Attic/patch-ab 2011/08/05 00:34:41 1.6
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: patch-ab,v 1.5 2011/04/05 11:04:40 wiz Exp $ 1$NetBSD: patch-ab,v 1.6 2011/08/05 00:34:41 wiz Exp $
2 2
3Third chunk: fix build with png-1.5. 3Third chunk: fix build with png-1.5.
 4https://sourceforge.net/tracker/?func=detail&aid=3386433&group_id=66938&atid=516295
4 5
5--- src/tuxpaint.c.orig 2007-07-01 01:38:03.000000000 +0000 6--- src/tuxpaint.c.orig 2007-07-01 01:38:03.000000000 +0000
6+++ src/tuxpaint.c 7+++ src/tuxpaint.c
7@@ -170,7 +170,7 @@ static scaleparams scaletable[] = { 8@@ -170,7 +170,7 @@ static scaleparams scaletable[] = {
8 likely available; if not using GNU, you can set HAVE_STRCASESTR to 9 likely available; if not using GNU, you can set HAVE_STRCASESTR to
9 avoid trying to redefine it -bjk 2006.06.02 */ 10 avoid trying to redefine it -bjk 2006.06.02 */
10  11
11-#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR) 12-#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR)
12+#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR) && !defined(__NetBSD__) 13+#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR) && !defined(__NetBSD__)
13 #warning "Attempting to define strcasestr(); if errors, build with -DHAVE_STRCASESTR" 14 #warning "Attempting to define strcasestr(); if errors, build with -DHAVE_STRCASESTR"
14  15
15 char *strcasestr(const char *haystack, const char *needle) 16 char *strcasestr(const char *haystack, const char *needle)
16@@ -363,8 +363,8 @@ extern WrapperData macosx; 17@@ -363,8 +363,8 @@ extern WrapperData macosx;