pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/kdesdk3 Fix for qt-3.3.5 and @comment
details: https://anonhg.NetBSD.org/pkgsrc/rev/34656bdd1cd2
branches: trunk
changeset: 499892:34656bdd1cd2
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 28 19:47:50 2005 +0000
description:
Fix for qt-3.3.5 and @comment
diffstat:
devel/kdesdk3/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 1e954e664ec3 -r 34656bdd1cd2 devel/kdesdk3/Makefile
--- a/devel/kdesdk3/Makefile Wed Sep 28 19:45:45 2005 +0000
+++ b/devel/kdesdk3/Makefile Wed Sep 28 19:47:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/07/30 12:02:04 markd Exp $
+# $NetBSD: Makefile,v 1.38 2005/09/28 19:47:50 adam Exp $
DISTNAME= kdesdk-${_KDE_VERSION}
CATEGORIES= devel
@@ -71,9 +71,16 @@
CONFIGURE_ARGS+= --with-svn-lib="${BUILDLINK_PREFIX.subversion-base}/lib"
PLIST_SUBST+= HAVE_SVN=""
.else
-PLIST_SUBST+= HAVE_SVN="@comment"
+PLIST_SUBST+= HAVE_SVN="@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= umbrello/umbrello/dialogs/codevieweroptionsbase.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
# Makefile{,.am,.in} weren't supposed to be installed so clean up
post-install:
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile
Home |
Main Index |
Thread Index |
Old Index