| Summary: | editors/emacs: INSTALLS_ICONS pulls in X dependencies for emacs-nox11 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | neil | ||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
neil
2013-03-30 11:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool) Author: ashish Date: Sat Mar 30 14:44:15 2013 New Revision: 315621 URL: http://svnweb.freebsd.org/changeset/ports/315621 Log: - Move INSTALLS_ICONS to X11 block since it pulls X11 dependencies PR: ports/177502 Submitted by: Neil Darlow <neil at darlow.co.uk> Approved by: portmgr Modified: head/editors/emacs/Makefile Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Sat Mar 30 14:41:36 2013 (r315620) +++ head/editors/emacs/Makefile Sat Mar 30 14:44:15 2013 (r315621) @@ -29,7 +29,6 @@ CPPFLAGS+= -I${LOCALBASE}/include 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 @@ -93,6 +92,7 @@ CONFIGURE_ARGS+= --without-x .else USE_XORG= x11 USE_GNOME= +INSTALLS_ICONS= yes .if ${PORT_OPTIONS:MSVG} USE_GNOME+= librsvg2 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" Hi, Sorry for the issue you've to face. I've committed a fix inspired from your change in r315621[1]. Thanks for the quick fix. References: [1] http://svnweb.freebsd.org/changeset/ports/315621 HTH -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs State Changed From-To: open->closed Committed, with minor changes. Thanks! |