pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deepstate



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug 24 08:31:27 UTC 2021

Modified Files:
        pkgsrc/devel/deepstate: Makefile

Log Message:
deepstate: mark BROKEN until PR pkg/56374 is fixed


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/deepstate/Makefile

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

Modified files:

Index: pkgsrc/devel/deepstate/Makefile
diff -u pkgsrc/devel/deepstate/Makefile:1.5 pkgsrc/devel/deepstate/Makefile:1.6
--- pkgsrc/devel/deepstate/Makefile:1.5 Sun Aug  1 14:47:25 2021
+++ pkgsrc/devel/deepstate/Makefile     Tue Aug 24 08:31:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/08/01 14:47:25 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/24 08:31:27 nia Exp $
 
 PKGREVISION=   1
 
@@ -6,6 +6,8 @@ USE_LANGUAGES=  c99 c++
 USE_CMAKE=     yes
 AUTO_MKDIRS=   yes
 
+BROKEN+=       "Attempts to download files during install, PR pkg/56374"
+
 DEPENDS+=      ${PYPKGPREFIX}-angr-[0-9]*:../../devel/py-angr
 DEPENDS+=      ${PYPKGPREFIX}-cachetools-[0-9]*:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser



Home | Main Index | Thread Index | Old Index