ports/159594: emacs-nox11 depends on gnome and X11

Kazunori Fujiwara fujiwara at wide.ad.jp
Mon Aug 8 07:00:26 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list