pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/qconf qt4-tools-4.3.* have the same quoting prob...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9260236a3155
branches:  trunk
changeset: 533920:9260236a3155
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 07 00:12:27 2007 +0000

description:
qt4-tools-4.3.* have the same quoting problems as qt4-tools-4.2.*.

diffstat:

 devel/qconf/distinfo         |   4 ++--
 devel/qconf/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 653b985afb45 -r 9260236a3155 devel/qconf/distinfo
--- a/devel/qconf/distinfo      Sat Oct 06 20:05:41 2007 +0000
+++ b/devel/qconf/distinfo      Sun Oct 07 00:12:27 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/06/09 10:46:02 rillig Exp $
+$NetBSD: distinfo,v 1.3 2007/10/07 00:12:27 rillig Exp $
 
 SHA1 (qconf-1.3.tar.bz2) = 8a70b46a098f63ee3fb97ba428dfda5f1587a149
 RMD160 (qconf-1.3.tar.bz2) = 60721c3fb46b84c341e3e87148189121d2e91dfa
 Size (qconf-1.3.tar.bz2) = 26772 bytes
-SHA1 (patch-qconfpro) = 8ca5fb5b0b076b623eedaef22fe71cba5602061e
+SHA1 (patch-aa) = 97df58dc70b8f7be2c2794d40f35a4a1f6e82a6d
diff -r 653b985afb45 -r 9260236a3155 devel/qconf/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/qconf/patches/patch-aa      Sun Oct 07 00:12:27 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/10/07 00:12:27 rillig Exp $
+
+--- qconf.pro.orig     2006-10-23 01:45:10.000000000 +0200
++++ qconf.pro  2007-09-12 00:23:18.000000000 +0200
+@@ -8,7 +8,7 @@
+ 
+ include($$OUT_PWD/conf.pri)
+ 
+-contains($$list($$[QT_VERSION]), 4.2.*) {
++contains($$list($$[QT_VERSION]), 4.[23].*) {
+       DEFINES += DATADIR=\\\"$$DATADIR\\\"
+ } else {
+       DEFINES += DATADIR=\"$$DATADIR\"



Home | Main Index | Thread Index | Old Index