pkgsrc-WIP-changes archive

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

webkit-gtk: more ruby path fixes



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jan 25 23:27:27 2026 +0100
Changeset:	5dbdeb5adc5107edecbccf143fe4e91716ce167e

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: more ruby path fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5dbdeb5adc5107edecbccf143fe4e91716ce167e

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

diffstat:
 webkit-gtk/Makefile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 3a4c9607b4..0efd3b47f3 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -115,11 +115,16 @@ REPLACE_BASH+=		Source/WebKit/Scripts/copy-webcontent-resources-to-private-heade
 REPLACE_BASH+=		Source/WebKit/Scripts/process-entitlements.sh
 REPLACE_BASH+=		Tools/gtk/install-dependencies
 
+REPLACE_RUBY+=		Source/JavaScriptCore/Scripts/postprocess-asm
+REPLACE_RUBY+=		Source/JavaScriptCore/Scripts/resolve-asm-file-conflicts.rb
 REPLACE_RUBY+=		Source/JavaScriptCore/b3/air/*.rb
 REPLACE_RUBY+=		Source/JavaScriptCore/offlineasm/*.rb
+REPLACE_RUBY+=		Source/WTF/Scripts/GeneratePreferences.rb
+REPLACE_RUBY+=		Source/WebCore/Scripts/GenerateSettings.rb
 REPLACE_RUBY+=		Source/WebCore/domjit/*.rb
 REPLACE_RUBY+=		Source/WebInspectorUI/Scripts/*.rb
 REPLACE_RUBY+=		Source/WebKit/Scripts/*.rb
+REPLACE_RUBY+=		Source/bmalloc/libpas/export.rb
 
 SUBST_CLASSES+=		python
 SUBST_FILES.python+=	Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl
@@ -127,6 +132,16 @@ SUBST_SED.python+=	-e 's,"python3","${PYTHONBIN}",'
 SUBST_STAGE.python=	pre-configure
 SUBST_MESSAGE.python=	Fixing path to python binary.
 
+SUBST_CLASSES+=		ruby
+SUBST_FILES.ruby+=	Source/bmalloc/libpas/scripts/tally_verifier_output
+SUBST_FILES.ruby+=	Tools/TestWebKitAPI/Scripts/generate-unified-sources.sh
+SUBST_FILES.ruby+=	Source/JavaScriptCore/Scripts/generate-unified-sources.sh
+SUBST_FILES.ruby+=	Source/WebCore/Scripts/generate-unified-sources.sh
+SUBST_FILES.ruby+=	Source/WebKit/Scripts/generate-unified-sources.sh
+SUBST_SED.ruby+=	-e 's,env ruby,env ${RUBY},'
+SUBST_STAGE.ruby=	pre-configure
+SUBST_MESSAGE.ruby=	Fixing path to ruby binary.
+
 .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