pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtwebkit
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 26 14:56:40 UTC 2023
Modified Files:
pkgsrc/x11/qt5-qtwebkit: Makefile
Log Message:
qt5-qtwebkit: does not build with ruby 3.2
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/x11/qt5-qtwebkit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.105 pkgsrc/x11/qt5-qtwebkit/Makefile:1.106
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.105 Wed Jan 25 22:27:02 2023
+++ pkgsrc/x11/qt5-qtwebkit/Makefile Thu Jan 26 14:56:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2023/01/25 22:27:02 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2023/01/26 14:56:39 wiz Exp $
QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
@@ -28,6 +28,9 @@ CONFIGURE_DIRS= _build
CMAKE_INSTALL_PREFIX= ${PREFIX}/qt5
TEST_TARGET= test
+# Source/JavaScriptCore/offlineasm/parser.rb:587:in `block in parseSequence': undefined method `=~'
+RUBY_VERSIONS_INCOMPATIBLE= 32
+
CMAKE_ARGS+= -DPORT=Qt
CMAKE_ARGS+= -DENABLE_TOOLS=OFF
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
Home |
Main Index |
Thread Index |
Old Index