Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294628

--- Comment #21 from Gleb Popov <arrowd@FreeBSD.org> ---
(In reply to Lexi Winter from comment #20)
This mechanism really helps when adding a new library to an existing compat=
XY
port or when creating a compatXY port for a new FreeBSD version. In these c=
ases
shlib tracking ensures that the port itself installs a consistent set of
libraries.

But yes, we can disable it for the "production" use. I'm not sure how good =
this
idea is, though. I don't like the fact that we're trying to support an unco=
mmon
base configuration.

What we can do instead is

.if !exists(/usr/lib/libavl.so)
PLIST_SUB=3D  LIBAVL=3D"@comment "
.endif

This won't work if you take the compat15x package built on ZFS-enabled syst=
em
and install it onto ZFS-less one. But it should cover Alastair's case as lo=
ng
as he builds packages himself, using ZFS-less system as poudriere jail base.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=


home | help