Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 15:36:54 +0100
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        "Patrick M. Hausen" <hausen@punkt.de>
Cc:        LuMiWa via freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Fwd: [package - main-i386-default][sysutils/env4801] Failed for env4801-0.3_1 in build
Message-ID:  <20210112143654.x35nqjghwst3zfjw@ivaldir.net>
In-Reply-To: <9955F3C4-9360-4006-94E1-6BCFF413FA2E@punkt.de>
References:  <202101121405.10CE57Ra097182@beefy17.nyi.freebsd.org> <9955F3C4-9360-4006-94E1-6BCFF413FA2E@punkt.de>

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

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

On Tue, Jan 12, 2021 at 03:20:36PM +0100, Patrick M. Hausen wrote:
> Dear ports gurus,
>=20
> what am I doing wrong that makes me still receive this message every coup=
le of days?
>=20
> > Von: pkg-fallout@FreeBSD.org
> > Betreff: [package - main-i386-default][sysutils/env4801] Failed for env=
4801-0.3_1 in build
> > Datum: 12. Januar 2021 um 15:05:07 MEZ
> > An: pmh@hausen.com
> > Kopie: pkg-fallout@FreeBSD.org
> >=20
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<p=
hase: build          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > =3D=3D=3D>  Building for env4801-0.3_1
> > make[1]: "/usr/share/mk/bsd.opts.mk" line 110: "NO_MAN is defined, but =
deprecated. Please use MK_MAN=3Dno instead."
>=20
> The issue should be fixed since mid November:
>=20
> https://svnweb.freebsd.org/ports/head/sysutils/env4801/Makefile?r1=3D4187=
15&r2=3D554829

What the error is saying is that the Makefile defines:
NO_MAN=3Dsorry, which was something valid long ago, but not anymore (and it=
s been
a while it is not valid anymore) in FreeBSD framework makefile.

Where it is misleading is that the framework (source one not ports) tells y=
ou to
use MK_MAN instead because it thinks you are trying to define a build option
which you are not

The right way to fix it is:
MAN=3D
instead of
NO_MAN=3D	sorry

in the distfile makefile

Note that I have fixed it in r561337 (with some cleanup)

Best regards,
Bapt

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

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

iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAl/9tAQACgkQY4mL3PG3
Plr1Fw//YWEcbqP7bTT4JEwfXeMH9tA4251Alg8H7LD2Bje1Z7W2haoT/+H5cZW7
ObCnK+CavbmJhAJRDqMOJeWS8F0EdyDVz6VrWlQoFlIkRKLkRI3vn8dJZAvnaEM8
07d60hW100VuBBnSCAg4lDE45Zp64dAOgulRUqx6v81c5D+iVwNlM7iIBAkGgfDt
w/dwBNKNHrVjcslLoPZwLVz/OHYb/eOIBT5qpClOXuD+5JFjBdwk459BRomxtwft
/SVuywno5w8bg55tmiKOI/fOIqogMSJGGY3J2SZa7i3GS2gBU9KPFW5RqNP1v15t
tzB+YGzMzIuzEFofw1tI1FZhwXOINguQaD0EBJUtY4cNY/+r/OJPy70FAC6QldRS
bJfGYdh3zCaTBlp56OOVskK8V7JmXQQf8Jwqk7KWQdvZIPZIgKm7fUF5Y87VRfh2
WY3D/Ukwf5nw2LwpUYvgp6xV1StFeu85Ozdap9G+r1YBFIdJauVYYUBDX280v3JJ
Jl5L7ECOXKCDjSa/683Y43gui+V62i7Sr6S8lUvGW1yT2gn2plro+AMJRohWxpzf
lmMtbviyVtnrVn3kTc1L8auy7pEb/AugxnqJjooMtBUB9q4ylIKSgRCE0ZaJlrK5
2DFZT3aH0WHDAXzrvOPO6M/3Z8J1Z9xb0U9O2YB8g3c15QcKYIk=
=KAy6
-----END PGP SIGNATURE-----

--3hgyv455gv62mmm6--



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