pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Fix for qt-3.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/237945b899ea
branches:  trunk
changeset: 499928:237945b899ea
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 13:44:43 2005 +0000

description:
Fix for qt-3.3.5

diffstat:

 net/kdenetwork3/Makefile |  18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 35c2e14e66ab -r 237945b899ea net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Thu Sep 29 13:38:37 2005 +0000
+++ b/net/kdenetwork3/Makefile  Thu Sep 29 13:44:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/07/30 11:19:20 markd Exp $
+# $NetBSD: Makefile,v 1.44 2005/09/29 13:44:43 adam Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 CATEGORIES=    net
@@ -41,6 +41,21 @@
        ${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
        ${RM} Makefile.save)
 
+# 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=     kopete/protocols/groupwise/ui/gwaccountpreferences.ui \
+                       kopete/protocols/msn/ui/msneditaccountui.ui \
+                       kopete/protocols/irc/ui/ircadd.ui \
+                       kopete/protocols/irc/ui/irceditaccount.ui \
+                       kopete/protocols/oscar/aim/ui/aimeditaccountui.ui \
+                       kopete/protocols/oscar/icq/ui/icqeditaccountui.ui \
+                       kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui \
+                       kopete/protocols/gadu/ui/gadueditaccountui.ui \
+                       ksirc/KSOpenkSirc/open_ksircData.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../converters/uulib/buildlink3.mk"
 .include "../../databases/gdbm/buildlink3.mk"
@@ -49,5 +64,4 @@
 .include "../../x11/kdebase3/buildlink3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index