Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 20:49:34 +0200
From:      Tobias Kortkamp <tobik@freebsd.org>
To:        Piotr Kubaj <pkubaj@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: f75b9b72e5cb - main - games/fheroes2: look for libpng without suffix, switch to PORTDOCS
Message-ID:  <YLp1vq9oofchSp3h@urd.tobik.me>
In-Reply-To: <202106041251.154Cp68Z089802@gitrepo.freebsd.org>
References:  <202106041251.154Cp68Z089802@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--RWuTYbdMVOYqugqQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jun 04, 2021 at 12:51:06PM +0000, Piotr Kubaj wrote:
> The branch main has been updated by pkubaj:
>=20
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3Df75b9b72e5cb7ac631cf10f9=
36d185ecd434ad72
>=20
> commit f75b9b72e5cb7ac631cf10f936d185ecd434ad72
> Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
> AuthorDate: 2021-06-04 12:50:57 +0000
> Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
> CommitDate: 2021-06-04 12:50:57 +0000
>=20
>     games/fheroes2: look for libpng without suffix, switch to PORTDOCS

I think this is missing

Reported by:	danfe

> -PLIST_FILES=3D	bin/${PORTNAME} \
> -		${DOCSDIR}/README.txt \
> +PLIST_FILES=3D	bin/${PORTNAME}
> +PORTDOCS=3D	${DOCSDIR}/README.txt \
>  		${DOCSDIR}/changelog.txt

This won't work.  Files in PORTDOCS are relative to ${DOSCDIR} so
you need to drop ${DOCSDIR}/.  Also PORTDOCS won't do anything
without adding a DOCS option.

$ make -C games/fheroes2 check-sanity
/!\ fheroes2-0.9.4: Makefile errors /!\

PORTDOCS does not do anything unless the DOCS option is present.

*** Error code 1

--RWuTYbdMVOYqugqQ
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAmC6dbxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1
N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF
H2E48gf6A/NRay77IzqI89hAY59EELUxdu+ZrV3FhsAwGwTa2F/YEWc2JSE54b6F
v3tXNghuFOy7Az6B37So7dI2YJhf+bgNnNbDig//Sb9f4CF/RabXN/sjkUncWO+8
3qABQnAwERSG9xxPfnPAifjexvhRa3QXud/j/5ZkEl5/uDHJmEM9WqTcScCge3KP
2H8G3Abshm7a+EmrpjDQndiUgqtsmR44+7B1FBYBEDW6W0rlv4yW533AsWGYbnV/
Z4LRG+PGX/WsO/oea8ZoVzh9D9qBDFlZ1wr6l9AxQvgJgiufPwr7aXmAu3r1bayd
MND+xhEcHF4gSBSOtN7a/A703YSDYQ==
=Dt7S
-----END PGP SIGNATURE-----

--RWuTYbdMVOYqugqQ--



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