Wed Nov 30 09:21:39 2011 UTC ()
Fix previous.


(wiz)
diff -r1.31 -r1.32 pkgsrc/x11/kdelibs4/Makefile

cvs diff -r1.31 -r1.32 pkgsrc/x11/kdelibs4/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/kdelibs4/Makefile 2011/11/29 18:12:12 1.31
+++ pkgsrc/x11/kdelibs4/Makefile 2011/11/30 09:21:39 1.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.31 2011/11/29 18:12:12 hans Exp $ 1# $NetBSD: Makefile,v 1.32 2011/11/30 09:21:39 wiz Exp $
2 2
3DISTNAME= kdelibs-${_KDE_VERSION} 3DISTNAME= kdelibs-${_KDE_VERSION}
4PKGREVISION= 8 4PKGREVISION= 8
5CATEGORIES= x11 5CATEGORIES= x11
6COMMENT= Support libraries for the KDE integrated X11 desktop 6COMMENT= Support libraries for the KDE integrated X11 desktop
7 7
8#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \ 8#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
9# http://mirrors.isc.org/pub/kde/security_patches/ 9# http://mirrors.isc.org/pub/kde/security_patches/
10#PATCHFILES= post-kde-4.0.3-khtml.diff 10#PATCHFILES= post-kde-4.0.3-khtml.diff
11 11
12.include "../../meta-pkgs/kde4/Makefile.kde4" 12.include "../../meta-pkgs/kde4/Makefile.kde4"
13 13
14CONFLICTS= kdelibs-[0-9]* 14CONFLICTS= kdelibs-[0-9]*
@@ -45,27 +45,27 @@ REPLACE_PERL+= \ @@ -45,27 +45,27 @@ REPLACE_PERL+= \
45 45
46CHECK_PORTABILITY_SKIP+=kate/tests/hl/highlight.sh 46CHECK_PORTABILITY_SKIP+=kate/tests/hl/highlight.sh
47 47
48SUBST_CLASSES+= kdelibsfix 48SUBST_CLASSES+= kdelibsfix
49SUBST_STAGE.kdelibsfix= pre-configure 49SUBST_STAGE.kdelibsfix= pre-configure
50SUBST_MESSAGE.kdelibsfix= Fixing hardcoded paths. 50SUBST_MESSAGE.kdelibsfix= Fixing hardcoded paths.
51SUBST_FILES.kdelibsfix= \ 51SUBST_FILES.kdelibsfix= \
52 kde3support/kdeui/k3sconfig.cpp \ 52 kde3support/kdeui/k3sconfig.cpp \
53 kdeui/colors/kcolordialog.cpp \ 53 kdeui/colors/kcolordialog.cpp \
54 kio/kssl/kopenssl.cpp 54 kio/kssl/kopenssl.cpp
55SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g' -e 's:@X11BASE@:${X11BASE}:g' 55SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g' -e 's:@X11BASE@:${X11BASE}:g'
56 56
57USE_TOOLS+= flex gmake 57USE_TOOLS+= flex gmake
58PLIST_VARS+= PLIST.kgrantpty 58PLIST_VARS+= kgrantpty
59 59
60.include "../../mk/bsd.prefs.mk" 60.include "../../mk/bsd.prefs.mk"
61 61
62.if ${OPSYS} == "NetBSD" 62.if ${OPSYS} == "NetBSD"
63# make sure zone.tab is installed 63# make sure zone.tab is installed
64DEPENDS+= zonetab-[0-9]*:../../time/zonetab 64DEPENDS+= zonetab-[0-9]*:../../time/zonetab
65.endif 65.endif
66 66
67.if ${OPSYS} == "SunOS" 67.if ${OPSYS} == "SunOS"
68PLIST.kgrantpty= yes 68PLIST.kgrantpty= yes
69.endif 69.endif
70 70
71LDFLAGS.SunOS+= -lintl 71LDFLAGS.SunOS+= -lintl