Date: Thu, 9 Jan 2025 01:00:50 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2414cbd02ba0 - main - comms/svxlink: limit USES=tcl:86 Message-ID: <202501090100.50910orA087081@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2414cbd02ba04dbbcb85d64e1d266d51e06d5b74 commit 2414cbd02ba04dbbcb85d64e1d266d51e06d5b74 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-01-09 00:59:39 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-01-09 00:59:39 +0000 comms/svxlink: limit USES=tcl:86 While here, consolidate cmake args in OPTIONS and use USE_GNOME=libsigc++20 --- comms/svxlink/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/comms/svxlink/Makefile b/comms/svxlink/Makefile index 60adc07c7d6b..44908356470d 100644 --- a/comms/svxlink/Makefile +++ b/comms/svxlink/Makefile @@ -16,15 +16,16 @@ LIB_DEPENDS?= libcurl.so:ftp/curl \ libopus.so:audio/opus \ libpopt.so:devel/popt \ librtlsdr.so:comms/rtl-sdr \ - libsigc-2.0.so:devel/libsigc++20 \ libspeex.so:audio/speex BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl +USES+= cmake:noninja compiler:c++11-lang gnome groff pkgconfig tcl:86 USE_GITHUB= yes GH_ACCOUNT= sm0svx GH_PROJECT= svxlink +USE_GNOME= libsigc++20 + CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DLOCAL_STATE_DIR=/var \ -DLOCALBASE:STRING="${LOCALBASE}" \ @@ -47,14 +48,12 @@ OPTIONS_DEFAULT= ALSA OSS OPTIONS_MULTI= SOUND OPTIONS_MULTI_SOUND= ALSA OSS ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CMAKE_OFF= -DUSE_ALSA:BOOL=OFF -ALSA_CMAKE_ON= -DUSE_ALSA:BOOL=ON -OSS_CMAKE_OFF= -DUSE_OSS:BOOL=OFF -OSS_CMAKE_ON= -DUSE_OSS:BOOL=ON +ALSA_CMAKE_BOOL= USE_ALSA +OSS_CMAKE_BOOL= USE_OSS .endif DOXYGEN_IMPLIES= DOCS DOXYGEN_ALL_TARGET= doc -DOXYGEN_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:BOOL=TRUE +DOXYGEN_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Doxygen DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ doxygen:devel/doxygen OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501090100.50910orA087081>