Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2024 08:54:28 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3179368612a1 - main - math/opensolaris-libm: Deprecate and set expiration date to 2024-12-31
Message-ID:  <202411230854.4AN8sSNO074462@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3179368612a1a02d0f05f06182a034f8d3ce2999

commit 3179368612a1a02d0f05f06182a034f8d3ce2999
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-17 09:14:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-23 08:42:35 +0000

    math/opensolaris-libm: Deprecate and set expiration date to 2024-12-31
    
    Obsolete, point users to libm in base or math/openlibm
---
 math/opensolaris-libm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile
index 8bb73e87100f..832dcba19b9c 100644
--- a/math/opensolaris-libm/Makefile
+++ b/math/opensolaris-libm/Makefile
@@ -11,6 +11,9 @@ WWW=		https://docs.oracle.com/cd/E19422-01/819-3693/ncg_lib.html
 LICENSE=	CDDL
 LICENSE_FILE=	${WRKSRC}/usr/src/OPENSOLARIS.LICENSE
 
+DEPRECATED=	Obsolete, consider using libm in base or math/openlibm
+EXPIRATION_DATE=2024-12-31
+
 BROKEN_FreeBSD_14=	fails to compile: conflicting types for 'lround'
 ONLY_FOR_ARCHS=	amd64	# i386 possible with much work
 



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