pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kftpgrabber qt-3.3.5 fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84ff249ad898
branches:  trunk
changeset: 500439:84ff249ad898
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Oct 08 10:55:05 2005 +0000

description:
qt-3.3.5 fix.

diffstat:

 net/kftpgrabber/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 681b2cd65eb4 -r 84ff249ad898 net/kftpgrabber/Makefile
--- a/net/kftpgrabber/Makefile  Sat Oct 08 10:17:44 2005 +0000
+++ b/net/kftpgrabber/Makefile  Sat Oct 08 10:55:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/06/05 22:19:41 markd Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/08 10:55:05 markd Exp $
 
 DISTNAME=      kftpgrabber-0.6.0
 CATEGORIES=    net kde
@@ -14,6 +14,14 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+# 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=     kftpgrabber/src/ui/kftpqueueeditorlayout.ui \
+                       kftpgrabber/src/ui/kftpsearchlayout.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/kdebase3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index