pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kdeedu3 Fix for qt-3.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3313d5c3d128
branches:  trunk
changeset: 499938:3313d5c3d128
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 14:25:47 2005 +0000

description:
Fix for qt-3.3.5

diffstat:

 misc/kdeedu3/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 615a4f9db30b -r 3313d5c3d128 misc/kdeedu3/Makefile
--- a/misc/kdeedu3/Makefile     Thu Sep 29 14:21:33 2005 +0000
+++ b/misc/kdeedu3/Makefile     Thu Sep 29 14:25:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/08/15 12:44:45 markd Exp $
+# $NetBSD: Makefile,v 1.33 2005/09/29 14:25:47 adam Exp $
 
 DISTNAME=      kdeedu-${_KDE_VERSION}
 PKGREVISION=   1
@@ -16,6 +16,13 @@
 
 USE_DIRS+=             xdg-1.1
 
+# 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=     kstars/kstars/tools/*.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../x11/kdebase3/buildlink3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index