pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs-snapshot
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 11:43:04 UTC 2020
Modified Files:
pkgsrc/editors/emacs-snapshot: Makefile options.mk
Log Message:
PR pkg/54848 jansson option should not be related to (should not depend on) x11 option.
Thanks dasricht%gmail.com@localhost for the report. (Now always enabled by the way)
So PKGREVISION++
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/editors/emacs-snapshot/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs-snapshot/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/emacs-snapshot/Makefile
diff -u pkgsrc/editors/emacs-snapshot/Makefile:1.93 pkgsrc/editors/emacs-snapshot/Makefile:1.94
--- pkgsrc/editors/emacs-snapshot/Makefile:1.93 Tue Dec 31 17:32:41 2019
+++ pkgsrc/editors/emacs-snapshot/Makefile Sat Jan 11 11:43:04 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.93 2019/12/31 17:32:41 mef Exp $
+# $NetBSD: Makefile,v 1.94 2020/01/11 11:43:04 mef Exp $
DISTNAME= emacs-27.0.60_2019-12-29
PKGVERSION= 27.0.60
PKGNAME= emacs27-${PKGVERSION}
+PKGREVISION= 1
MASTER_SITES= https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
CATEGORIES= editors
Index: pkgsrc/editors/emacs-snapshot/options.mk
diff -u pkgsrc/editors/emacs-snapshot/options.mk:1.13 pkgsrc/editors/emacs-snapshot/options.mk:1.14
--- pkgsrc/editors/emacs-snapshot/options.mk:1.13 Wed Dec 18 12:38:48 2019
+++ pkgsrc/editors/emacs-snapshot/options.mk Sat Jan 11 11:43:04 2020
@@ -1,9 +1,8 @@
-# $NetBSD: options.mk,v 1.13 2019/12/18 12:38:48 mef Exp $
+# $NetBSD: options.mk,v 1.14 2020/01/11 11:43:04 mef Exp $
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus gconf gnutls imagemagick jansson svg xaw3d xft2 xml
-PKG_SUGGESTED_OPTIONS= jansson
# xaw3d is only valid with tookit = xaw
PKG_OPTIONS_OPTIONAL_GROUPS+= window-system
@@ -21,7 +20,7 @@ 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 xaw3d xft2 xml x11
+PKG_SUGGESTED_OPTIONS= dbus gconf gnutls gtk3 jansson xaw3d xft2 xml x11
.include "../../mk/bsd.options.mk"
@@ -92,15 +91,6 @@ CONFIGURE_ARGS+= --without-imagemagick
. endif
###
-### Support jansson (JSON library)
-###
-. if !empty(PKG_OPTIONS:Mjansson)
-.include "../../textproc/jansson/buildlink3.mk"
-. else
-CONFIGURE_ARGS+= --without-json
-. endif
-
-###
### Support Xaw3d (This is only valid with Lucid Toolkit)
###
. if !empty(PKG_OPTIONS:Mxaw3d)
@@ -192,6 +182,16 @@ post-install:
.else # no window system
#.if empty(PKG_OPTIONS:Mx11)
+
+###
+### Support jansson (JSON library)
+###
+. if !empty(PKG_OPTIONS:Mjansson)
+.include "../../textproc/jansson/buildlink3.mk"
+. else
+CONFIGURE_ARGS+= --without-json
+. endif
+
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --without-xpm
CONFIGURE_ARGS+= --without-jpeg
Home |
Main Index |
Thread Index |
Old Index