From 287b129fe6e1fdf61001cda8e580f59a960c3128 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Oct 2007 00:12:27 +0000 Subject: qt4-tools-4.3.* have the same quoting problems as qt4-tools-4.2.*. --- devel/qconf/distinfo | 4 ++-- devel/qconf/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 devel/qconf/patches/patch-aa (limited to 'devel/qconf') diff --git a/devel/qconf/distinfo b/devel/qconf/distinfo index cfc36bbf213..0ff4424264d 100644 --- a/devel/qconf/distinfo +++ b/devel/qconf/distinfo @@ -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 --git a/devel/qconf/patches/patch-aa b/devel/qconf/patches/patch-aa new file mode 100644 index 00000000000..1369384d8f7 --- /dev/null +++ b/devel/qconf/patches/patch-aa @@ -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\" -- cgit v1.2.3