From owner-svn-ports-head@freebsd.org Mon Dec 31 17:36:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC91E143A8CB; Mon, 31 Dec 2018 17:36:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB0E74D11; Mon, 31 Dec 2018 17:36:01 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A378DD5A; Mon, 31 Dec 2018 17:35:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBVHZxT5076773; Mon, 31 Dec 2018 17:35:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBVHZxpq076772; Mon, 31 Dec 2018 17:35:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812311735.wBVHZxpq076772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 31 Dec 2018 17:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488805 - head/x11-themes/qtcurve X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/x11-themes/qtcurve X-SVN-Commit-Revision: 488805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7CB0E74D11 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 31 Dec 2018 17:36:04 -0000 Author: rene Date: Mon Dec 31 17:35:59 2018 New Revision: 488805 URL: https://svnweb.freebsd.org/changeset/ports/488805 Log: x11-themes/qtcurve: remove optional dependency on expired KDE4 Modified: head/x11-themes/qtcurve/Makefile Modified: head/x11-themes/qtcurve/Makefile ============================================================================== --- head/x11-themes/qtcurve/Makefile Mon Dec 31 17:35:50 2018 (r488804) +++ head/x11-themes/qtcurve/Makefile Mon Dec 31 17:35:59 2018 (r488805) @@ -15,11 +15,10 @@ PATCHDIR= ${MASTERDIR}/none OPTIONS_RADIO= QT5 OPTIONS_RADIO_QT5= KF5 QT5 -OPTIONS_DEFINE= GTK2 KDE4 QT4 +OPTIONS_DEFINE= GTK2 QT4 OPTIONS_DEFAULT= GTK2 QT5 GTK2_RUN_DEPENDS= gtk2-qtcurve-theme>=${PORTVERSION}:x11-themes/qtcurve-gtk2 -KDE4_RUN_DEPENDS= kde4-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-kde4 KF5_DESC= KDE Frameworks 5 + Qt 5 toolkit support KF5_RUN_DEPENDS= kf5-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-kf5 QT4_RUN_DEPENDS= qt4-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-qt4 @@ -36,7 +35,7 @@ GH_TAGNAME= a1ec5f8 USES= compiler:c++11-lib cmake:insource pkgconfig USE_XORG= x11 xcb -.for i in gtk2 kde4 kf5 qt4 qt5 +.for i in gtk2 kf5 qt4 qt5 WITH_${i}= Off .endfor WITH_${QTCURVE_SLAVE}= On @@ -44,7 +43,6 @@ WITH_${QTCURVE_SLAVE}= On CMAKE_ARGS+= -DENABLE_GTK2=${WITH_gtk2} \ -DENABLE_QT4=${WITH_qt4} \ -DENABLE_QT5=${WITH_qt5} \ - -DQTC_QT4_ENABLE_KDE=${WITH_kde4} \ -DQTC_QT5_ENABLE_KDE=${WITH_kf5} LDFLAGS+= -L${LOCALBASE}/lib @@ -70,17 +68,6 @@ USE_LDCONFIG= yes post-install: @(cd ${WRKSRC}/lib/cairo && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif - -.if ${QTCURVE_SLAVE} == "kde4" -DEPRECATED= KDE4 is EOL -EXPIRATION_DATE=2018-12-31 -WITH_qt4= On # required for KDE 4 -PKGNAMEPREFIX= kde4-style- -USE_KDE= kdelibs workspace automoc4 -USES+= kde:4 qt:4 -USE_QT= corelib dbus gui svg moc_build qmake_build rcc_build uic_build -BUILD_WRKSRC= ${WRKSRC}/qt4 .endif .if ${QTCURVE_SLAVE} == "kf5"