pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Fix path searched for xkb directory to mo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0a1c1e45cc5
branches: trunk
changeset: 551752:a0a1c1e45cc5
user: markd <markd%pkgsrc.org@localhost>
date: Fri Dec 19 21:16:02 2008 +0000
description:
Fix path searched for xkb directory to more likely find the version
pkgsrc is using rather that some other one that might just exist.
diffstat:
x11/kdebase3/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 1b68f1140f26 -r a0a1c1e45cc5 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile Fri Dec 19 21:10:39 2008 +0000
+++ b/x11/kdebase3/Makefile Fri Dec 19 21:16:02 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.144 2008/04/12 22:43:14 jlam Exp $
+# $NetBSD: Makefile,v 1.145 2008/12/19 21:16:02 markd Exp $
DISTNAME= kdebase-${_KDE_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
@@ -121,7 +122,7 @@
.endif
.endif
-SUBST_CLASSES+= htdig paths
+SUBST_CLASSES+= htdig paths xkb
SUBST_STAGE.htdig= post-patch
SUBST_MESSAGE.htdig= Fix htdig paths.
SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl
@@ -132,6 +133,10 @@
SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g'
SUBST_STAGE.paths= post-patch
+SUBST_FILES.xkb= kxkb/x11helper.cpp
+SUBST_SED.xkb= -e 's:XLIBDIR:"${X11BASE}/share/X11/", XLIBDIR:'
+SUBST_STAGE.xkb= post-patch
+
pre-configure:
cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ln -s FreeBSD DragonFly
Home |
Main Index |
Thread Index |
Old Index