Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 22:19:54 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   %%OPTION%% in pkg-plist and Mk/Scripts/check-stagedir.sh (was: svn commit: r446505 - head/emulators/wine-devel)
Message-ID:  <alpine.LSU.2.21.1707232213520.2843@anthias.pfeifer.com>
In-Reply-To: <201707231959.v6NJxGQV079454@repo.freebsd.org>
References:  <201707231959.v6NJxGQV079454@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Jul 2017, Gerald Pfeifer wrote:
> Log:
>   Move some twenty files that originally were part of the Wine Staging
>   patchset when Wine 2.0 branched and have been integrated into the Wine
>   development tree since then from being only included in packages / installed
>   ports when option STAGING is active to the general case (i.e., omit
>   the leading %%STAGING%% marker from their entries in pkg-plist).
>   
>   This points to an unfortunate deficiency in Mk/Scripts/check-stagedir.sh
>   which we are relying on. [1]
>   
>   PR:		220950 [1]

If you have any ports that have options (and files guarded by %%OPTION%% 
in pkg-plist), in particular when some of those files may move from being 
specific to an %%OPTION%% to the general case over time, you may want to
pay close attention -- Mk/Scripts/check-stagedir.sh is letting us down.

PR 220950 has a sample script that you may want to adjust and use.

Gerald



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