git: 42f5e44455d2 - 2023Q3 - misc/iio-oscilloscope: Broken: uses deprecated GTK functions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jul 2023 17:28:06 UTC
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=42f5e44455d290b021d1ec37d1404059b205ded1 commit 42f5e44455d290b021d1ec37d1404059b205ded1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-11 17:27:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-11 17:28:04 +0000 misc/iio-oscilloscope: Broken: uses deprecated GTK functions (cherry picked from commit 1206b70e44f5a8eef6cb8065e7d1e936995cdc80) --- misc/iio-oscilloscope/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/iio-oscilloscope/Makefile b/misc/iio-oscilloscope/Makefile index 74e55a7a5147..a44d17491556 100644 --- a/misc/iio-oscilloscope/Makefile +++ b/misc/iio-oscilloscope/Makefile @@ -1,8 +1,8 @@ PORTNAME= iio-oscilloscope DISTVERSIONPREFIX= v DISTVERSION= 0.14 -PORTREVISION= 4 DISTVERSIONSUFFIX= -master +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -12,6 +12,8 @@ WWW= https://wiki.analog.com/resources/tools-software/linux-software/iio_oscill LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= uses depracated GTK functions, see https://github.com/analogdevicesinc/iio-oscilloscope/issues/441 + LIB_DEPENDS= libad9361.so:misc/libad9361-iio \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \