Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA50685005 for ; Tue, 19 Dec 2023 09:37:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BkBqtATUIJKl for ; Tue, 19 Dec 2023 09:37:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2247D84D41 for ; Tue, 19 Dec 2023 09:37:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EDE9FA42; Tue, 19 Dec 2023 09:37:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702978635238600" MIME-Version: 1.0 Date: Tue, 19 Dec 2023 09:37:15 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/devel/R-tcltk2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20231219093715.0EDE9FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702978635238600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1702978635238600 Content-Disposition: inline Content-Length: 749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1702978635238600--