pkgsrc-WIP-changes archive

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

webkit-gtk: move currently unused setting



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jan 26 15:17:06 2026 +0100
Changeset:	cce1bb805293025ebdc3e1ae3fe50136af3de261

Modified Files:
	webkit-gtk/Makefile
	webkit-gtk/options.mk

Log Message:
webkit-gtk: move currently unused setting

comment out some files which I suspect will now be more
portable, after the 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=cce1bb805293025ebdc3e1ae3fe50136af3de261

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

diffstat:
 webkit-gtk/Makefile   | 11 ++++-------
 webkit-gtk/options.mk |  2 ++
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 5350f78c6d..b9dfc0bd31 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -150,9 +150,6 @@ CMAKE_CONFIGURE_ARGS+=	-DPYTHON_EXECUTABLE=${PYTHONBIN}
 
 CXXFLAGS.SunOS+=	-fpermissive
 
-# This does not disable optimisations, merely avoids #error if there are none.
-CFLAGS+=	-DRELEASE_WITHOUT_OPTIMIZATIONS
-
 # Needed for JavaScript JIT
 #NOT_PAX_MPROTECT_SAFE+=	libexec/webkit2gtk-4.1/MiniBrowser
 NOT_PAX_MPROTECT_SAFE+=		libexec/webkit2gtk-4.1/WebKitWebProcess
@@ -161,16 +158,16 @@ NOT_PAX_MPROTECT_SAFE+=		libexec/webkit2gtk-4.1/jsc
 
 CHECK_PORTABILITY_SKIP+=	Source/JavaScriptCore/Scripts/check-xcfilelists.sh
 CHECK_PORTABILITY_SKIP+=	Source/JavaScriptCore/Scripts/create-symlink-to-altroot.sh
-CHECK_PORTABILITY_SKIP+=	Source/JavaScriptCore/Scripts/generate-unified-sources.sh
+#CHECK_PORTABILITY_SKIP+=	Source/JavaScriptCore/Scripts/generate-unified-sources.sh
 CHECK_PORTABILITY_SKIP+=	Source/WebCore/Scripts/check-xcfilelists.sh
 CHECK_PORTABILITY_SKIP+=	Source/WebCore/Scripts/create-symlink-to-altroot.sh
-CHECK_PORTABILITY_SKIP+=	Source/WebCore/Scripts/generate-unified-sources.sh
+#CHECK_PORTABILITY_SKIP+=	Source/WebCore/Scripts/generate-unified-sources.sh
 CHECK_PORTABILITY_SKIP+=	Source/WebKit/Scripts/check-xcfilelists.sh
 CHECK_PORTABILITY_SKIP+=	Source/WebKit/Scripts/create-symlink-to-altroot.sh
 CHECK_PORTABILITY_SKIP+=	Source/WebKit/Scripts/generate-feature-flags-plist.sh
-CHECK_PORTABILITY_SKIP+=	Source/WebKit/Scripts/generate-unified-sources.sh
+#CHECK_PORTABILITY_SKIP+=	Source/WebKit/Scripts/generate-unified-sources.sh
 CHECK_PORTABILITY_SKIP+=	Tools/TestWebKitAPI/Scripts/check-xcfilelists.sh
-CHECK_PORTABILITY_SKIP+=	Tools/TestWebKitAPI/Scripts/generate-unified-sources.sh
+#CHECK_PORTABILITY_SKIP+=	Tools/TestWebKitAPI/Scripts/generate-unified-sources.sh
 
 .include "options.mk"
 
diff --git a/webkit-gtk/options.mk b/webkit-gtk/options.mk
index de0a78b524..d7afb4e14d 100644
--- a/webkit-gtk/options.mk
+++ b/webkit-gtk/options.mk
@@ -47,6 +47,8 @@ CMAKE_CONFIGURE_ARGS+=	-DENABLE_JIT=OFF
 .if !empty(PKG_OPTIONS:Mdebug)
 CMAKE_CONFIGURE_ARGS+=	-DCMAKE_BUILD_TYPE=Debug
 INSTALL_UNSTRIPPED=	yes
+# This does not disable optimisations, merely avoids #error if there are none.
+#CFLAGS+=		-DRELEASE_WITHOUT_OPTIMIZATIONS
 .else
 CMAKE_CONFIGURE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 .endif


Home | Main Index | Thread Index | Old Index