pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tcltk2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 28 15:51:46 UTC 2022

Modified Files:
        pkgsrc/devel/R-tcltk2: Makefile

Log Message:
R-tcltk2: mark as BROKEN

Infinite loop during build, see PR pkg/56696.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-tcltk2/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/R-tcltk2/Makefile
diff -u pkgsrc/devel/R-tcltk2/Makefile:1.4 pkgsrc/devel/R-tcltk2/Makefile:1.5
--- pkgsrc/devel/R-tcltk2/Makefile:1.4  Fri Dec  4 20:45:05 2020
+++ pkgsrc/devel/R-tcltk2/Makefile      Mon Mar 28 15:51:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/28 15:51:46 wiz Exp $
 
 R_PKGNAME=     tcltk2
 R_PKGVER=      1.2-11
@@ -9,6 +9,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tcl/Tk additions
 LICENSE=       gnu-lgpl-v3     # + file LICENSE
 
+BROKEN=                "Infinite loop during build, see pkg/56696"
+
 USE_LANGUAGES= # none
 
 REPLACE_PYTHON+=       inst/tklibs/ttktheme_clearlooks/create_imgs.py



Home | Main Index | Thread Index | Old Index