pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/kdewebdev3 qt-3.3.5 fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac18a4d2d29b
branches:  trunk
changeset: 499932:ac18a4d2d29b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 14:11:36 2005 +0000

description:
qt-3.3.5 fix

diffstat:

 www/kdewebdev3/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 2f5f14e7b87c -r ac18a4d2d29b www/kdewebdev3/Makefile
--- a/www/kdewebdev3/Makefile   Thu Sep 29 13:46:56 2005 +0000
+++ b/www/kdewebdev3/Makefile   Thu Sep 29 14:11:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:25 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/29 14:11:36 adam Exp $
 
 DISTNAME=      kdewebdev-${_KDE_VERSION}
 CATEGORIES=    www
@@ -10,8 +10,14 @@
 REPLACE_PERL=          quanta/scripts/TemplateMagic.pl \
                        quanta/scripts/dwt.pl
 
+# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
+SUBST_CLASSES+=                hints
+SUBST_STAGE.hints=     post-patch
+SUBST_MESSAGE.hints=   "Fix includehints."
+SUBST_FILES.hints=     quanta/parts/kafka/htmldocumentpropertiesui.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../x11/kdebase3/buildlink3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index