Subject: Re: usage of USE_INET6
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 11/22/2005 20:21:19
Pavel Cahyna wrote:
> On Mon, Nov 21, 2005 at 04:00:41PM +0100, Dieter Baron wrote:
> 
>>In article <E1EdyIu-0004Gn-Uf@mikro.physik.TU-Berlin.DE> Georg wrote:
>>: Should packages make sure to always use PKG_DEFAULT_OPTIONS+= ?
>>
>>  Packages should *never* change PKG_DEFAULT_OPTIONS, it is a user
>>settable variable.
> 
> 
> wip/linphone was recently changed to set
> PKG_DEFAULT_OPTIONS+=        linphone-gui


$ pkglint
WARN: Makefile:8: "http://www.linphone.org" is not a valid URL.
ERROR: Makefile:25: "PKG_DEFAULT_OPTIONS" may only be set by the user,
        not the package.
1 errors and 1 warnings found.

I just fixed these.

Roland