Trying to compile awesome gives hundreds of "undefined reference" errors, all relating to Lua: Fix: Symlinking the contents of /usr/local/lib/lua51 to /usr/local/lib/ fixed this. I assume there's a better solution, though. How-To-Repeat: cd /usr/ports/x11-wm/awesome; make install
Maintainer of x11-wm/awesome, Please note that PR ports/132447 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132447 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
There was an issue with cmake prior to version 2.6.1_2 that failed to detect lua (see ports/130862). Please update your cmake port and try again. Cheers. \n\n
On Tue, Mar 10, 2009 at 11:00:54AM +0200, Nikos Ntarmos wrote: > There was an issue with cmake prior to version 2.6.1_2 that failed to > detect lua (see ports/130862). Please update your cmake port and try > again. Yes, I noticed cmake wasn't up to date after I reported this, and wondered if it was related. -- Benjamin M. A'Lee || mail: bma@subvert.org.uk web: http://subvert.org.uk/~bma/ || gpg: 0xBB6D2FA0
I've attached a patch to add a version check for cmake, also including some post-release bug-fixes and bumping the portrevision. Thanks. \n\n
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
araujo 2009-03-13 11:21:03 UTC FreeBSD ports repository Modified files: x11-wm/awesome Makefile x11-wm/awesome/files patch-client.c Added files: x11-wm/awesome/files patch-awesome.c patch-utils-awsetbg Log: - Add a version check for cmake. - Fix some related bugs. - Bump PORTREVISION. PR: ports/132447 Submitted by: "Benjamin M. A'Lee" <bma@subvert.org.uk> Reviewed by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Revision Changes Path 1.17 +3 -1 ports/x11-wm/awesome/Makefile 1.1 +23 -0 ports/x11-wm/awesome/files/patch-awesome.c (new) 1.2 +12 -0 ports/x11-wm/awesome/files/patch-client.c 1.1 +11 -0 ports/x11-wm/awesome/files/patch-utils-awsetbg (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!