Sun Mar 17 14:54:36 2013 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.2 -r1.3 pkgsrc/devel/protobuf/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/protobuf/patches/patch-gtest_configure

cvs diff -r1.2 -r1.3 pkgsrc/devel/protobuf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/protobuf/distinfo 2013/03/17 14:50:13 1.2
+++ pkgsrc/devel/protobuf/distinfo 2013/03/17 14:54:36 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2013/03/17 14:50:13 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2013/03/17 14:54:36 wiz Exp $
2 2
3SHA1 (protobuf-2.5.0.tar.gz) = 7f6ea7bc1382202fb1ce8c6933f1ef8fea0c0148 3SHA1 (protobuf-2.5.0.tar.gz) = 7f6ea7bc1382202fb1ce8c6933f1ef8fea0c0148
4RMD160 (protobuf-2.5.0.tar.gz) = 94755535c75f12db6a34d2f043e59597bea02dda 4RMD160 (protobuf-2.5.0.tar.gz) = 94755535c75f12db6a34d2f043e59597bea02dda
5Size (protobuf-2.5.0.tar.gz) = 2401901 bytes 5Size (protobuf-2.5.0.tar.gz) = 2401901 bytes
6SHA1 (patch-gtest_configure) = 5a3e2b5ba5c5f74da0ab70fb6762f03a1e12aa96 6SHA1 (patch-gtest_configure) = 5d17790e1c07336c3e4c08ed575ef74c366f628c

cvs diff -r1.1 -r1.2 pkgsrc/devel/protobuf/patches/Attic/patch-gtest_configure (expand / switch to unified diff)

--- pkgsrc/devel/protobuf/patches/Attic/patch-gtest_configure 2013/03/17 14:50:14 1.1
+++ pkgsrc/devel/protobuf/patches/Attic/patch-gtest_configure 2013/03/17 14:54:36 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1$NetBSD: patch-gtest_configure,v 1.1 2013/03/17 14:50:14 wiz Exp $ 1$NetBSD: patch-gtest_configure,v 1.2 2013/03/17 14:54:36 wiz Exp $
2 2
3Fix unportable test(1) construct. 3Fix unportable test(1) construct.
 4http://code.google.com/p/protobuf/issues/detail?id=483
4 5
5--- gtest/configure.orig 2013-03-17 14:48:21.000000000 +0000 6--- gtest/configure.orig 2013-03-17 14:48:21.000000000 +0000
6+++ gtest/configure 7+++ gtest/configure
7@@ -15556,7 +15556,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 8@@ -15556,7 +15556,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8  9
9 have_pthreads="$acx_pthread_ok" 10 have_pthreads="$acx_pthread_ok"
10 fi 11 fi
11- if test "x$have_pthreads" == "xyes"; then 12- if test "x$have_pthreads" == "xyes"; then
12+ if test "x$have_pthreads" = "xyes"; then 13+ if test "x$have_pthreads" = "xyes"; then
13 HAVE_PTHREADS_TRUE= 14 HAVE_PTHREADS_TRUE=
14 HAVE_PTHREADS_FALSE='#' 15 HAVE_PTHREADS_FALSE='#'
15 else 16 else