Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Aug 2022 18:47:03 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Stefan =?utf-8?Q?E=C3=9Fer?= <se@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: c09c6a443973 - main - devel/upnp: update pkg-plist to fix the build
Message-ID:  <v8r4-atmg-wny@FreeBSD.org>
In-Reply-To: <202208071119.277BJZ5f002585@gitrepo.freebsd.org> ("Stefan =?utf-8?Q?E=C3=9Fer=22's?= message of "Sun, 7 Aug 2022 11:19:35 GMT")
References:  <202208071119.277BJZ5f002585@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Stefan E=C3=9Fer <se@FreeBSD.org> writes:

> The branch main has been updated by se:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dc09c6a44397357302d52d6fe=
b281a6a4ea772232
>
> commit c09c6a44397357302d52d6feb281a6a4ea772232
> Author:     Stefan E=C3=9Fer <se@FreeBSD.org>
> AuthorDate: 2022-08-07 11:12:37 +0000
> Commit:     Stefan E=C3=9Fer <se@FreeBSD.org>
> CommitDate: 2022-08-07 11:19:23 +0000
>
>     devel/upnp: update pkg-plist to fix the build
>=20=20=20=20=20
>     Update pkg-plist to reflect the version bump of libupnp.so from 17.1.3
>     to 17.1.4.
>=20=20=20=20=20
>     Approved by:    portmgr (implicit)
> ---
>  devel/upnp/pkg-plist | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/devel/upnp/pkg-plist b/devel/upnp/pkg-plist
> index b5c791394539..918fe3f791f7 100644
> --- a/devel/upnp/pkg-plist
> +++ b/devel/upnp/pkg-plist
> @@ -30,6 +30,6 @@ lib/libixml.so.11.1.2
>  lib/libupnp.a
>  lib/libupnp.so
>  lib/libupnp.so.17
> -lib/libupnp.so.17.1.3
> +lib/libupnp.so.17.1.4
>  libdata/pkgconfig/libupnp.pc
>  %%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf

Looks incomplete:

$ poudriere testport -j 130amd64 devel/upnp
[...]
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/upnp/posix_overwrites.h
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> Error: Plist issues found.
*** Error code 1

Notice, check-plist on QAT before 6b96f36b8a0d didn't complain.
http://package21.nyi.freebsd.org/data/latest-per-pkg/upnp/1.14.12%2C1/130am=
d64-default-qat.log

--
To mimic QAT locally either define DEVELOPER via environ(1) (e.g., for port=
master),
use "poudriere bulk -rtk" or add PORTTESTING=3D1 + PORTTESTING_RECURSIVE=3D=
1 + PORTTESTING_FATAL=3Dno
to poudriere.conf. Otherwise, check-plist may not show up in build logs.



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