pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/xygrib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jun 20 12:09:28 UTC 2024

Modified Files:
        pkgsrc/misc/xygrib: DESCR Makefile

Log Message:
misc/xygrib: Mark BROKEN (upstream is not maintained)

xygrib's most recent release, from 2019, uses a proj API that has been
withdrawn.  Upstream's last commit was May of 2022.  Despite fixing
the proj API usage on master, there is no usable release.

Add URLs for upstream bug reports, including one that a release is overdue.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/xygrib/DESCR
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/xygrib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/xygrib/DESCR
diff -u pkgsrc/misc/xygrib/DESCR:1.1 pkgsrc/misc/xygrib/DESCR:1.2
--- pkgsrc/misc/xygrib/DESCR:1.1        Mon Nov  4 18:35:21 2019
+++ pkgsrc/misc/xygrib/DESCR    Thu Jun 20 12:09:28 2024
@@ -1,2 +1,4 @@
 XyGrib is visualizer of meteorologial data.
 XyGrib is continuation of zyGrib available in misc/zyGrib.
+
+This project is not maintained upstream.
\ No newline at end of file

Index: pkgsrc/misc/xygrib/Makefile
diff -u pkgsrc/misc/xygrib/Makefile:1.27 pkgsrc/misc/xygrib/Makefile:1.28
--- pkgsrc/misc/xygrib/Makefile:1.27    Wed May 29 16:33:41 2024
+++ pkgsrc/misc/xygrib/Makefile Thu Jun 20 12:09:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/05/29 16:33:41 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/06/20 12:09:28 gdt Exp $
 
 GITHUB_PROJECT=        XyGrib
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,6 +13,13 @@ HOMEPAGE=    https://opengribs.org/
 COMMENT=       GRIB file viewer for weather data
 LICENSE=       gnu-gpl-v3
 
+# This program is not maintained upstream.
+# https://github.com/opengribs/XyGrib/issues/313
+
+BROKEN=                "uses now-removed proj API"
+# https://github.com/opengribs/XyGrib/issues/200 (filed 2019-03-13)
+# https://github.com/opengribs/XyGrib/pull/289 (merged but not in a release)
+
 .include "data.mk"
 
 USE_LANGUAGES+=        c c++



Home | Main Index | Thread Index | Old Index