pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-sip py-sip: we call the libraries Qt5Things in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a30653f7141
branches:  trunk
changeset: 312890:5a30653f7141
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Sep 18 03:33:20 2018 +0000

description:
py-sip: we call the libraries Qt5Things in pkgsrc for everyone,
not just linux.

from Anthony Mallet in PR pkg/53594.

diffstat:

 x11/py-sip/Makefile                  |   3 ++-
 x11/py-sip/distinfo                  |   4 ++--
 x11/py-sip/patches/patch-siputils.py |  11 ++++++++++-
 3 files changed, 14 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 619caa0e0a7a -r 5a30653f7141 x11/py-sip/Makefile
--- a/x11/py-sip/Makefile       Tue Sep 18 03:20:06 2018 +0000
+++ b/x11/py-sip/Makefile       Tue Sep 18 03:33:20 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2018/04/14 20:07:11 adam Exp $
+# $NetBSD: Makefile,v 1.54 2018/09/18 03:33:20 maya Exp $
 
 DISTNAME=      sip-4.19.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    x11 devel python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyqt/}
 
diff -r 619caa0e0a7a -r 5a30653f7141 x11/py-sip/distinfo
--- a/x11/py-sip/distinfo       Tue Sep 18 03:20:06 2018 +0000
+++ b/x11/py-sip/distinfo       Tue Sep 18 03:33:20 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.42 2018/04/14 20:07:11 adam Exp $
+$NetBSD: distinfo,v 1.43 2018/09/18 03:33:20 maya Exp $
 
 SHA1 (sip-4.19.8.tar.gz) = 2055f455cf90fd1e43c6b0af956a50fdf6dc1112
 RMD160 (sip-4.19.8.tar.gz) = 064948f2cd178191a00fd691f292a85b7360f2a5
@@ -6,4 +6,4 @@
 Size (sip-4.19.8.tar.gz) = 1024548 bytes
 SHA1 (patch-configure.py) = 813eeed9d8608a2049e3cc819d31876afdada3aa
 SHA1 (patch-sipgen_sipgen.sbf) = a331efb38a1fadd799e00be34f076c8b8f6e3071
-SHA1 (patch-siputils.py) = fa69e6b957697cdb9afb3c44d9d4b42ab8a604f3
+SHA1 (patch-siputils.py) = 39436983efbf6719b376084a14b8c71b708ed329
diff -r 619caa0e0a7a -r 5a30653f7141 x11/py-sip/patches/patch-siputils.py
--- a/x11/py-sip/patches/patch-siputils.py      Tue Sep 18 03:20:06 2018 +0000
+++ b/x11/py-sip/patches/patch-siputils.py      Tue Sep 18 03:33:20 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-siputils.py,v 1.3 2018/01/26 15:47:18 jperkin Exp $
+$NetBSD: patch-siputils.py,v 1.4 2018/09/18 03:33:21 maya Exp $
 
 Fix build on Darwin with pkgsrc python.
 Fix SunOS/clang.
@@ -15,6 +15,15 @@
          # Make sure the destination directory is an absolute path.
          if dir:
              self.dir = os.path.abspath(dir)
+@@ -880,7 +883,7 @@
+                     qt5_rename = True
+                 else:
+                     lib = lib + "4"
+-        elif sys.platform.startswith("linux") and qt_version >= 0x050000:
++        elif qt_version >= 0x050000:
+             qt5_rename = True
+ 
+         if qt5_rename:
 @@ -1596,10 +1599,10 @@ class ModuleMakefile(Makefile):
                      if sys.platform[:5] == 'linux':
                          self.LFLAGS.extend(['-Wl,--version-script=%s.exp' % self._target])



Home | Main Index | Thread Index | Old Index