- unbreak by updating py-qt3 to 3.18.1
- tighten run dependency on py-sip ok sthen@
This commit is contained in:
parent
3acf274b30
commit
65244b1a8b
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/06/03 18:21:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/09/09 14:30:01 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= python Qt3 bindings
|
||||
|
||||
V= 3.17.6
|
||||
V= 3.18.1
|
||||
DISTNAME= PyQt-x11-gpl-${V}
|
||||
PKGNAME= py-qt3-${V}
|
||||
|
||||
@ -23,7 +23,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= GL GLU X11 Xext Xmu c m pthread stdc++
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/py-sip
|
||||
RUN_DEPENDS= :py-sip->=4.8.1:devel/py-sip
|
||||
LIB_DEPENDS= qui.>=2::x11/qt3
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (PyQt-x11-gpl-3.17.6.tar.gz) = ibfEbW20opFvxqtagrDQig==
|
||||
RMD160 (PyQt-x11-gpl-3.17.6.tar.gz) = oaxPQNZmCSJCmUu4VUBKbkx/ZJ8=
|
||||
SHA1 (PyQt-x11-gpl-3.17.6.tar.gz) = aKa7wKghGnYxZfKk6MedmjJiqNI=
|
||||
SHA256 (PyQt-x11-gpl-3.17.6.tar.gz) = nIpR0pZRCkAOyCxkrFgrStzjCBHjOyIiGUxAUhe8oag=
|
||||
SIZE (PyQt-x11-gpl-3.17.6.tar.gz) = 813192
|
||||
MD5 (PyQt-x11-gpl-3.18.1.tar.gz) = 8dEgSV0arzk4GemIwKe7fg==
|
||||
RMD160 (PyQt-x11-gpl-3.18.1.tar.gz) = Eni4BbzQo+NOaKB4ScBSOCxFIJY=
|
||||
SHA1 (PyQt-x11-gpl-3.18.1.tar.gz) = MQwXvTsPgfi1FsW3VSUBcfqcmgQ=
|
||||
SHA256 (PyQt-x11-gpl-3.18.1.tar.gz) = frY18E+bGFO26flp3dk5LWdwg/Rion7BkoXhSHxywGE=
|
||||
SIZE (PyQt-x11-gpl-3.18.1.tar.gz) = 819441
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_py,v 1.2 2009/06/03 18:21:34 jasper Exp $
|
||||
--- configure.py.orig Mon Nov 17 07:02:06 2008
|
||||
+++ configure.py Mon Jun 1 23:33:51 2009
|
||||
@@ -1011,7 +1011,7 @@ def check_license():
|
||||
$OpenBSD: patch-configure_py,v 1.3 2009/09/09 14:30:01 jasper Exp $
|
||||
--- configure.py.orig Tue Jun 16 10:47:29 2009
|
||||
+++ configure.py Wed Sep 9 15:54:17 2009
|
||||
@@ -1012,7 +1012,7 @@ Type 'no' to decline the terms of the license.
|
||||
|
||||
while 1:
|
||||
try:
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_py,v 1.2 2009/06/03 18:21:34 jasper Exp $
|
||||
except:
|
||||
resp = ""
|
||||
|
||||
@@ -1091,15 +1091,11 @@ def check_qt_installation(macros):
|
||||
@@ -1092,15 +1092,11 @@ def check_qt_installation(macros):
|
||||
macros["LIBDIR_QT"] = qt_libdir
|
||||
|
||||
# Check the Qt header files have been installed. Quietly check for Qt v4.
|
||||
|
Loading…
Reference in New Issue
Block a user