Date: Mon, 8 Aug 2011 18:12:32 +0000 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Ashish SHUKLA <ashish@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/emacs Makefile Message-ID: <4E402710.5040601@p6m7g8.com> In-Reply-To: <201108081424.p78EOemD089374@repoman.freebsd.org> References: <201108081424.p78EOemD089374@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You need to bump portrevision, you changed the default build. On 08/08/11 14:24, Ashish SHUKLA wrote: > ashish 2011-08-08 14:24:40 UTC > > FreeBSD ports repository > > Modified files: > editors/emacs Makefile > Log: > - Apply INSTALLS_ICONS fix to prevent editors/emacs from installing X11 > when WITHOUT_X11 is defined > > PR: ports/159594, ports/159530 > Submitted by: olgeni (via private email) > > Revision Changes Path > 1.103 +1 -2 ports/editors/emacs/Makefile > > http://cvsweb.FreeBSD.org/ports/editors/emacs/Makefile.diff?r1=1.102&r2=1.103&f=h > | --- ports/editors/emacs/Makefile 2011/05/16 12:27:12 1.102 > | +++ ports/editors/emacs/Makefile 2011/08/08 14:24:40 1.103 > | @@ -2,7 +2,7 @@ > | # Date created: 11 October 2001 > | # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/editors/emacs/Makefile,v 1.102 2011/05/16 12:27:12 ashish Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/editors/emacs/Makefile,v 1.103 2011/08/08 14:24:40 ashish Exp $ > | # > | > | PORTNAME= emacs > | @@ -23,8 +23,6 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-2 > | 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 > | @@ -81,6 +79,7 @@ DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${ > | CONFIGURE_ARGS+= --without-x > | > | .else > | +INSTALLS_ICONS= yes > | USE_XORG= x11 > | USE_GNOME= > | -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Infrastructure, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E402710.5040601>