From owner-svn-ports-head@freebsd.org Sat May 28 14:54:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D402B4DD5F; Sat, 28 May 2016 14:54:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC28138F; Sat, 28 May 2016 14:54:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEsslL051389; Sat, 28 May 2016 14:54:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEsrKq051382; Sat, 28 May 2016 14:54:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281454.u4SEsrKq051382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 14:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416001 - in head: devel/smokeqt games/katomic multimedia/gstreamer1-qt4 net-im/kopete-kde4 sysutils/kfilemetadata sysutils/polkit-qt x11/kde4-runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 14:54:55 -0000 Author: pi Date: Sat May 28 14:54:53 2016 New Revision: 416001 URL: https://svnweb.freebsd.org/changeset/ports/416001 Log: devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4, sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime - update USES in some kde ports Some are cosmetic; some add shebangfix or pathfix where needed PR: 209304 Submitted by: groot@kde.org (kde) Modified: head/devel/smokeqt/Makefile head/games/katomic/Makefile head/multimedia/gstreamer1-qt4/Makefile head/net-im/kopete-kde4/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/polkit-qt/Makefile head/x11/kde4-runtime/Makefile Modified: head/devel/smokeqt/Makefile ============================================================================== --- head/devel/smokeqt/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/devel/smokeqt/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -18,7 +18,7 @@ USE_QT4= corelib dbus declarative design multimedia network opengl phonon qtestlib script \ sql svg webkit xml xmlpatterns \ qmake_build moc_build uic_build rcc_build -USES= cmake:outsource tar:xz +USES= cmake:outsource pkgconfig tar:xz USE_LDCONFIG= yes .include Modified: head/games/katomic/Makefile ============================================================================== --- head/games/katomic/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/games/katomic/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -11,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} USE_KDE4= kdelibs libkdegames automoc4 -USES= cmake:outsource tar:xz shebangfix +USES= cmake:outsource shebangfix tar:xz SHEBANG_FILES= katomic-levelset-upd.pl USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/multimedia/gstreamer1-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer1-qt4/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/multimedia/gstreamer1-qt4/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS_INSTALL= gstreamer-qt4-* -USES= bison cmake:outsource gmake pkgconfig tar:xz +USES= bison cmake:outsource pathfix pkgconfig tar:xz USE_GSTREAMER1= yes USE_QT4= corelib gui opengl declarative \ qmake_build moc_build rcc_build uic_build qtestlib_build @@ -25,8 +25,4 @@ CMAKE_ARGS= -DUSE_GST_PLUGIN_DIR=off \ PLIST_SUB= SHLIB_VER="${PORTVERSION}" -post-patch: - ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt - .include Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/net-im/kopete-kde4/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -20,7 +20,8 @@ LIB_DEPENDS= libidn.so:dns/libidn \ libjasper.so:graphics/jasper BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat -USES= cmake:outsource jpeg pkgconfig shebangfix sqlite tar:xz webplugin:native +USES= cmake:outsource jpeg pkgconfig shebangfix sqlite tar:xz \ + webplugin:native USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs pimlibs \ automoc4 qimageblitz Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/sysutils/kfilemetadata/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpoppler-qt4.so:graphics/ libqmobipocket.so:graphics/kdegraphics4-mobipocket USE_KDE4= automoc4 kdelibs -USES= cmake:outsource tar:xz +USES= cmake:outsource pkgconfig tar:xz USE_QT4= corelib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/sysutils/polkit-qt/Makefile ============================================================================== --- head/sysutils/polkit-qt/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/sysutils/polkit-qt/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -23,7 +23,7 @@ USE_GNOME= glib20 USE_KDE4= automoc4 USE_QT4= corelib dbus gui \ qmake_build moc_build rcc_build uic_build -USES= cmake:outsource tar:bzip2 +USES= cmake:outsource pkgconfig tar:bzip2 USE_LDCONFIG= yes post-patch: Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/x11/kde4-runtime/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -24,7 +24,8 @@ RUN_DEPENDS= cagibid:net/cagibi USE_KDE4= kactivities kdelibs oxygen \ attica automoc4 pimlibs strigi nepomuk-core -USES= cmake:outsource gettext gmake jpeg shared-mime-info shebangfix tar:xz +USES= cmake:outsource gettext gmake jpeg shared-mime-info shebangfix \ + tar:xz USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build