Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 23:50:07 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Adriaan de Groot <adridg@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,  dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: c6093a753e76 - main - databases/mysql55-server: fix check-plist
Message-ID:  <34dabf10-5e9b-37da-2d74-b4f38a357b2e@pfeifer.com>
In-Reply-To: <202104090946.1399kTCb092931@gitrepo.freebsd.org>
References:  <202104090946.1399kTCb092931@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 9 Apr 2021, Adriaan de Groot wrote:
>     databases/mysql55-server: fix check-plist
>     
>     An empty directory `info` is created during install; it's
>     not listed in the plist. Get rid of it.

Is it possible this ...

> +post-install:
> +	# Empty directory, but check-plist complains
> +	@${RMDIR} ${STAGEDIR}${PREFIX}/info || ${TRUE}

... is papering over the real issue?

At first I though this port may be providing .info files, alas without 
using the INFO= infrastructure that I introduced in 2003.

Then, looking a bit more: Is this port even dealing with .info files
at all?

What happens if you simply omit -DINSTALL_INFODIR="info" ?

Or make it point to another, existing directory (such as "share")?

Gerald



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34dabf10-5e9b-37da-2d74-b4f38a357b2e>