Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2023 07:17:08 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f1e92fb3a9b - main - astro/tclgeomap, astro/tkgeomap: deprecate with expiry on 2023-08-31
Message-ID:  <202306260717.35Q7H85C002190@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f1e92fb3a9bbbf812792cde683f2facc1304965

commit 6f1e92fb3a9bbbf812792cde683f2facc1304965
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2023-06-26 07:13:59 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2023-06-26 07:13:59 +0000

    astro/tclgeomap, astro/tkgeomap: deprecate with expiry on 2023-08-31
    
    Upstream has disappeared since a long time. The Tk part does not build
    with modern compilers.
---
 astro/tclgeomap/Makefile | 3 +++
 astro/tkgeomap/Makefile  | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile
index e8d81b54db6a..1c58687dd25c 100644
--- a/astro/tclgeomap/Makefile
+++ b/astro/tclgeomap/Makefile
@@ -9,6 +9,9 @@ WWW=		https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	abandoned
+EXPIRATION_DATE=2023-08-31
+
 USES+=		tcl:tea
 WRKSRC=		${WRKDIR}/${DISTNAME}/unix
 USE_LDCONFIG=	yes
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile
index e465b0764583..eddf22159855 100644
--- a/astro/tkgeomap/Makefile
+++ b/astro/tkgeomap/Makefile
@@ -9,8 +9,9 @@ WWW=		https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/
 
 LICENSE=	GPLv2
 
-BROKEN_armv6=	fails to configure: shared build specified but could not find shared tclgeomap library
-BROKEN_armv7=	fails to configure: shared build specified but could not find shared tclgeomap library
+BROKEN=		does not build
+DEPRECATED=	abandoned
+EXPIRATION_DATE=2023-08-31
 
 LIB_DEPENDS=	libtclgeomap.so:astro/tclgeomap
 



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