pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs26



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep  3 16:35:54 UTC 2019

Modified Files:
        pkgsrc/editors/emacs26: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs26/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/emacs26/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/editors/emacs26/Makefile
diff -u pkgsrc/editors/emacs26/Makefile:1.13 pkgsrc/editors/emacs26/Makefile:1.14
--- pkgsrc/editors/emacs26/Makefile:1.13        Fri Aug 30 15:46:11 2019
+++ pkgsrc/editors/emacs26/Makefile     Tue Sep  3 16:35:54 2019
@@ -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"

Index: pkgsrc/editors/emacs26/options.mk
diff -u pkgsrc/editors/emacs26/options.mk:1.8 pkgsrc/editors/emacs26/options.mk:1.9
--- pkgsrc/editors/emacs26/options.mk:1.8       Sun Sep  1 00:42:54 2019
+++ pkgsrc/editors/emacs26/options.mk   Tue Sep  3 16:35:54 2019
@@ -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 @@ PKG_OPTIONS_GROUP.toolkit=            gtk gtk2 gtk
 # 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