Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 10:40:01 GMT
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/184339: lang/python27 does not allow unsetting NLS (or other options)
Message-ID:  <201311281040.rASAe1PM071679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184339; it has been noted by GNATS.

From: Kubilay Kocak <koobs.freebsd@gmail.com>
To: bug-followup@FreeBSD.org, gerald@pfeifer.com
Cc:  
Subject: Re: ports/184339: lang/python27 does not allow unsetting NLS (or
 other options)
Date: Thu, 28 Nov 2013 21:36:43 +1100

 Hi Gerald, thanks for your report.
 
 The WITHOUT_OPTION=yes convention is deprecated, the correct method to
 customising options from the command line is:
 
 WITH="OPTION1 OPTIONN" or
 WITHOUT="OPTION1 OPTIONN"
 
 Let us know how you go so we can close the PR or investigate further



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311281040.rASAe1PM071679>