pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt5 Do not expect an app bundle on Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f0000103fac
branches: trunk
changeset: 374377:2f0000103fac
user: dbj <dbj%pkgsrc.org@localhost>
date: Mon Jan 22 04:17:11 2018 +0000
description:
Do not expect an app bundle on Darwin.
diffstat:
x11/py-qt5/distinfo | 3 ++-
x11/py-qt5/patches/patch-configure.py | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 44fdadf244f2 -r 2f0000103fac x11/py-qt5/distinfo
--- a/x11/py-qt5/distinfo Mon Jan 22 03:27:45 2018 +0000
+++ b/x11/py-qt5/distinfo Mon Jan 22 04:17:11 2018 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.5 2018/01/17 19:39:57 markd Exp $
+$NetBSD: distinfo,v 1.6 2018/01/22 04:17:11 dbj Exp $
SHA1 (PyQt5_gpl-5.9.1.tar.gz) = b74f7410aefa21f077eca63fa11928f0bcadb99f
RMD160 (PyQt5_gpl-5.9.1.tar.gz) = 96f05042a3f09491652827afb542e99ffa6375a8
SHA512 (PyQt5_gpl-5.9.1.tar.gz) = 1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac
Size (PyQt5_gpl-5.9.1.tar.gz) = 3101819 bytes
+SHA1 (patch-configure.py) = ce938f19969073f7140489a6a47bc7e5adeef91b
SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d
diff -r 44fdadf244f2 -r 2f0000103fac x11/py-qt5/patches/patch-configure.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5/patches/patch-configure.py Mon Jan 22 04:17:11 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.py,v 1.6 2018/01/22 04:17:11 dbj Exp $
+
+Do not expect an app bundle on Darwin.
+
+--- configure.py.orig 2017-11-02 10:53:20.000000000 +0000
++++ configure.py
+@@ -1968,7 +1968,7 @@ def run_make(target_config, verbose, exe
+ make = 'make'
+ makefile_target = ''
+
+- if target_config.py_platform == 'darwin':
++ if target_config.py_platform == 'darwin' and False:
+ platform_exe = os.path.join(exe + '.app', 'Contents', 'MacOS', exe)
+ else:
+ platform_exe = os.path.join('.', exe)
Home |
Main Index |
Thread Index |
Old Index