pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04f2b02b2486
branches:  trunk
changeset: 347831:04f2b02b2486
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 31 09:58:24 2016 +0000

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

diffstat:

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

diffs (35 lines):

diff -r 5d5bca98150b -r 04f2b02b2486 editors/emacs23/Makefile
--- a/editors/emacs23/Makefile  Tue May 31 09:56:46 2016 +0000
+++ b/editors/emacs23/Makefile  Tue May 31 09:58:24 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2016/04/11 19:01:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2016/05/31 09:58:24 jperkin Exp $
 
 CONFLICTS+=    emacs23-nox11-[0-9]*
 
 .include "../../editors/emacs23/Makefile.common"
-PKGREVISION=   36
+PKGREVISION=   37
 
 .include "options.mk"
 
diff -r 5d5bca98150b -r 04f2b02b2486 editors/emacs23/options.mk
--- a/editors/emacs23/options.mk        Tue May 31 09:56:46 2016 +0000
+++ b/editors/emacs23/options.mk        Tue May 31 09:58:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/05/31 15:56:26 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2016/05/31 09:58:24 jperkin Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.emacs
@@ -7,7 +7,9 @@
 PKG_OPTIONS_GROUP.window-system= x11 nextstep
 PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
 PKG_OPTIONS_GROUP.toolkit= gtk 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