Cannot build 2020Q4 LibreOffice with poudriere on 12.1/amd64

Li-Wen Hsu lwhsu at freebsd.org
Fri Oct 9 10:10:20 UTC 2020


On Fri, Oct 9, 2020 at 4:50 AM Andrea Venturoli <ml at netfence.it> wrote:
> So the problem seems to be the port issues a "gmake all" instead of just
> "gmake".
>
> I tried to hunt down where that "all" comes from, but was not able to
> find it.
> Any idea?

"all" is the default value of the variable "ALL_TARGET", but in
editors/libreoffice it is overridden:

~/freebsd-ports/editors/libreoffice > make -V ALL_TARGET
build-nocheck

BTW now I found it is only defined when the "TEST" option is off, or
it is "all".

Do you have the "TEST" option on?

Li-Wen


More information about the freebsd-office mailing list