[package - main-i386-default][sysutils/env4801] Failed for env4801-0.3_1 in build

Kyle Evans kevans at freebsd.org
Tue Jan 12 14:24:05 UTC 2021


On Tue, Jan 12, 2021 at 8:20 AM Patrick M. Hausen <hausen at punkt.de> wrote:
>
> Dear ports gurus,
>
> what am I doing wrong that makes me still receive this message every couple of days?
>
> > Von: pkg-fallout at FreeBSD.org
> > Betreff: [package - main-i386-default][sysutils/env4801] Failed for env4801-0.3_1 in build
> > Datum: 12. Januar 2021 um 15:05:07 MEZ
> > An: pmh at hausen.com
> > Kopie: pkg-fallout at FreeBSD.org
> >
> > =======================<phase: build          >============================
> > ===>  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=no instead."
>
> The issue should be fixed since mid November:
>
> https://svnweb.freebsd.org/ports/head/sysutils/env4801/Makefile?r1=418715&r2=554829
>

This failure in particular stems from line 5 of the Makefile inside the dist:

NO_MAN= sorry

The MK_MAN in the port makefile should probably go away entirely, and
this NO_MAN= sorry should be replaced with MK_MAN=no


More information about the freebsd-ports mailing list