Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 11:17:51 +0000 (GMT)
From:      Neil Darlow <neil@darlow.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177502: [editors/emacs] INSTALLS_ICONS pulls in X dependencies for emacs-nox11
Message-ID:  <3ZdHNb4sdqzBL39@ratchet.darlow.co.uk>
Resent-Message-ID: <201303301120.r2UBK14f011377@freefall.freebsd.org>

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

>Number:         177502
>Category:       ports
>Synopsis:       [editors/emacs] INSTALLS_ICONS pulls in X dependencies for emacs-nox11
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Neil Darlow
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD ratchet.darlow.co.uk 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The latest update to editors/emacs-24.3_8,3 has added INSTALLS_ICONS=yes
in a location that affects emacs-nox11. It causes X dependencies to be pulled in.
>How-To-Repeat:
Update to editors/emacs-nox11-24.3_8,3
>Fix:
The following patch fixes for emacs-nox11. I cannot test for emacs.
--- Makefile.orig       2013-03-30 05:13:30.000000000 +0000
+++ Makefile    2013-03-30 10:56:54.000000000 +0000
@@ -29,7 +29,6 @@
 LDFLAGS+=      -L${LOCALBASE}/lib
 CONFIGURE_ARGS=        --localstatedir=/var
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-INSTALLS_ICONS=        yes
 
 MAN1=          ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
                grep-changelog.1
@@ -49,6 +48,7 @@
                smtpmail speedbar srecode tramp url vip viper widget wisent woman
 
 .if !defined(EMACS_NO_X11_SLAVE)
+INSTALLS_ICONS=        yes
 CONFLICTS+=    emacs-nox11-[0-9]*
 OPTIONS_DEFINE=        CANNA DBUS GCONF GIF JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT SCROLLBARS XFT \
                XIM XML XPM MAGICK GNUTLS GSETTINGS

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



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