svn commit: r379358 - in head: Mk audio/amarok-kde4 audio/kaudiocreator audio/kstreamripper audio/pacpl audio/soundkonverter audio/waheela deskutils/charmtimetracker deskutils/semantik deskutils/si...

Max Brazhnikov makc at FreeBSD.org
Thu Feb 19 18:19:47 UTC 2015


Author: makc
Date: Thu Feb 19 18:19:28 2015
New Revision: 379358
URL: https://svnweb.freebsd.org/changeset/ports/379358
QAT: https://qat.redports.org/buildarchive/r379358/

Log:
  - Remove deprecated USE_KDE4=kdehier
  - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
    and supposedly fix build of graphics/gnash with KDE4 option

Modified:
  head/Mk/bsd.kde4.mk
  head/Mk/bsd.sanity.mk
  head/audio/amarok-kde4/Makefile
  head/audio/kaudiocreator/Makefile
  head/audio/kstreamripper/Makefile
  head/audio/pacpl/Makefile
  head/audio/soundkonverter/Makefile
  head/audio/waheela/Makefile
  head/deskutils/charmtimetracker/Makefile
  head/deskutils/semantik/Makefile
  head/deskutils/silence/Makefile
  head/devel/piklab/Makefile
  head/editors/calligra-l10n/files/bsd.l10n.mk
  head/editors/calligra/Makefile
  head/finance/kmymoney-kde4/Makefile
  head/games/knights-kde4/Makefile
  head/graphics/gnash/Makefile
  head/graphics/gnash/pkg-plist
  head/graphics/kcoloredit/Makefile
  head/graphics/kiconedit/Makefile
  head/graphics/kphotoalbum-kde4/Makefile
  head/graphics/kpovmodeler/Makefile
  head/graphics/kuickshow-kde4/Makefile
  head/graphics/skanlite/Makefile
  head/mail/kbiff/Makefile
  head/mail/kshowmail/Makefile
  head/math/abakus/Makefile
  head/misc/tellico-kde4/Makefile
  head/multimedia/kaffeine/Makefile
  head/multimedia/kdenlive/Makefile
  head/multimedia/kplayer-kde4/Makefile
  head/multimedia/phonon-xine/Makefile
  head/net-im/ekiga/Makefile
  head/net-im/kmess-kde4/Makefile
  head/net-p2p/ktorrent/Makefile
  head/net-p2p/libktorrent/Makefile
  head/net/kio-upnp-ms/Makefile
  head/net/kwooty/Makefile
  head/net/libkfbapi/Makefile
  head/net/smb4k-kde4/Makefile
  head/polish/qnapi/Makefile
  head/ports-mgmt/kpackagekit/Makefile
  head/print/kover/Makefile
  head/sysutils/kcm-polkit-kde/Makefile
  head/sysutils/knutclient-kde4/Makefile
  head/sysutils/polkit-kde/Makefile
  head/textproc/dikt/Makefile
  head/textproc/uim-kde4/Makefile
  head/www/kpartsplugin/Makefile
  head/www/kwebkitpart/Makefile
  head/www/rekonq/Makefile
  head/x11-fm/krusader2/Makefile
  head/x11-themes/kde4-style-bespin/Makefile
  head/x11-themes/kde4-style-nitrogen/Makefile
  head/x11-themes/kde4-style-oxygen-transparent/Makefile
  head/x11-themes/kde4-style-polyester/Makefile
  head/x11-themes/kde4-style-skulpture/Makefile
  head/x11-themes/kde4-windeco-crystal/Makefile
  head/x11-themes/kde4-windeco-dekorator/Makefile
  head/x11-themes/qtcurve-kde4/Makefile
  head/x11/rsibreak-kde4/Makefile

Modified: head/Mk/bsd.kde4.mk
==============================================================================
--- head/Mk/bsd.kde4.mk	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/Mk/bsd.kde4.mk	Thu Feb 19 18:19:28 2015	(r379358)
@@ -144,8 +144,6 @@ _USE_KDE4_ALL+=		akonadi attica automoc4
 			strigi
 # Meta components
 _USE_KDE4_ALL+=		kdeprefix
