pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: remove jansson option
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Apr 9 12:15:07 2024 +0200
Changeset: 37f9ca3908c82a49a62d970890920ff668b5f176
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: remove jansson option
emacs now contains a JSON parser that does not need the jansson library
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=37f9ca3908c82a49a62d970890920ff668b5f176
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
emacs-git/options.mk | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index fee652f3d2..14d1de4d15 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -2,7 +2,7 @@
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
-PKG_SUPPORTED_OPTIONS= dbus gnutls imagemagick jansson libgccjit libotf libwebp svg tree-sitter xaw3d xml
+PKG_SUPPORTED_OPTIONS= dbus gnutls imagemagick libgccjit libotf libwebp svg tree-sitter xaw3d xml
# xaw3d is only valid with tookit = xaw
PKG_OPTIONS_OPTIONAL_GROUPS+= window-system
@@ -21,7 +21,7 @@ PKG_OPTIONS_GROUP.toolkit= gtk gtk2 gtk3 xaw
# imagemagick is disabled because of stability/security
# svg is omitted because it is rarely needed and heavyweight due to the rust dependency
# xaw3d is omitted because it is only valid with xaw
-PKG_SUGGESTED_OPTIONS= dbus libgccjit gnutls gtk3 jansson libotf libwebp tree-sitter xml x11
+PKG_SUGGESTED_OPTIONS= dbus libgccjit gnutls gtk3 libotf libwebp tree-sitter xml x11
.include "../../mk/bsd.options.mk"
@@ -35,15 +35,6 @@ PKG_SUGGESTED_OPTIONS= dbus libgccjit gnutls gtk3 jansson libotf libwebp tree-si
CONFIGURE_ARGS+= --without-dbus
.endif
-###
-### Support JSON
-###
-.if !empty(PKG_OPTIONS:Mjansson)
-. include "../../textproc/jansson/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-json
-.endif
-
###
### Support libgccjit
###
Home |
Main Index |
Thread Index |
Old Index