There is a typo in Makefile for NLS ports option. Fix: Patch attached with submission follows:
Maintainer of accessibility/redshift, Please note that PR ports/170803 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/170803 -- 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)
This has to be the most common typo in OptionsNG :-) Patch accepted!
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->rakuco I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: rakuco Date: Sat Aug 25 00:50:50 2012 New Revision: 303105 URL: http://svn.freebsd.org/changeset/ports/303105 Log: Fix typo in the NLS port option. PR: ports/170803 Submitted by: Artis Caune <artis.caune@gmail.com> Approved by: Mark Felder <feld@feld.me> (maintainer) Modified: head/accessibility/redshift/Makefile Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Fri Aug 24 23:40:38 2012 (r303104) +++ head/accessibility/redshift/Makefile Sat Aug 25 00:50:50 2012 (r303105) @@ -33,7 +33,7 @@ VIDMODE_DESC= Support VIDMODE for changi .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} _______________________________________________ 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"