pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/protobuf churn for readability.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d92fcbdd0251
branches:  trunk
changeset: 353443:d92fcbdd0251
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 04 23:16:44 2016 +0000

description:
churn for readability.

if not true -> if true.

diffstat:

 devel/protobuf/distinfo                                            |  4 ++--
 devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 7bf8eb5ae2e6 -r d92fcbdd0251 devel/protobuf/distinfo
--- a/devel/protobuf/distinfo   Tue Oct 04 22:05:39 2016 +0000
+++ b/devel/protobuf/distinfo   Tue Oct 04 23:16:44 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2016/10/04 11:48:16 maya Exp $
+$NetBSD: distinfo,v 1.10 2016/10/04 23:16:44 maya Exp $
 
 SHA1 (protobuf-cpp-3.0.0.tar.gz) = 00140d255922bf33ef3842168954e3269fbba3af
 RMD160 (protobuf-cpp-3.0.0.tar.gz) = 01a00093e0f7297b3fb7933ef5700d2753109c95
@@ -6,5 +6,5 @@
 Size (protobuf-cpp-3.0.0.tar.gz) = 4075839 bytes
 SHA1 (patch-gmock_configure) = 49a4c9301ad4c1973ee7058213df50a7833161f0
 SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113
-SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 0427f23c3818f637d2ef4f54079a60f8a2f599a0
+SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974
 SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = 93cf8135660e945044e5a560a3010e32e660ae6f
diff -r 7bf8eb5ae2e6 -r d92fcbdd0251 devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h
--- a/devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h        Tue Oct 04 22:05:39 2016 +0000
+++ b/devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h        Tue Oct 04 23:16:44 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_google_protobuf_stubs_atomicops.h,v 1.4 2016/10/04 11:48:16 maya Exp $
+$NetBSD: patch-src_google_protobuf_stubs_atomicops.h,v 1.5 2016/10/04 23:16:44 maya Exp $
 
 NetBSD arm and mips uses long for intptr_t, which fails -fpermissive checks.
 So explicitly use int32 here instead.
@@ -9,10 +9,10 @@
  
  // Use AtomicWord for a machine-sized pointer.  It will use the Atomic32 or
  // Atomic64 routines below, depending on your architecture.
-+#ifndef _LP64
++#ifdef _LP64
+ typedef intptr_t AtomicWord;
++#else
 +typedef Atomic32 AtomicWord;
-+#else
- typedef intptr_t AtomicWord;
 +#endif
  
  // Atomically execute:



Home | Main Index | Thread Index | Old Index