From owner-svn-ports-head@freebsd.org Thu Dec 6 07:25:32 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 C13C9131AAFB; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 679668360E; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@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 4889320603; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67PW6W037247; Thu, 6 Dec 2018 07:25:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67PVok037245; Thu, 6 Dec 2018 07:25:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060725.wB67PVok037245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 07:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486737 - head/audio/synthpod-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/synthpod-lv2 X-SVN-Commit-Revision: 486737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 679668360E X-Spamd-Result: default: False [-0.41 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_SPAM_SHORT(0.06)[0.063,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Thu, 06 Dec 2018 07:25:33 -0000 Author: yuri Date: Thu Dec 6 07:25:31 2018 New Revision: 486737 URL: https://svnweb.freebsd.org/changeset/ports/486737 Log: audio/synthpod-lv2: Remove the Qt4 option due to deprecation Modified: head/audio/synthpod-lv2/Makefile head/audio/synthpod-lv2/pkg-plist Modified: head/audio/synthpod-lv2/Makefile ============================================================================== --- head/audio/synthpod-lv2/Makefile Thu Dec 6 06:46:08 2018 (r486736) +++ head/audio/synthpod-lv2/Makefile Thu Dec 6 07:25:31 2018 (r486737) @@ -3,7 +3,7 @@ PORTNAME= synthpod PORTVERSION= g20170810 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -19,18 +19,18 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c++11-lib pkgconfig localbase +USES= cmake:outsource compiler:c++11-lib pkgconfig localbase USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 07cae54 USE_CXXSTD= c++11 -CMAKE_ARGS= -DBUILD_ALSA="OFF" +CMAKE_OFF= BUILD_ALSA BUILD_SANDBOX_QT4 OPTIONS_DEFINE= JACK DUMMY DOT OPTIONS_DEFAULT=JACK X11 SHOW KX OPTIONS_GROUP= UI -OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT4 QT5 SHOW KX +OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT5 SHOW KX OPTIONS_SUB= yes DUMMY_DESC= Build DUMMY standalone host @@ -40,7 +40,6 @@ JACK_DESC= Build JACK standalone host X11_DESC= Build X11 sandbox GTK2_DESC= Build GTK-2 sandbox GTK3_DESC= Build GTK-3 sandbox -QT4_DESC= Build Qt-4 sandbox QT5_DESC= Build Qt-5 sandbox SHOW_DESC= Build show-iface sandbox @@ -50,35 +49,32 @@ DUMMY_LIB_DEPENDS= libuv.so:devel/libuv GTK2_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK2="ON" GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +GTK2_USES= gl gnome GTK2_USE= XORG=x11,xcb,xext GL=gl,glu GNOME=glib20,gtk20,gdkpixbuf2,atk,cairo,pango gettext-runtime GTK3_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK3="ON" +GTK3_USES= gl gnome GTK3_USE= XORG=x11,xcb,xext GL=glu GNOME=glib20,gtk30,gdkpixbuf2,atk,cairo,pango gettext-runtime JACK_LIB_DEPENDS= libjack.so:audio/jack \ libuv.so:devel/libuv JACK_CMAKE_OFF= -DBUILD_JACK="OFF" KX_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_KX="ON" +KX_USES= gl KX_USE= XORG=x11,xcb,xext GL=glu -QT4_USES= qt:4 -QT4_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT4="ON" -QT4_USE= XORG=x11,xcb,xext GL=glu QT=corelib,gui QT5_USES= qt:5 QT5_BROKEN= Build fails: https://github.com/OpenMusicKontrollers/synthpod/issues/10 QT5_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT5="ON" QT5_USE= XORG=x11,xcb,xext GL=glu QT=core,gui +SHOW_USES= gl SHOW_USE= XORG=x11,xcb,xext GL=glu SHOW_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_SHOW="ON" X11_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_X11="ON" X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +X11_USES= gl X11_USE= XORG=x11,xcb,xext GL=gl,glu .include -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - -.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} +.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} PLIST_SUB+= UI="" .else PLIST_SUB+= UI="@comment " Modified: head/audio/synthpod-lv2/pkg-plist ============================================================================== --- head/audio/synthpod-lv2/pkg-plist Thu Dec 6 06:46:08 2018 (r486736) +++ head/audio/synthpod-lv2/pkg-plist Thu Dec 6 07:25:31 2018 (r486737) @@ -4,7 +4,6 @@ %%X11%%bin/synthpod_sandbox_x11 %%GTK2%%bin/synthpod_sandbox_gtk2 %%GTK3%%bin/synthpod_sandbox_gtk3 -%%QT4%%bin/synthpod_sandbox_qt4 %%QT5%%bin/synthpod_sandbox_qt5 %%SHOW%%bin/synthpod_sandbox_show %%KX%%bin/synthpod_sandbox_kx