Summary: | [patch] editors/emacs builds with gtk3 even if gtk2 selected | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rsmith | ||||
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
rsmith
2013-03-31 11:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool) Hi, Thanks for the noticing. I didn't test all toolkits, and it seems like Emacs team decided to change toolkit name for GTK 2.x. I'll test it, and contact portmgr to get this fix committed. Thanks -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs Author: ashish Date: Tue Apr 2 03:36:31 2013 New Revision: 315658 URL: http://svnweb.freebsd.org/changeset/ports/315658 Log: - Fix dependency on GTK2 for GTK2 option PR: ports/177518 Submitted by: Roland Smith <rsmith at xs4all.nl> Approved by: portmgr Modified: head/editors/emacs/Makefile Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Tue Apr 2 01:48:51 2013 (r315657) +++ head/editors/emacs/Makefile Tue Apr 2 03:36:31 2013 (r315658) @@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --without-rsvg .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 -CONFIGURE_ARGS+= --with-x-toolkit=gtk +CONFIGURE_ARGS+= --with-x-toolkit=gtk2 .elif ${PORT_OPTIONS:MGTK3} USE_GNOME+= gtk30 CONFIGURE_ARGS+= --with-x-toolkit=gtk3 _______________________________________________ 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" State Changed From-To: open->closed Committed. Thanks! |