pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 wxGTK30: Use standard .so nam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1153f10016c1
branches:  trunk
changeset: 307915:1153f10016c1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 14 13:19:48 2018 +0000
description:
wxGTK30: Use standard .so naming on SunOS.

diffstat:

 x11/wxGTK30/distinfo                |   4 ++--
 x11/wxGTK30/patches/patch-configure |  12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r e2888a087422 -r 1153f10016c1 x11/wxGTK30/distinfo
--- a/x11/wxGTK30/distinfo      Mon May 14 13:19:33 2018 +0000
+++ b/x11/wxGTK30/distinfo      Mon May 14 13:19:48 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2018/05/02 11:33:44 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/05/14 13:19:48 jperkin Exp $
 
 SHA1 (wxWidgets-3.0.4.tar.bz2) = 246561a73ec5b9a5a7aaaaed46b64515dc9039ab
 RMD160 (wxWidgets-3.0.4.tar.bz2) = 179bcd489aec0a56a7a2890be68ee718b87a1c7a
@@ -6,7 +6,7 @@
 Size (wxWidgets-3.0.4.tar.bz2) = 20204622 bytes
 SHA1 (patch-Makefile.in) = 5c47e2e206dc3769d378cceca6838a66ca1f29e9
 SHA1 (patch-build_aclocal_bakefile.m4) = 32cfb1b1227e97884800d27fc5fb813402059808
-SHA1 (patch-configure) = 1317c8ee9e9946cbd3fe64cf020011e9da13e2e5
+SHA1 (patch-configure) = 1e3e5b9b81bf61f893ef535a07e4398abd00953d
 SHA1 (patch-configure.in) = 084e6966554efbe83c1f18f031e44e598c8ee23c
 SHA1 (patch-src_tiff_configure) = 4bdb7b96231b4db0da3a0a1f7d8350ad4222080e
 SHA1 (patch-src_tiff_configure.ac) = a1c53c4146056b0c77e55b24ad5b890b24ecf0dc
diff -r e2888a087422 -r 1153f10016c1 x11/wxGTK30/patches/patch-configure
--- a/x11/wxGTK30/patches/patch-configure       Mon May 14 13:19:33 2018 +0000
+++ b/x11/wxGTK30/patches/patch-configure       Mon May 14 13:19:48 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.2 2018/05/02 11:33:44 adam Exp $
+$NetBSD: patch-configure,v 1.3 2018/05/14 13:19:48 jperkin Exp $
 
 Fix shell script portability
 Add dragonfly support
@@ -78,3 +78,13 @@
          if test "x$SUNCXX" = "xyes"; then
              SONAME_FLAG="-h "
          else
+@@ -40007,7 +40011,8 @@ EOF
+       *-*-solaris2* )
+         SONAME_FLAG="-h "
+         USE_SOVERSION=1
+-        USE_SOVERSOLARIS=1
++        USE_SOVERLINUX=1
++        USE_SOTWOSYMLINKS=1
+       ;;
+ 
+       *-*-darwin* )



Home | Main Index | Thread Index | Old Index