-# Deprecated
-_USE_KDE4_ALL+=		kdehier
 
 baloo_PORT=		sysutils/baloo
 baloo_PATH=		${KDE4_PREFIX}/lib/libbaloocore.so

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/Mk/bsd.sanity.mk	Thu Feb 19 18:19:28 2015	(r379358)
@@ -72,10 +72,6 @@ DEV_WARNING+=	"USE_GNOME=gnomehack is de
 DEV_WARNING+=	"USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils"
 .endif
 
-.if defined(USE_KDE4) && ${USE_KDE4:Mkdehier}
-DEV_WARNING+=	"USE_KDE4=kdehier is deprecated, please use USE_KDE4=kdeprefix"
-.endif
-
 .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
 DEV_ERROR+=	"Please use the new format for LIB_DEPENDS, see handbook for details"
 .endif

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/amarok-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/qt4/plugin
 
 LATEST_LINK=	${PORTNAME}-kde4
 
-USE_KDE4=	kdehier kdelibs kdeprefix libkcddb libkcompactdisc \
+USE_KDE4=	kdelibs kdeprefix libkcddb libkcompactdisc \
 		nepomuk-core runtime automoc4 strigi
 USE_MYSQL=	embedded
 USE_QT4=	corelib dbus designer gui network opengl \

Modified: head/audio/kaudiocreator/Makefile
==============================================================================
--- head/audio/kaudiocreator/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/kaudiocreator/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -23,7 +23,7 @@ RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lam
 
 USES=		cmake tar:bzip2
 USE_QT4=	moc_build qmake_build rcc_build uic_build
-USE_KDE4=	automoc4 kdehier kdeprefix libkcddb libkcompactdisc
+USE_KDE4=	automoc4 kdeprefix libkcddb libkcompactdisc
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

