From nobody Sun Nov 07 06:56:00 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BCA1F1804BE1; Sun, 7 Nov 2021 06:56:00 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hn4lN4myYz3vlv; Sun, 7 Nov 2021 06:56:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 845C219EE0; Sun, 7 Nov 2021 06:56:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A76u0B1069593; Sun, 7 Nov 2021 06:56:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A76u0HE069592; Sun, 7 Nov 2021 06:56:00 GMT (envelope-from git) Date: Sun, 7 Nov 2021 06:56:00 GMT Message-Id: <202111070656.1A76u0HE069592@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 23d4b063c91e - main - audio/welle.io: Add missing 'dbus' to USE_QT List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 23d4b063c91e6bb74eccee450360d3928ca4a17b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=23d4b063c91e6bb74eccee450360d3928ca4a17b commit 23d4b063c91e6bb74eccee450360d3928ca4a17b Author: Nico Sonack AuthorDate: 2021-11-07 06:51:05 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-11-07 06:55:26 +0000 audio/welle.io: Add missing 'dbus' to USE_QT Don't bump PORTREVISON as this port had already depended upon devel/dbus indirectly. While I'm here, * Pet portclippy * Re-format Makefile with portfmt PR: 259395 --- audio/welle.io/Makefile | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/audio/welle.io/Makefile b/audio/welle.io/Makefile index 44715ff73bdd..601673dc734a 100644 --- a/audio/welle.io/Makefile +++ b/audio/welle.io/Makefile @@ -15,38 +15,37 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= cmake compiler:c++11-lang pkgconfig qt:5 -USE_QT= charts core declarative gui multimedia network quickcontrols2 \ - widgets buildtools_build qmake_build - USE_GITHUB= yes GH_ACCOUNT= AlbrechtL GH_TAGNAME= 66675c9a4160c644a5ade5bf7a0cd0647647f33c +USE_QT= charts core dbus declarative gui multimedia network \ + quickcontrols2 widgets buildtools_build qmake_build OPTIONS_DEFINE= AIRSPY CLI FFTW RTLSDR SOAPY OPTIONS_DEFAULT= FFTW RTLSDR -RTLSDR_DESC= RTL-SDR support AIRSPY_DESC= AirSpy support -SOAPY_DESC= SoapySDR support -FFTW_DESC= Use FFTW3 instead of KISSFFT CLI_DESC= Build the welle-cli tool +FFTW_DESC= Use FFTW3 instead of KISSFFT +RTLSDR_DESC= RTL-SDR support +SOAPY_DESC= SoapySDR support -RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr -RTLSDR_CMAKE_BOOL= RTLSDR - -FFTW_CMAKE_BOOL_OFF= KISS_FFT -FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float -FFTW_BUILD_DEPENDS= fftw3>=0:math/fftw3 +AIRSPY_LIB_DEPENDS= libairspy.so:comms/airspy +AIRSPY_CMAKE_BOOL= AIRSPY CLI_CMAKE_BOOL= BUILD_WELLE_CLI CLI_PLIST_FILES= bin/welle-cli \ share/welle-io/html/index.html \ share/welle-io/html/index.js -SOAPY_CMAKE_BOOL= SOAPYSDR -SOAPY_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr +FFTW_BUILD_DEPENDS= fftw3>=0:math/fftw3 +FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float +FFTW_CMAKE_BOOL_OFF= KISS_FFT -AIRSPY_CMAKE_BOOL= AIRSPY -AIRSPY_LIB_DEPENDS= libairspy.so:comms/airspy +RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr +RTLSDR_CMAKE_BOOL= RTLSDR + +SOAPY_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr +SOAPY_CMAKE_BOOL= SOAPYSDR .include