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:   thor
Date:           Tue Dec 19 09:37:14 UTC 2023

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

Log Message:
devel/R-tclkl2: remove controlled failure as pkg/56696 is resolved

My changes fixing the tcl install that broke this package went in. No
need to bail out anymore without DISPLAY.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/R-tcltk2/Makefile:1.9
--- pkgsrc/devel/R-tcltk2/Makefile:1.8  Mon Aug 14 05:24:02 2023
+++ pkgsrc/devel/R-tcltk2/Makefile      Tue Dec 19 09:37:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/08/14 05:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/12/19 09:37:14 thor Exp $
 
 R_PKGNAME=     tcltk2
 R_PKGVER=      1.2-11
@@ -9,10 +9,6 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tcl/Tk additions
 LICENSE=       gnu-lgpl-v3     # + file LICENSE
 
-.if empty(DISPLAY)
-PKG_FAIL_REASON=       "PR pkg/56696: DISPLAY must be set to a working X11 display."
-.endif
-
 USE_LANGUAGES= # none
 
 REPLACE_PYTHON+=       inst/tklibs/ttktheme_clearlooks/create_imgs.py



Home | Main Index | Thread Index | Old Index