Modified: head/audio/kstreamripper/Makefile
==============================================================================
--- head/audio/kstreamripper/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/kstreamripper/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -13,7 +13,7 @@ COMMENT=	Program for recording streams f
 RUN_DEPENDS=	${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper
 
 USES=		cmake gettext-tools tar:bzip2
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 
 CMAKE_ARGS+=	-DWITHOUT_LIBPROXY=YES # requires libproxy >= 0.3.1

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/pacpl/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -37,7 +37,6 @@ FAAC_RUN_DEPENDS=	faac:${PORTSDIR}/audio
 FAAD_RUN_DEPENDS=	faad:${PORTSDIR}/audio/faad
 FFMPEG_RUN_DEPENDS=	ffmpeg:${PORTSDIR}/multimedia/ffmpeg
 KDE4_DESC=		Konqueror/Dolphin integration
-KDE4_USE=		KDE4=kdehier
 LAME_RUN_DEPENDS=	lame:${PORTSDIR}/audio/lame
 LAUDIO_DESC=		Laudio support
 LAUDIO_RUN_DEPENDS=	laudio:${PORTSDIR}/audio/linux-laudio

Modified: head/audio/soundkonverter/Makefile
==============================================================================
--- head/audio/soundkonverter/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/soundkonverter/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -20,7 +20,7 @@ GH_COMMIT=	405363b
 USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 USE_QT4=	moc_build qmake_build rcc_build uic_build
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs libkcddb
+USE_KDE4=	automoc4 kdeprefix kdelibs libkcddb
 INSTALLS_ICONS=	yes
 WRKSRC_SUBDIR=	src
 

Modified: head/audio/waheela/Makefile
==============================================================================
--- head/audio/waheela/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/audio/waheela/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	amarok>=2:${PORTSDIR}/audio/amarok-kde4
 
 USES=		cmake
-USE_KDE4=	automoc4 kdeprefix kdehier kdelibs
+USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	gui dbus network svg xml \
 		qmake_build moc_build rcc_build uic_build
 

Modified: head/deskutils/charmtimetracker/Makefile
==============================================================================
--- head/deskutils/charmtimetracker/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/deskutils/charmtimetracker/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -4,7 +4,7 @@
 PORTNAME=	charmtimetracker
 PORTVERSION=	1.6.0
 PORTREVISION=	2
-CATEGORIES=	deskutils kde
+CATEGORIES=	deskutils
 
 MAINTAINER=	avg at icyb.net.ua
 COMMENT=	Time tracker
@@ -18,7 +18,6 @@ GH_COMMIT=	3151d25
 
 USES=		cmake
 CMAKE_ARGS+=	-DCharm_VERSION:STRING=${PORTVERSION}
-USE_KDE4=	kdehier kdeprefix
 USE_QT4=	qmake_build moc_build rcc_build uic_build corelib gui network \
 		qtestlib sql sql-sqlite3 xml
 USE_XORG=	ice x11 xext xscrnsaver

Modified: head/deskutils/semantik/Makefile
==============================================================================
--- head/deskutils/semantik/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/deskutils/semantik/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -11,7 +11,7 @@ COMMENT=	KDE mind mapping tool
 
 LICENSE=	GPLv3
 
-USE_KDE4=	kdehier kdelibs kdeprefix
+USE_KDE4=	kdelibs kdeprefix
 USE_OCAML=	yes
 NO_OCAML_RUNDEPENDS=	yes
 USE_QT4=	corelib gui linguist_build svg webkit xml \

Modified: head/deskutils/silence/Makefile
==============================================================================
--- head/deskutils/silence/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/deskutils/silence/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ COMMENT=	Information management tool
 RUN_DEPENDS=	${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate
 
 USES=		cmake
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build linguist_build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/devel/piklab/Makefile
==============================================================================
--- head/devel/piklab/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/devel/piklab/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -22,7 +22,7 @@ OPTIONS_DEFAULT=	KDE4
 OPTIONS_SUB=	yes
 
 KDE4_USES=	shared-mime-info
-KDE4_USE=	KDE4=automoc4,kdehier,kdelibs,kdeprefix
+KDE4_USE=	KDE4=automoc4,kdelibs,kdeprefix
 KDE4_CMAKE_OFF=	-DQT_ONLY:BOOL=ON \
 		-DLOCALE_INSTALL_DIR:STRING="${PREFIX}/share/locale"
 

Modified: head/editors/calligra-l10n/files/bsd.l10n.mk
==============================================================================
--- head/editors/calligra-l10n/files/bsd.l10n.mk	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/editors/calligra-l10n/files/bsd.l10n.mk	Thu Feb 19 18:19:28 2015	(r379358)
@@ -7,7 +7,7 @@ DIST_SUBDIR=	KDE/calligra-l10n
 
 CONFLICTS=	${PKGNAMEPREFIX}koffice-l10n-2.*
 
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib xml moc_build qmake_build rcc_build uic_build
 USES+=		cmake gettext tar:xz
 NO_ARCH=	yes

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/editors/calligra/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -38,7 +38,7 @@ CONFLICTS_BUILD=qt-3.*
 
 USE_GL=		glew
 USE_GNOME=	glib20 libxml2 libxslt
-USE_KDE4=	kactivities kdehier kdelibs kdeprefix libkdcraw nepomuk-core \
+USE_KDE4=	kactivities kdelibs kdeprefix libkdcraw nepomuk-core \
 		okular pimlibs attica automoc4 soprano
 USE_QT4=	corelib dbus designer_build gui opengl phonon porting_build \
 		qt3support qtestlib_build script sql svg webkit xml xmlpatterns \

Modified: head/finance/kmymoney-kde4/Makefile
==============================================================================
--- head/finance/kmymoney-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/finance/kmymoney-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libboost_graph.so:${PORTSDI
 USES=		cmake pkgconfig shared-mime-info shebangfix tar:xz
 USE_QT4=	gui dbus network phonon sql svg xml \
 		qmake_build moc_build rcc_build uic_build
-USE_KDE4=	kdehier kdeprefix automoc4 kdelibs pimlibs
+USE_KDE4=	kdeprefix automoc4 kdelibs pimlibs
 USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	kmymoney/misc/financequote.pl

Modified: head/games/knights-kde4/Makefile
==============================================================================
--- head/games/knights-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/games/knights-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/gnuchess:$
 LICENSE=	GPLv2
 
 USES=		cmake:outsource tar:bzip2
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace libkdegames
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace libkdegames
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 
 OPTIONS_DEFINE=	DOCS NLS

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/gnash/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -107,9 +107,8 @@ CONFIGURE_ARGS+=	--disable-npapi
 .endif
 
 .if ${PORT_OPTIONS:MKDE4} && ${PORT_OPTIONS:MPLUGIN}
-PLIST_SUB+=	KPARTS4=""
-USE_LDCONFIG+=	${KDE4_PREFIX}/lib/kde4
-CONFIGURE_ARGS+=	--with-kde4_prefix=${PREFIX}/kde4
+PLIST_SUB+=	KPARTS4="${KDE4_PREFIX}"
+CONFIGURE_ARGS+=	--with-kde4_prefix=${KDE4_PREFIX}
 .else
 PLIST_SUB+=	KPARTS4="@comment "
 CONFIGURE_ARGS+=	--disable-kparts4
@@ -129,7 +128,7 @@ GNASH_GUIS+=	gtk
 GNASH_GUIS+=	kde4
 USE_QT4=	moc_build
 QT_NONSTANDARD=	yes
-USE_KDE4=	kdehier kdelibs
+USE_KDE4=	kdelibs
 CONFIGURE_ENV+=	KDE4_CONFIG="${KDE4_PREFIX}/bin/kde4-config"
 .endif
 

Modified: head/graphics/gnash/pkg-plist
==============================================================================
--- head/graphics/gnash/pkg-plist	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/gnash/pkg-plist	Thu Feb 19 18:19:28 2015	(r379358)
@@ -190,10 +190,10 @@ include/gnash/vm/SafeStack.h
 include/gnash/vm/VM.h
 include/gnash/vm/fn_call.h
 include/gnash/zlib_adapter.h
-%%KPARTS4%%kde4/share/apps/klash/pluginsinfo
-%%KPARTS4%%kde4/share/apps/klash/klashpartui.rc
-%%KPARTS4%%kde4/share/kde4/services/klash_part.desktop
-%%KPARTS4%%kde4/lib/kde4/libklashpart.so
+%%KPARTS4%%/share/apps/klash/pluginsinfo
+%%KPARTS4%%/share/apps/klash/klashpartui.rc
+%%KPARTS4%%/share/kde4/services/klash_part.desktop
+%%KPARTS4%%/lib/kde4/libklashpart.so
 %%CYGNAL%%lib/cygnal/plugins/echo.so
 %%CYGNAL%%lib/cygnal/plugins/oflaDemo.so
 %%CYGNAL%%lib/gnash/libgnashamf-%%GNASHVER%%.so

Modified: head/graphics/kcoloredit/Makefile
==============================================================================
--- head/graphics/kcoloredit/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/kcoloredit/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	KDE/extragear
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Palette files editor for KDE
 
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext tar:bzip2
 

Modified: head/graphics/kiconedit/Makefile
==============================================================================
--- head/graphics/kiconedit/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/kiconedit/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -10,7 +10,7 @@ DIST_SUBDIR=	KDE/extragear
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE icon editor
 
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext tar:bzip2
 

Modified: head/graphics/kphotoalbum-kde4/Makefile
==============================================================================
--- head/graphics/kphotoalbum-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/kphotoalbum-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 
 USES=		cmake:outsource pkgconfig shebangfix tar:bzip2
 SHEBANG_FILES=	script/open-raw.pl script/kpa-backup.sh
-USE_KDE4=	kdehier kdelibs kdeprefix libkdcraw libkipi automoc4
+USE_KDE4=	kdelibs kdeprefix libkdcraw libkipi automoc4
 USE_QT4=	phonon sql \
 		qmake_build moc_build rcc_build uic_build
 

Modified: head/graphics/kpovmodeler/Makefile
==============================================================================
--- head/graphics/kpovmodeler/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/kpovmodeler/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ COMMENT=	KDE editor/frontend for Povray
 RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray-meta
 
 USE_GL=		glu
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib opengl qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext tar:bzip2
 

Modified: head/graphics/kuickshow-kde4/Makefile
==============================================================================
--- head/graphics/kuickshow-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/kuickshow-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ COMMENT=	KDE image viewer
 BROKEN=		depends on imlib
 
 USE_GNOME=	imlib
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib opengl qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext pkgconfig tar:bzip2
 

Modified: head/graphics/skanlite/Makefile
==============================================================================
--- head/graphics/skanlite/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/graphics/skanlite/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -12,7 +12,7 @@ COMMENT=	Simple image scanning applicati
 
 LIB_DEPENDS=	libksane.so:${PORTSDIR}/graphics/libksane
 
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 USES=		cmake:outsource gettext tar:xz
 

Modified: head/mail/kbiff/Makefile
==============================================================================
--- head/mail/kbiff/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/mail/kbiff/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -12,7 +12,7 @@ COMMENT=	Mail notification utility for K
 
 LICENSE=	GPLv2
 
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
+USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	corelib dbus gui network svg xml \
 		qmake_build uic_build rcc_build
 USE_PERL5=	build

Modified: head/mail/kshowmail/Makefile
==============================================================================
--- head/mail/kshowmail/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/mail/kshowmail/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -12,7 +12,7 @@ COMMENT=	POP3 mail checker for KDE
 
 LICENSE=	GPLv2
 
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs pimlibs
+USE_KDE4=	automoc4 kdeprefix kdelibs pimlibs
 USE_QT4=	corelib dbus gui network svg xml \
 		qmake_build uic_build rcc_build
 USE_PERL5=	build

Modified: head/math/abakus/Makefile
==============================================================================
--- head/math/abakus/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/math/abakus/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
 LIB_DEPENDS=	libmpfr.so:${PORTSDIR}/math/mpfr
 
-USE_KDE4=	automoc4 kdehier kdelibs kdeprefix
+USE_KDE4=	automoc4 kdelibs kdeprefix
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USES=		bison cmake tar:bzip2
 CMAKE_ARGS=	-DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \

Modified: head/misc/tellico-kde4/Makefile
==============================================================================
--- head/misc/tellico-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/misc/tellico-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio
 
 LATEST_LINK=	${PORTNAME}-kde4
 
-USE_KDE4=	kdehier kdelibs kdeprefix libksane pimlibs \
+USE_KDE4=	kdelibs kdeprefix libksane pimlibs \
 		automoc4 qimageblitz libkcddb
 USE_QT4=	qmake_build moc_build uic_build rcc_build
 USES=		cmake gettext shared-mime-info tar:bzip2

Modified: head/multimedia/kaffeine/Makefile
==============================================================================
--- head/multimedia/kaffeine/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/multimedia/kaffeine/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libxine.so:${PORTSDIR}/mult
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_KDE4=	kdehier kdeprefix automoc4 kdelibs
+USE_KDE4=	kdeprefix automoc4 kdelibs
 USE_QT4=	corelib gui phonon svg network dbus xml sql \
 		qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext gmake

Modified: head/multimedia/kdenlive/Makefile
==============================================================================
--- head/multimedia/kdenlive/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/multimedia/kdenlive/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libmlt.so:${PORTSDIR}/multi
 		libqjson.so:${PORTSDIR}/devel/qjson
 RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX}
 
-USE_KDE4=	automoc4 kdehier kdelibs kdeprefix nepomuk-core
+USE_KDE4=	automoc4 kdelibs kdeprefix nepomuk-core
 USE_QT4=	corelib dbus gui opengl script svg xml \
 		moc_build qmake_build rcc_build uic_build
 USE_XORG=	x11

Modified: head/multimedia/kplayer-kde4/Makefile
==============================================================================
--- head/multimedia/kplayer-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/multimedia/kplayer-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LATEST_LINK=	${PORTNAME}-kde4
 
 USES=		cmake gettext tar:bzip2
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
-USE_KDE4=	kdehier kdeprefix kdelibs automoc4
+USE_KDE4=	kdeprefix kdelibs automoc4
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -L${LOCALBASE}/kde4/lib -lsolid
 
 post-patch:

Modified: head/multimedia/phonon-xine/Makefile
==============================================================================
--- head/multimedia/phonon-xine/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/multimedia/phonon-xine/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ COMMENT=	The xine backend for Phonon
 LIB_DEPENDS=	libxine.so:${PORTSDIR}/multimedia/libxine
 
 USES=		cmake pkgconfig tar:bzip2
-USE_KDE4=	kdehier automoc4 kdeprefix
+USE_KDE4=	automoc4 kdeprefix
 USE_QT4=	corelib dbus gui phonon \
 		qmake_build moc_build rcc_build uic_build
 USE_XORG=	xcb

Modified: head/net-im/ekiga/Makefile
==============================================================================
--- head/net-im/ekiga/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net-im/ekiga/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -51,7 +51,7 @@ LOUDMOUTH_DESC=	XMPP (jabber) support
 PLIST_SUB+=	VERSION=${PORTVERSION}
 
 .if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB}
-USE_KDE4=	kdehier kdelibs
+USE_KDE4=	kdelibs
 USE_QT4=	corelib
 CONFIGURE_ARGS+=--enable-kde
 #CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \

Modified: head/net-im/kmess-kde4/Makefile
==============================================================================
--- head/net-im/kmess-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net-im/kmess-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libqca.so:${PORTSDIR}/devel
 LATEST_LINK=	${PORTNAME}-kde4
 
 USE_GNOME=	libxml2 libxslt
-USE_KDE4=	kdehier kdeprefix kdelibs libkonq automoc4
+USE_KDE4=	kdeprefix kdelibs libkonq automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext tar:bzip2
 

Modified: head/net-p2p/ktorrent/Makefile
==============================================================================
--- head/net-p2p/ktorrent/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net-p2p/ktorrent/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libktorrent.so:${PORTSDIR}/net-p2p/libktorrent
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 pimlibs workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 pimlibs workspace
 USE_QT4=	corelib gui network qt3support qtestlib webkit \
 		qmake_build moc_build rcc_build uic_build
 USES=		cmake:outsource gettext tar:bzip2

Modified: head/net-p2p/libktorrent/Makefile
==============================================================================
--- head/net-p2p/libktorrent/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net-p2p/libktorrent/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/se
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libqca.so:${PORTSDIR}/devel/qca
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	qtestlib_build qmake_build moc_build rcc_build uic_build
 USES=		cmake:outsource gettext tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/net/kio-upnp-ms/Makefile
==============================================================================
--- head/net/kio-upnp-ms/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net/kio-upnp-ms/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ COMMENT=	KIO slave to access UPnP MediaS
 LIB_DEPENDS=	libHUpnp.so:${PORTSDIR}/net/hupnp
 
 USES=		cmake tar:bzip2
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
+USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	corelib network xml dbus gui \
 		qmake_build moc_build rcc_build uic_build
 

Modified: head/net/kwooty/Makefile
==============================================================================
--- head/net/kwooty/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net/kwooty/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/unrar:${PO
 		${LOCALBASE}/bin/par2:${PORTSDIR}/archivers/par2cmdline \
 		${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext
 USE_LDCONFIG=	yes

Modified: head/net/libkfbapi/Makefile
==============================================================================
--- head/net/libkfbapi/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net/libkfbapi/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LICENSE=	LGPL20
 LIB_DEPENDS=	libqjson.so:${PORTSDIR}/devel/qjson
 
 USES=		cmake:outsource gettext tar:bzip2
-USE_KDE4=	automoc4 kdelibs kdeprefix kdehier pimlibs
+USE_KDE4=	automoc4 kdelibs kdeprefix pimlibs
 USE_LDCONFIG=	yes
 USE_QT4=	gui webkit \
 		qmake_build moc_build rcc_build uic_build

Modified: head/net/smb4k-kde4/Makefile
==============================================================================
--- head/net/smb4k-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/net/smb4k-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -19,7 +19,7 @@ SAMBA_PORT?=	net/samba36
 
 USES=		cmake gettext tar:bzip2
 USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/kde4
-USE_KDE4=	kdehier kdeprefix kdelibs automoc4 runtime
+USE_KDE4=	kdeprefix kdelibs automoc4 runtime
 USE_QT4=	corelib gui network opengl script svg webkit \
 		qmake_build moc_build rcc_build uic_build phonon
 DOCSDIR=	${PREFIX}/share/doc/HTML/en/smb4k

Modified: head/polish/qnapi/Makefile
==============================================================================
--- head/polish/qnapi/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/polish/qnapi/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	7z:${PORTSDIR}/archivers/p7
 
 USES=		qmake
 USE_QT4=	corelib gui network xml moc_build uic_build rcc_build
-USE_KDE4=	kdehier
+USE_KDE4=	# dummy
 PLIST_SUB=	KDE4=${KDE4_PREFIX:S|${LOCALBASE}/||}
 QMAKE_ARGS=	KDE4_PREFIX=${KDE4_PREFIX}
 INSTALLS_ICONS=	yes

Modified: head/ports-mgmt/kpackagekit/Makefile
==============================================================================
--- head/ports-mgmt/kpackagekit/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/ports-mgmt/kpackagekit/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpackagekit-qt.so:${PORTSDIR}/ports-mgmt/packagekit-qt4
 
-USE_KDE4=	automoc4 kdehier kdelibs kdeprefix
+USE_KDE4=	automoc4 kdelibs kdeprefix
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USES=		cmake gettext pkgconfig tar:bzip2
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/print/kover/Makefile
==============================================================================
--- head/print/kover/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/print/kover/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libcddb.so:${PORTSDIR}/audio/libcddb \
 		libcdio.so:${PORTSDIR}/sysutils/libcdio
 
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
+USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	corelib dbus gui network svg xml \
 		qmake_build uic_build rcc_build
 USE_PERL5=	build

Modified: head/sysutils/kcm-polkit-kde/Makefile
==============================================================================
--- head/sysutils/kcm-polkit-kde/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/sysutils/kcm-polkit-kde/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ COMMENT=	Polkit-KDE configuration module
 LIB_DEPENDS=	libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
 RUN_DEPENDS=	${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde
 
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	dbus xml moc_build qmake_build rcc_build uic_build
 USES=		cmake gmake pkgconfig tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/sysutils/knutclient-kde4/Makefile
==============================================================================
--- head/sysutils/knutclient-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/sysutils/knutclient-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libqimageblitz.so:${PORTSDI
 
 CONFLICTS=	knutclient-0.*
 USES=		cmake gettext
-USE_KDE4=	kdehier kdeprefix kdelibs automoc4
+USE_KDE4=	kdeprefix kdelibs automoc4
 USE_QT4=	corelib gui qmake_build moc_build rcc_build uic_build
 LATEST_LINK=	knutclient-kde4
 

Modified: head/sysutils/polkit-kde/Makefile
==============================================================================
--- head/sysutils/polkit-kde/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/sysutils/polkit-kde/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
 
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USES=		cmake tar:bzip2
 

Modified: head/textproc/dikt/Makefile
==============================================================================
--- head/textproc/dikt/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/textproc/dikt/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -12,7 +12,7 @@ MAINTAINER=	goran.tal at gmail.com
 COMMENT=	Dictionary for KDE4
 
 
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib gui network svg xml \
 		qmake_build moc_build rcc_build uic_build
 USES=		cmake tar:xz

Modified: head/textproc/uim-kde4/Makefile
==============================================================================
--- head/textproc/uim-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/textproc/uim-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -10,7 +10,7 @@ LIB_DEPENDS=	libuim.so:${PORTSDIR}/textp
 RUN_DEPENDS=	uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
 
 USE_GCC=	any
-USE_KDE4=	kdehier kdeprefix kdelibs automoc4
+USE_KDE4=	kdeprefix kdelibs automoc4
 USE_QT4=	qmake_build moc_build qt3support uic rcc
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim

Modified: head/www/kpartsplugin/Makefile
==============================================================================
--- head/www/kpartsplugin/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/www/kpartsplugin/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTDATE}
 MAINTAINER=	avilla at FreeBSD.org
 COMMENT=	Browser file viewer using KDE technology
 
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib gui moc_build qmake_build rcc_build uic_build
 USES=		cmake webplugin:native tar:bzip2
 CMAKE_ARGS=	-DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"

Modified: head/www/kwebkitpart/Makefile
==============================================================================
--- head/www/kwebkitpart/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/www/kwebkitpart/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -9,7 +9,7 @@ MASTER_SITES=	LOCAL/makc
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Web browser component for KDE SC based on QtWebKit
 
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	designer gui webkit \
 		moc_build qmake_build rcc_build uic_build
 USES=		cmake cpe tar:xz

Modified: head/www/rekonq/Makefile
==============================================================================
--- head/www/rekonq/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/www/rekonq/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -10,7 +10,7 @@ MAINTAINER=	makc at FreeBSD.org
 COMMENT=	Lightweight KDE browser based on WebKit
 
 USES=		cmake:outsource gettext tar:xz
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	script webkit \
 		moc_build qmake_build rcc_build uic_build
 

Modified: head/x11-fm/krusader2/Makefile
==============================================================================
--- head/x11-fm/krusader2/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-fm/krusader2/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -11,7 +11,7 @@ MAINTAINER=	fluffy at FreeBSD.org
 COMMENT=	Twin panel file manager for KDE, like midnight or norton commander
 
 USES=		cmake:outsource gettext tar:bzip2
-USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 
 .include <bsd.port.mk>

Modified: head/x11-themes/kde4-style-bespin/Makefile
==============================================================================
--- head/x11-themes/kde4-style-bespin/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-style-bespin/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ COMMENT=	Configurable KDE4 style
 LICENSE=	LGPL21
 
 WRKSRC=		${WRKDIR}/cloudcity
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake
 

Modified: head/x11-themes/kde4-style-nitrogen/Makefile
==============================================================================
--- head/x11-themes/kde4-style-nitrogen/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-style-nitrogen/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ COMMENT=	KDE style with animations
 LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/kde4-kstyle-nitrogen-${PORTVERSION}-Source
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake
 

Modified: head/x11-themes/kde4-style-oxygen-transparent/Makefile
==============================================================================
--- head/x11-themes/kde4-style-oxygen-transparent/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-style-oxygen-transparent/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -13,7 +13,7 @@ COMMENT=	KDE oxygen style with transpare
 
 LICENSE=	GPLv2
 
-USE_KDE4=	kdelibs kdehier kdeprefix workspace automoc4
+USE_KDE4=	kdelibs kdeprefix workspace automoc4
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake tar:xz
 

Modified: head/x11-themes/kde4-style-polyester/Makefile
==============================================================================
--- head/x11-themes/kde4-style-polyester/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-style-polyester/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	kde4-style-
 MAINTAINER=	makc at FreeBSD.org
 COMMENT=	KDE style and window decoration
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs kdeprefix automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 USES=		cmake gettext tar:bzip2
 

Modified: head/x11-themes/kde4-style-skulpture/Makefile
==============================================================================
--- head/x11-themes/kde4-style-skulpture/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-style-skulpture/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ COMMENT=	KDE style featuring 3D artwork 
 
 LICENSE=	GPLv3
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake tar:bzip2
 

Modified: head/x11-themes/kde4-windeco-crystal/Makefile
==============================================================================
--- head/x11-themes/kde4-windeco-crystal/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-windeco-crystal/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -14,7 +14,7 @@ COMMENT=	Transparent KDE window decorati
 
 LICENSE=	GPLv2
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	qmake_build moc_build rcc_build uic_build \
 		corelib gui qt3support
 USES=		cmake:outsource tar:bzip2

Modified: head/x11-themes/kde4-windeco-dekorator/Makefile
==============================================================================
--- head/x11-themes/kde4-windeco-dekorator/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/kde4-windeco-dekorator/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libqimageblitz.so:${PORTSDIR}/x11/qimageblitz
 
-USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
 USES=		cmake tar:bzip2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/x11-themes/qtcurve-kde4/Makefile
==============================================================================
--- head/x11-themes/qtcurve-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11-themes/qtcurve-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -13,6 +13,6 @@ COMMENT=	QtCurve KDE4 widget style
 
 USES=		cmake gettext-tools tar:bzip2
 USE_QT4=	qmake_build uic_build moc_build rcc_build
-USE_KDE4=	kdelibs workspace kdehier kdeprefix automoc4
+USE_KDE4=	kdelibs workspace kdeprefix automoc4
 
 .include <bsd.port.mk>

Modified: head/x11/rsibreak-kde4/Makefile
==============================================================================
--- head/x11/rsibreak-kde4/Makefile	Thu Feb 19 18:18:21 2015	(r379357)
+++ head/x11/rsibreak-kde4/Makefile	Thu Feb 19 18:19:28 2015	(r379358)
@@ -15,7 +15,7 @@ LATEST_LINK=	${PORTNAME}-kde4
 
 USES=		cmake gettext tar:bzip2
 USE_QT4=	qmake_build moc_build rcc_build uic_build
-USE_KDE4=	kdehier kdeprefix kdelibs automoc4
+USE_KDE4=	kdeprefix kdelibs automoc4
 INSTALLS_ICONS=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list