When gettext is installed but WITHOUT_NLS flag is set, vim will link with libintl. Upstream configure however does have the ability to disable NLS support when requested. Fix: Side effect of disabling NLS support is that no internationalized manual pages will be generated. How-To-Repeat: Set WITHOUT_NLS on command line or through environment, /etc/make.conf and install vim, while gettext is installed. Expected: vim does not link with libintl Actual: vim links with libintl
Responsible Changed From-To: freebsd-ports-bugs->obrien Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Hi David, is this patch OK?
crees 2012-05-28 18:57:07 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Respect WITHOUT_NLS properly PR: ports/166202 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer timeout (obrien, 6w) Revision Changes Path 1.390 +5 -2 ports/editors/vim/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: feedback->closed Committed. Thanks!
Responsible Changed From-To: obrien->crees Committed. Thanks!
crees 2012-05-31 22:00:28 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causes more problems than it solves. PR: ports/168492 PR: ports/166202 (a fix for the consequences of) Approved by: maintainer timeout on previous commit that this is to fix, so this is implicit Revision Changes Path 1.392 +1 -1 ports/editors/vim/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"