* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.2-r3.ebuild
@ 2011-01-31 20:33 99% Ulrich Mueller (ulm)
0 siblings, 0 replies; 1+ results
From: Ulrich Mueller (ulm) @ 2011-01-31 20:33 UTC (permalink / raw
To: gentoo-commits
ulm 11/01/31 20:33:26
Modified: ChangeLog emacs-23.2-r3.ebuild
Log:
Add explicit --without-ns configure option.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.407 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.407&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.407&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.406&r2=1.407
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog 30 Jan 2011 08:42:03 -0000 1.406
+++ ChangeLog 31 Jan 2011 20:33:26 -0000 1.407
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.406 2011/01/30 08:42:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.407 2011/01/31 20:33:26 ulm Exp $
+
+ 31 Jan 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.2-r3.ebuild:
+ Add explicit --without-ns configure option.
*emacs-23.2-r3 (30 Jan 2011)
*emacs-22.3-r7 (30 Jan 2011)
1.2 app-editors/emacs/emacs-23.2-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild?r1=1.1&r2=1.2
Index: emacs-23.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-23.2-r3.ebuild 30 Jan 2011 08:42:03 -0000 1.1
+++ emacs-23.2-r3.ebuild 31 Jan 2011 20:33:26 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild,v 1.1 2011/01/30 08:42:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r3.ebuild,v 1.2 2011/01/31 20:33:26 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -141,13 +141,8 @@
myconf="${myconf} $(use_with sound)"
fi
- if use aqua; then
- einfo "Configuring to build with Cocoa support"
- use X && ewarn "aqua USE flag disables X."
- myconf="${myconf} --with-ns --disable-ns-self-contained"
- myconf="${myconf} --without-x"
- elif use X; then
- myconf="${myconf} --with-x"
+ if use X; then
+ myconf="${myconf} --with-x --without-ns"
myconf="${myconf} $(use_with gconf)"
myconf="${myconf} $(use_with toolkit-scroll-bars)"
myconf="${myconf} $(use_with gif) $(use_with jpeg)"
@@ -188,8 +183,13 @@
&& ewarn "USE flag \"${f}\" ignored (superseded by \"${tk}\")"
tk="${tk}${tk:+ }${f}"
done
- else
+ elif use aqua; then
+ einfo "Configuring to build with Cocoa support"
+ use X && ewarn "aqua USE flag disables X."
+ myconf="${myconf} --with-ns --disable-ns-self-contained"
myconf="${myconf} --without-x"
+ else
+ myconf="${myconf} --without-x --without-ns"
fi
myconf="${myconf} $(use_with hesiod)"
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-31 20:33 99% [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.2-r3.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox