pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/scidavis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 17:49:38 UTC 2022

Modified Files:
        pkgsrc/graphics/scidavis: Makefile

Log Message:
scidavis: mark as BROKEN

does not build against gsl 2.7.1

Much newer versions of scidavis are available, please update
this if you're interested in it


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/scidavis/Makefile

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

Modified files:

Index: pkgsrc/graphics/scidavis/Makefile
diff -u pkgsrc/graphics/scidavis/Makefile:1.43 pkgsrc/graphics/scidavis/Makefile:1.44
--- pkgsrc/graphics/scidavis/Makefile:1.43      Thu Jun 30 11:18:28 2022
+++ pkgsrc/graphics/scidavis/Makefile   Wed Dec  7 17:49:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/06/30 11:18:28 nia Exp $
+# $NetBSD: Makefile,v 1.44 2022/12/07 17:49:38 wiz Exp $
 
 DISTNAME=      scidavis-0.2.4
 PKGREVISION=   32
@@ -10,6 +10,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://scidavis.sourceforge.net/
 COMMENT=       Data analysis and visualization package
 
+BROKEN=                "Does not build with gsl 2.7.1"
+
 USE_LANGUAGES=         c c++
 INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
 



Home | Main Index | Thread Index | Old Index