Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 09:26:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77d73772fd1e - main - databases/kexi: Remove non default option WEBKIT
Message-ID:  <202312300926.3BU9QH6p015676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77d73772fd1ed9296cd3cb206567566655282ea8

commit 77d73772fd1ed9296cd3cb206567566655282ea8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 09:25:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 09:25:24 +0000

    databases/kexi: Remove non default option WEBKIT
---
 databases/kexi/Makefile  | 6 ------
 databases/kexi/pkg-plist | 2 --
 2 files changed, 8 deletions(-)

diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile
index aeec46312f8f..04fe726291ed 100644
--- a/databases/kexi/Makefile
+++ b/databases/kexi/Makefile
@@ -33,10 +33,4 @@ CMAKE_OFF=		BUILD_TESTING \
 			KEXI_ENABLE_QTGUI_FOR_TESTS
 CMAKE_ON=		KEXI_QTGUI_RUNTIME_AVAILABLE
 
-OPTIONS_DEFINE=		WEBKIT
-OPTIONS_SUB=		yes
-WEBKIT_DESC=		Use obsolete qt5-webkit to build Browser Plugin
-WEBKIT_USE=		QT5=webkit
-WEBKIT_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit
-
 .include <bsd.port.mk>
diff --git a/databases/kexi/pkg-plist b/databases/kexi/pkg-plist
index 5184e39e179b..8aabfa51479b 100644
--- a/databases/kexi/pkg-plist
+++ b/databases/kexi/pkg-plist
@@ -36,7 +36,6 @@ lib/libkformdesigner3.2.so
 lib/libkformdesigner3.2.so.3.2
 lib/libkformdesigner3.2.so.3.2.0
 %%QT_PLUGINDIR%%/kexi/3.2/forms/widgets/org.kexi-project.form.widgets.main.so
-%%WEBKIT%%%%QT_PLUGINDIR%%/kexi/3.2/forms/widgets/org.kexi-project.form.widgets.web-browser.so
 %%QT_PLUGINDIR%%/kexi/3.2/kexi_csvimportexportplugin.so
 %%QT_PLUGINDIR%%/kexi/3.2/kexi_formplugin.so
 %%QT_PLUGINDIR%%/kexi/3.2/kexi_migrationplugin.so
@@ -86,7 +85,6 @@ share/icons/hicolor/64x64/apps/kexi-3.2.png
 %%DATADIR%%/3.2/examples/Simple_Database.kexi
 %%DATADIR%%/3.2/icons/kexi_breeze.rcc
 %%DATADIR%%/3.2/icons/org.kexi-project.form.widgets.main_breeze.rcc
-%%WEBKIT%%%%DATADIR%%/3.2/icons/org.kexi-project.form.widgets.web-browser_breeze.rcc
 %%DATADIR%%/3.2/status/contribution_details.ui
 %%DATADIR%%/3.2/status/contribution_help.ui
 %%DATADIR%%/3.2/status/status.rcc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312300926.3BU9QH6p015676>