Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 07:53:57 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: 5d49260a0086 - main - math/opensolaris-libm: Mark BROKEN on 14
Message-ID:  <202308180753.37I7rv2X084169@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d49260a0086112445691692fa419b4dee967134

commit 5d49260a0086112445691692fa419b4dee967134
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 07:32:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 07:53:31 +0000

    math/opensolaris-libm: Mark BROKEN on 14
    
    Fails to compile with:
    error: conflicting types for 'lround'
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/opensolaris-libm/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile
index 1b896495c31b..8bb73e87100f 100644
--- a/math/opensolaris-libm/Makefile
+++ b/math/opensolaris-libm/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	opensolaris-libm
 PORTVERSION=	2006.01.31
-PORTREVISION=	5
 DISTVERSIONPREFIX=	v
+PORTREVISION=	5
 CATEGORIES=	math
 
 MAINTAINER=	ports@FreeBSD.org
@@ -11,7 +11,9 @@ WWW=		https://docs.oracle.com/cd/E19422-01/819-3693/ncg_lib.html
 LICENSE=	CDDL
 LICENSE_FILE=	${WRKSRC}/usr/src/OPENSOLARIS.LICENSE
 
+BROKEN_FreeBSD_14=	fails to compile: conflicting types for 'lround'
 ONLY_FOR_ARCHS=	amd64	# i386 possible with much work
+
 PORTSCOUT=	ignore:1
 
 USE_GITHUB=	yes



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