Bug 151719

Summary: [PATCH] Lack of NLS option in devel/gmake
Product: Ports & Packages Reporter: Eir Nym <eirnym>
Component: Individual Port(s)Assignee: autotools
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eir Nym 2010-10-25 18:10:07 UTC
devel/gmake port will depend on devel/gettext if you don't explicitly specify WITHOUT_NLS make option.

Fix: patch attached

Patch attached with submission follows:
How-To-Repeat: update ports tree, go to devel/gmake to build gmake and type
#make config
no options to configure
#grep WITHOUT_NLS Makefile
.if !defined(WITHOUT_NLS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-25 18:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->autotools

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Eir Nym 2010-12-16 19:22:34 UTC
Are any news about?
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2011-03-02 22:54:14 UTC
State Changed
From-To: open->closed

The code is in there.  Not being a fan of the options framework as it 
stands, I see no reason to create an option for this at the present time. 

If you don't want NLS for whatever reason, just put WITHOUT_NLS=YES in 
/etc/make.conf and be done with it - that will catch everything, whether 
it uses options or not.