Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 02:57:22 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c6b203f6067 - main - comms/sdr-wspr: Mark BROKEN on 14
Message-ID:  <202308180257.37I2vMqi080053@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c6b203f6067f8e4fdf72c0cf45ff48f51e6f795

commit 2c6b203f6067f8e4fdf72c0cf45ff48f51e6f795
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 02:28:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 02:57:10 +0000

    comms/sdr-wspr: Mark BROKEN on 14
    
    - Fails to compile with:
      non-floating-point argument in call to function '__builtin_isfinite'
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 comms/sdr-wspr/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile
index 42eb2c2be803..8ac86f55c4e5 100644
--- a/comms/sdr-wspr/Makefile
+++ b/comms/sdr-wspr/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/hmatuschek/sdr-wspr
 
 LICENSE=	GPLv3
 
+BROKEN_FreeBSD_14=	fails to build: non-floating-point argument in call to function '__builtin_isfinite'
+
 LIB_DEPENDS=	libsdr-gui.so:comms/libsdr-gui
 
 USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308180257.37I2vMqi080053>