Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 12:51:52 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0fdd00b27df5 - main - astro/google-earth: mark as DEPRECATED
Message-ID:  <202110191251.19JCpqvA091640@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0fdd00b27df5ca783f0e6d87618af662c9082e9e

commit 0fdd00b27df5ca783f0e6d87618af662c9082e9e
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-10-19 12:28:10 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-10-19 12:46:28 +0000

    astro/google-earth: mark as DEPRECATED
    
    Google Earth needs version 7.1.8 or later required to run[1] since October 2020.
    
    In order to update the port we need _at least_ linux ports for:
    
     * libproxy
     * gstreamer
     * gstreamer-plugin-base
     * libmodman
     * orc
    
    But in the end it fails at runtime because our linuxolator glibc is too old
    (GLIBC_2.17 vs GLIBC_2.18).
    
    [1] https://support.google.com/earth/thread/43329999/ending-support-for-earlier-versions-of-google-earth?hl=en
    
    PR: 251635
---
 astro/google-earth/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index 0b32d358ef48..25d239fb3e9b 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -17,6 +17,9 @@ LICENSE_NAME=	Google Earth
 LICENSE_TEXT=	Not really sure about the redistribution terms
 LICENSE_PERMS=	auto-accept
 
+DEPRECATED=	Needs newer version to connect to server
+EXPIRATION_DATE=2022-01-01
+
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 PLIST_SUB=	LINUXBASE=${LINUXBASE}



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