pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs26 emacs26: Drop svg from default options



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8770a7fc3e60
branches:  trunk
changeset: 400789:8770a7fc3e60
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 03 16:35:54 2019 +0000

description:
emacs26: Drop svg from default options

svg requires librsvg, which either requires rust, which has been the
cause of failures on pkgbuild and is very large, or results in using
unmaintained software (librsvg-c).

On pkgsrc-users, no one reported actually using svg support in emacs.

diffstat:

 editors/emacs26/Makefile   |  4 +++-
 editors/emacs26/options.mk |  6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 5148d525817e -r 8770a7fc3e60 editors/emacs26/Makefile
--- a/editors/emacs26/Makefile  Tue Sep 03 15:13:09 2019 +0000
+++ b/editors/emacs26/Makefile  Tue Sep 03 16:35:54 2019 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2019/08/30 15:46:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/03 16:35:54 gdt Exp $
 
 CONFLICTS+=    emacs26-nox11-[0-9]*
 
 .include "../../editors/emacs26/Makefile.common"
 
+PKGREVISION=   1
+
 .include "options.mk"
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff -r 5148d525817e -r 8770a7fc3e60 editors/emacs26/options.mk
--- a/editors/emacs26/options.mk        Tue Sep 03 15:13:09 2019 +0000
+++ b/editors/emacs26/options.mk        Tue Sep 03 16:35:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2019/09/01 00:42:54 markd Exp $
+# $NetBSD: options.mk,v 1.9 2019/09/03 16:35:54 gdt Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -20,7 +20,9 @@
 # gtk3 is default in the logic below (even not included in SUGGESTED_=
 # gconf, gtk* and xft2 will be ignored for nextstep even shown as selected.
 
-PKG_SUGGESTED_OPTIONS= dbus gconf gnutls gtk3 svg xaw3d xft2 xml x11
+# svg is omitted because it is rarely needed and either very
+# heavyweight or unmaintained.
+PKG_SUGGESTED_OPTIONS= dbus gconf gnutls gtk3 xaw3d xft2 xml x11
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index