pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 26 12:32:03 UTC 2023

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile

Log Message:
webkit-gtk: mark as incompatible with ruby 3.2


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/www/webkit-gtk/Makefile

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

Modified files:

Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.243 pkgsrc/www/webkit-gtk/Makefile:1.244
--- pkgsrc/www/webkit-gtk/Makefile:1.243        Tue Jan 24 18:36:36 2023
+++ pkgsrc/www/webkit-gtk/Makefile      Thu Jan 26 12:32:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.243 2023/01/24 18:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.244 2023/01/26 12:32:03 wiz Exp $
 
 DISTNAME=      webkitgtk-2.36.8
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -110,6 +110,9 @@ SUBST_SED.python+=  -e 's,"python3","${PY
 SUBST_STAGE.python=    pre-configure
 SUBST_MESSAGE.python=  Fixing path to python binary.
 
+# Source/JavaScriptCore/offlineasm/parser.rb:877:in `block in parseIncludes': undefined method `exists?' for File:Class (NoMethodError)
+RUBY_VERSIONS_INCOMPATIBLE=    32
+
 .include "../../lang/ruby/rubyversion.mk"
 .include "../../lang/ruby/replace.mk"
 TOOL_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}



Home | Main Index | Thread Index | Old Index