From owner-svn-ports-head@freebsd.org Tue Feb 26 12:55:58 2019 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 96B7C1519642; Tue, 26 Feb 2019 12:55:58 +0000 (UTC) (envelope-from tobik@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 305B684AB7; Tue, 26 Feb 2019 12:55:58 +0000 (UTC) (envelope-from tobik@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 1E8395739; Tue, 26 Feb 2019 12:55:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1QCtwHn007325; Tue, 26 Feb 2019 12:55:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1QCtvHQ007324; Tue, 26 Feb 2019 12:55:57 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201902261255.x1QCtvHQ007324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 26 Feb 2019 12:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493962 - head/audio/openal-soft X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/openal-soft X-SVN-Commit-Revision: 493962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 305B684AB7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Tue, 26 Feb 2019 12:55:58 -0000 Author: tobik Date: Tue Feb 26 12:55:57 2019 New Revision: 493962 URL: https://svnweb.freebsd.org/changeset/ports/493962 Log: audio/openal-soft: Use Qt 5 for configuration utility Modified: head/audio/openal-soft/Makefile Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Tue Feb 26 10:38:43 2019 (r493961) +++ head/audio/openal-soft/Makefile Tue Feb 26 12:55:57 2019 (r493962) @@ -2,7 +2,7 @@ PORTNAME= openal-soft PORTVERSION= 1.19.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://openal-soft.org/openal-releases/ @@ -37,12 +37,12 @@ OPTIONS_DEFINE= EXAMPLES CONFIG JACK OSS PORTAUDIO PU OPTIONS_DEFAULT= OSS OPTIONS_SUB= yes -CONFIG_DESC= Install configuration utility (needs Qt 4.x) +CONFIG_DESC= Install configuration utility (needs Qt 5) CONFIG_CMAKE_BOOL_OFF= ALSOFT_NO_CONFIG_UTIL -CONFIG_CMAKE_ON= -DALSOFT_NO_QT5:BOOL=ON -CONFIG_USES= qt:4 -CONFIG_USE= QT=corelib,gui,qmake_build,moc_build,rcc_build,uic_build +CONFIG_CMAKE_ON= -DALSOFT_NO_QT5:BOOL=OFF +CONFIG_USES= qt:5 +CONFIG_USE= QT=core,gui,widgets,buildtools_build,qmake_build JACK_CMAKE_BOOL= ALSOFT_REQUIRE_JACK ALSOFT_BACKEND_JACK JACK_LIB_DEPENDS= libjack.so:audio/jack @@ -61,13 +61,6 @@ SDL_USE= SDL=sdl2 SNDIO_CMAKE_BOOL= ALSOFT_REQUIRE_SNDIO ALSOFT_BACKEND_SNDIO SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio - -.include - -.if ${PORT_OPTIONS:MCONFIG} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif post-patch: @${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \