pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/protobuf Disable Solaris ISA selection.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cd71a661437
branches:  trunk
changeset: 364607:5cd71a661437
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Jul 01 15:26:52 2017 +0000

description:
Disable Solaris ISA selection.

diffstat:

 devel/protobuf/distinfo                              |   3 ++-
 devel/protobuf/patches/patch-m4_acx__check__suncc.m4 |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r af23ad4b980d -r 5cd71a661437 devel/protobuf/distinfo
--- a/devel/protobuf/distinfo   Sat Jul 01 12:48:10 2017 +0000
+++ b/devel/protobuf/distinfo   Sat Jul 01 15:26:52 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2017/05/02 10:51:31 wiz Exp $
+$NetBSD: distinfo,v 1.16 2017/07/01 15:26:52 jperkin Exp $
 
 SHA1 (protobuf-cpp-3.3.0.tar.gz) = 886010a222d5d52bba137ce35da369949d0e8913
 RMD160 (protobuf-cpp-3.3.0.tar.gz) = fd8611a77b5d70295ae925e3b66ff3091af3b109
@@ -8,6 +8,7 @@
 SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f
 SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319
 SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113
+SHA1 (patch-m4_acx__check__suncc.m4) = faf96ee5d305c08d30e7c7d3578896971983e1dd
 SHA1 (patch-src_google_protobuf_message__lite.cc) = 8f2ffe07b2710de5365148153978ad6d9939f522
 SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974
 SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = d60c554be8ff7fc9370bb036eef9101f9a6433e3
diff -r af23ad4b980d -r 5cd71a661437 devel/protobuf/patches/patch-m4_acx__check__suncc.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/protobuf/patches/patch-m4_acx__check__suncc.m4      Sat Jul 01 15:26:52 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-m4_acx__check__suncc.m4,v 1.1 2017/07/01 15:26:52 jperkin Exp $
+
+Disable Solaris ISA selection.
+
+--- m4/acx_check_suncc.m4.orig 2017-03-29 20:41:23.000000000 +0000
++++ m4/acx_check_suncc.m4
+@@ -30,7 +30,7 @@ AC_DEFUN([ACX_CHECK_SUNCC],[
+   ])
+ 
+   case $host_os in
+-    *solaris*)
++    *notsolaris*)
+       AC_CHECK_PROGS(ISAINFO, [isainfo], [no])
+       AS_IF([test "x$ISAINFO" != "xno"],
+             [isainfo_b=`${ISAINFO} -b`],



Home | Main Index | Thread Index | Old Index