From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:24:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 705B564A; Mon, 29 Sep 2014 21:24:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5C95CA16; Mon, 29 Sep 2014 21:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLOK4r049766; Mon, 29 Sep 2014 21:24:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLOJKK049760; Mon, 29 Sep 2014 21:24:19 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201409292124.s8TLOJKK049760@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 29 Sep 2014 21:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369559 - in head: Mk x11 x11/qt5-x11extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:24:20 -0000 Author: rakuco Date: Mon Sep 29 21:24:18 2014 New Revision: 369559 URL: http://svnweb.freebsd.org/changeset/ports/369559 QAT: https://qat.redports.org/buildarchive/r369559/ Log: Add x11/qt5-x11extras. Qt platform-specific features for X11-based systems. PR: 194008 Submitted by: Jan Beich Added: head/x11/qt5-x11extras/ head/x11/qt5-x11extras/Makefile (contents, props changed) head/x11/qt5-x11extras/pkg-plist (contents, props changed) Modified: head/Mk/bsd.qt.mk head/x11/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Mon Sep 29 21:19:49 2014 (r369558) +++ head/Mk/bsd.qt.mk Mon Sep 29 21:24:18 2014 (r369559) @@ -298,7 +298,7 @@ _USE_QT4_ONLY= accessible assistant-adp _USE_QT5_ONLY= buildtools concurrent core graphicaleffects linguisttools \ printsupport qdbus qdoc qev qml qmldevtools quick \ - quickcontrols uitools widgets + quickcontrols uitools widgets x11extras accessible_PORT= accessibility/${_QT_RELNAME}-accessible accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so @@ -512,6 +512,9 @@ webkit_PATH= ${QT_LIBDIR}/libQt${_QT_LI widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets widgets_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Widgets.so +x11extras_PORT= x11/${_QT_RELNAME}-x11extras +x11extras_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}X11Extras.so + xml_PORT= textproc/${_QT_RELNAME}-xml xml_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Xml.so Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Sep 29 21:19:49 2014 (r369558) +++ head/x11/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -245,6 +245,7 @@ SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev + SUBDIR += qt5-x11extras SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto Added: head/x11/qt5-x11extras/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= x11extras +DISTVERSION= ${QT5_VERSION} +CATEGORIES= x11 +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt platform-specific features for X11-based systems + +USE_QT5= core gui widgets +QT_DIST= x11extras +USES= qmake + +.include Added: head/x11/qt5-x11extras/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/pkg-plist Mon Sep 29 21:24:18 2014 (r369559) @@ -0,0 +1,17 @@ +%%QT_INCDIR%%/QtX11Extras/QX11Info +%%QT_INCDIR%%/QtX11Extras/QtX11Extras +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasDepends +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasVersion +%%QT_INCDIR%%/QtX11Extras/qtx11extrasglobal.h +%%QT_INCDIR%%/QtX11Extras/qtx11extrasversion.h +%%QT_INCDIR%%/QtX11Extras/qx11info_x11.h +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake +%%QT_LIBDIR%%/libQt5X11Extras.prl +%%QT_LIBDIR%%/libQt5X11Extras.so +%%QT_LIBDIR%%/libQt5X11Extras.so.5 +%%QT_LIBDIR%%/libQt5X11Extras.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5X11Extras.so.%%FULLVER%% +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras.pri +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras_private.pri +libdata/pkgconfig/Qt5X11Extras.pc