Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Aug 2011 15:53:49 +0900 (JST)
From:      Kazunori Fujiwara <fujiwara@wide.ad.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159594: emacs-nox11 depends on gnome and X11
Message-ID:  <201108080700.p7870Ptn017727@freefall.freebsd.org>
Resent-Message-ID: <201108080700.p7870Ptn017727@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159594
>Category:       ports
>Synopsis:       emacs-nox11 depends on gnome and X11
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 08 07:00:25 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kazunori_Fujiwara
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD f.pyon.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue Jul 5 18:33:05 JST 2011 fujiwara@f.pyon.org:/usr/obj/usr/src/sys/SC7 amd64

>Description:
	ports/editors/emacs-nox11 depends on gnome and X11.
	Removing "INSTALLS_ICONS=yes" when without-X11 solves the dependency.

>How-To-Repeat:
	Before installing X11 and GNOME,
	cd /usr/ports/editors/emacs-nox11
	make install

>Fix:

Index: Makefile
===================================================================
RCS file: /ncvs/ports/editors/emacs/Makefile,v
retrieving revision 1.102
diff -u -b -r1.102 Makefile
--- Makefile	16 May 2011 12:27:12 -0000	1.102
+++ Makefile	3 Aug 2011 11:32:28 -0000
@@ -23,8 +23,6 @@
 		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \
 		emacs-nox11-[0-9]*
 
-INSTALLS_ICONS=	yes
-
 EMACS_VER=	23.3
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
@@ -83,6 +81,7 @@
 .else
 USE_XORG=	x11
 USE_GNOME=
+INSTALLS_ICONS=	yes
 
 .if defined(WITHOUT_SVG)
 CONFIGURE_ARGS+=	--without-rsvg

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108080700.p7870Ptn017727>