pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kdepim3 Darn, another fix for qt-3.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/055c8556d60b
branches:  trunk
changeset: 499894:055c8556d60b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 28 19:54:36 2005 +0000

description:
Darn, another fix for qt-3.3.5

diffstat:

 misc/kdepim3/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r dd7134b60485 -r 055c8556d60b misc/kdepim3/Makefile
--- a/misc/kdepim3/Makefile     Wed Sep 28 19:51:27 2005 +0000
+++ b/misc/kdepim3/Makefile     Wed Sep 28 19:54:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/09/22 08:41:18 markd Exp $
+# $NetBSD: Makefile,v 1.51 2005/09/28 19:54:36 adam Exp $
 
 DISTNAME=      kdepim-${_KDE_VERSION}
 PKGREVISION=   1
@@ -52,6 +52,14 @@
 PLIST_SUBST+=  HAVE_SASL="@comment "
 .endif
 
+# 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=     korn/kornboxcfg.ui korn/korncfg.ui \
+                       kmail/smimeconfiguration.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../comms/libmal/buildlink3.mk"
 .include "../../comms/pilot-link-libs/buildlink3.mk"
 .include "../../security/gpgme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index