Updating x11-wm/awesome to v3.1.1 plus a couple of bug fixes/features from the 3.1 upstream tree. This update depends on ports/131222. The attached patch is vs x11-wm/awesome v2.3.4, since v3.0 didn't make it to the ports tree so far.
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
Apparently the gperf version in the base system requires an extra flag to work with this port. I decided to play it safe and added a build-time dependency on devel/gperf, as most of the awesome developers use Linux and thus GNU gperf >=3.0.3. New patch vs x11-wm/awesome v2.3.4 attached. Thanks. \n\n
State Changed From-To: open->closed Committed, with minor changes. Thanks!
rafan 2009-02-05 02:15:55 UTC FreeBSD ports repository Modified files: x11-wm/awesome Makefile distinfo pkg-plist Added files: x11-wm/awesome/files patch-CMakeLists.txt patch-awesomeConfig.cmake patch-client.c patch-wibox.c Log: - Update to 3.1.1 PR: ports/131229 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer) Revision Changes Path 1.13 +37 -36 ports/x11-wm/awesome/Makefile 1.8 +3 -3 ports/x11-wm/awesome/distinfo 1.1 +13 -0 ports/x11-wm/awesome/files/patch-CMakeLists.txt (new) 1.1 +39 -0 ports/x11-wm/awesome/files/patch-awesomeConfig.cmake (new) 1.1 +20 -0 ports/x11-wm/awesome/files/patch-client.c (new) 1.1 +28 -0 ports/x11-wm/awesome/files/patch-wibox.c (new) 1.3 +106 -20 ports/x11-wm/awesome/pkg-plist _______________________________________________ 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"
Thanks for upgrading x11-wm/awesome. Unfortunately the port does not build on my system (FreeBSD 7.1-STABLE i386). Build log attached. BR Herbert
Hmm... this port builds fine in tinderbox: http://www.rafan.org/tb/logs/7-FreeBSD/awesome-3.1.1.log Is all dependent port up to date? It seems that for some unknown reason, the generated tokenize.h has some weird characters inside. BTW, what's your locale setting? If not English, try set it to something like C or POSIX then try again. Thanks!
Rong-En Fan <rafan@freebsd.org> writes: > Hmm... this port builds fine in tinderbox: > > http://www.rafan.org/tb/logs/7-FreeBSD/awesome-3.1.1.log > > Is all dependent port up to date? It seems that for some unknown reason, > the generated tokenize.h has some weird characters inside. Yes, all ports are up-to-date. > BTW, what's your locale setting? If not English, try set it to something > like C or POSIX then try again. > > Thanks! My locale is set to "no_NO.ISO8859-15". After setting it to "C" the port indeed builds. Thanks. - Herbert
Fixed in v3.1.2. Thanks. \n\n