When the port is build with WITHOUT_NLS, it fails to dissable NLS support since the port uses cmake instead of a configure script. Fix: The attached patch replaces 'CONFIGURE_ARGS+= --disable-nls' with 'CMAKE_ARGS+= -DENABLE_NLS:BOOL=false' Patch attached with submission follows: How-To-Repeat: cd /usr/ports/x11-toolkits/termit make configure -DWITHOUT_NLS cd work/termit*/ ccmake . ENABLE_NLS will still be set to ON.
Responsible Changed From-To: freebsd-ports-bugs->chinsan Over to maintainer (via the GNATS Auto Assign Tool)
chinsan 2009-05-08 17:10:07 UTC FreeBSD ports repository Modified files: x11-toolkits/termit Makefile Log: - Fix WITHOUT_NLS - Allow to build with MAKE_JOBS_SAFE - Bump PORTREVISION PR: ports/133688 Submitted by: Scot Hetzel <swhetzel at gmail.com> Revision Changes Path 1.5 +4 -2 ports/x11-toolkits/termit/Makefile _______________________________________________ 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: open->closed Committed, thanks.