pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs24 Use Cocoa by default on Darwin. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2da2c3cb49fd
branches:  trunk
changeset: 347828:2da2c3cb49fd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 31 09:54:46 2016 +0000

description:
Use Cocoa by default on Darwin.  Bump PKGREVISION.

diffstat:

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

diffs (34 lines):

diff -r f8ee3c5d5e31 -r 2da2c3cb49fd editors/emacs24/Makefile
--- a/editors/emacs24/Makefile  Tue May 31 08:30:19 2016 +0000
+++ b/editors/emacs24/Makefile  Tue May 31 09:54:46 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2016/04/11 19:01:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2016/05/31 09:54:46 jperkin Exp $
 
 CONFLICTS+=    emacs24-nox11-[0-9]*
 
-PKGREVISION= 10
+PKGREVISION= 11
 .include "../../editors/emacs24/Makefile.common"
 
 .include "options.mk"
diff -r f8ee3c5d5e31 -r 2da2c3cb49fd editors/emacs24/options.mk
--- a/editors/emacs24/options.mk        Tue May 31 08:30:19 2016 +0000
+++ b/editors/emacs24/options.mk        Tue May 31 09:54:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2015/12/28 13:31:37 bsiegert Exp $
+# $NetBSD: options.mk,v 1.7 2016/05/31 09:54:46 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -6,7 +6,9 @@
 PKG_OPTIONS_GROUP.window-system= x11 nextstep
 PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
 PKG_OPTIONS_GROUP.toolkit= gtk2 gtk3 motif xaw
-PKG_SUGGESTED_OPTIONS= dbus svg x11 xft2
+PKG_SUGGESTED_OPTIONS.Darwin=  nextstep
+PKG_SUGGESTED_OPTIONS.*=       x11
+PKG_SUGGESTED_OPTIONS=         dbus svg xft2
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index