Bug 170803 - [PATCH] accessibility/redshift: fix NLS ports option
Summary: [PATCH] accessibility/redshift: fix NLS ports option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 23:20 UTC by Artis Caune
Modified: 2012-08-25 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (333 bytes, patch)
2012-08-20 23:20 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2012-08-20 23:20:11 UTC
There is a typo in Makefile for NLS ports option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 03:34:15 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 03:34:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Felder freebsd_committer freebsd_triage 2012-08-24 14:24:01 UTC
This has to be the most common typo in OptionsNG :-)

Patch accepted!
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-08-24 15:19:39 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-08-25 01:49:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rakuco

I'll take it.
Comment 6 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-08-25 01:51:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-25 01:51:05 UTC
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"