From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 16:00:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 026FD106566C for ; Fri, 5 Aug 2011 16:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4D448FC0A for ; Fri, 5 Aug 2011 16:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75G0HNx051776 for ; Fri, 5 Aug 2011 16:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75G0Hma051774; Fri, 5 Aug 2011 16:00:17 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 16:00:17 GMT Resent-Message-Id: <201108051600.p75G0Hma051774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6C2E1065670; Fri, 5 Aug 2011 15:53:11 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 60F428FC0A; Fri, 5 Aug 2011 15:53:11 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id p75FUZdF014977; Fri, 5 Aug 2011 15:30:35 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id p75FUZxC014976; Fri, 5 Aug 2011 15:30:35 GMT (envelope-from pgollucci) Message-Id: <201108051530.p75FUZxC014976@frieza.p6m7g8.net> Date: Fri, 5 Aug 2011 15:30:35 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ashish@FreeBSD.org Subject: ports/159530: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 16:00:18 -0000 >Number: 159530 >Category: ports >Synopsis: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 16:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010 >Description: Port maintainer (ashish@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- emacs-23.3_2,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs/Makefile,v retrieving revision 1.102 diff -u -u -r1.102 Makefile --- Makefile 16 May 2011 12:27:12 -0000 1.102 +++ Makefile 5 Aug 2011 15:29:15 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -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 @@ -71,7 +69,8 @@ SCROLLBARS "Without toolkit scroll-bars" ON \ XFT "Freetype fonts support" ON \ XIM "X Input Method support" ON \ - XPM "XPM images support" ON + XPM "XPM images support" ON \ + X11 "X11 Support" ON .include @@ -81,6 +80,7 @@ CONFIGURE_ARGS+= --without-x .else +INSTALLS_ICONS= yes USE_XORG= x11 USE_GNOME= @@ -209,7 +209,7 @@ LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib .endif -.endif +.endif ## WITH_X11 .if defined(WITHOUT_SOUND) CONFIGURE_ARGS+= --without-sound --- emacs-23.3_2,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: