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:           Sun Aug 30 11:49:09 UTC 2026

Modified Files:
        pkgsrc/www/webkit-gtk: options.mk

Log Message:
webkit-gtk: rename option to webkit-* instead of webkit-gtk-*

to match existing webkit-jit option


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/webkit-gtk/options.mk

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/options.mk
diff -u pkgsrc/www/webkit-gtk/options.mk:1.26 pkgsrc/www/webkit-gtk/options.mk:1.27
--- pkgsrc/www/webkit-gtk/options.mk:1.26       Sun Aug 30 11:47:38 2026
+++ pkgsrc/www/webkit-gtk/options.mk    Sun Aug 30 11:49:09 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.26 2026/08/30 11:47:38 wiz Exp $
+# $NetBSD: options.mk,v 1.27 2026/08/30 11:49:09 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
-PKG_SUPPORTED_OPTIONS= debug enchant opengl wayland webkit-jit webkit-gtk-webdriver
+PKG_SUPPORTED_OPTIONS= debug enchant opengl wayland webkit-jit webkit-webdriver
 PKG_SUGGESTED_OPTIONS= enchant opengl
 .include "../../devel/wayland/platform.mk"
 .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
@@ -86,7 +86,7 @@ CMAKE_CONFIGURE_ARGS+=        -DENABLE_WAYLAND_
 #
 # Tool for interacting with the browser from Python. Mostly for testing.
 #
-.if !empty(PKG_OPTIONS:Mwebkit-gtk-webdriver)
+.if !empty(PKG_OPTIONS:Mwebkit-webdriver)
 CMAKE_CONFIGURE_ARGS+= -DENABLE_WEBDRIVER=ON
 PLIST_SRC+=            ${.CURDIR}/../../www/webkit-gtk/PLIST.webdriver
 .else



Home | Main Index | Thread Index | Old Index