pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/zyGrib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jun 20 17:31:37 UTC 2024

Modified Files:
        pkgsrc/misc/zyGrib: Makefile

Log Message:
misc/zyGrib: Mark BROKEN (uses ancient proj API)

This is the same issue as xygrib.  However, zyGrib seems to not even
have a bugtracker, sparing me from filing bugs about proj use and lack
of maintenance, in a project whose last release was in 2016.

ok plunky@


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/misc/zyGrib/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/zyGrib/Makefile
diff -u pkgsrc/misc/zyGrib/Makefile:1.92 pkgsrc/misc/zyGrib/Makefile:1.93
--- pkgsrc/misc/zyGrib/Makefile:1.92    Wed May 29 16:33:41 2024
+++ pkgsrc/misc/zyGrib/Makefile Thu Jun 20 17:31:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2024/05/29 16:33:41 adam Exp $
+# $NetBSD: Makefile,v 1.93 2024/06/20 17:31:37 gdt Exp $
 #
 
 DISTNAME=      zyGrib-8.0.1
@@ -12,6 +12,9 @@ HOMEPAGE=     https://www.zygrib.org/
 COMMENT=       GRIB file viewer for weather data
 LICENSE=       gnu-gpl-v3
 
+BROKEN=                "uses now-removed proj API"
+# Upstream does not appear to have a bugtracker.
+
 DEPENDS+=      liberation-ttf-[0-9]*:../../fonts/liberation-ttf
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src



Home | Main Index | Thread Index | Old Index