pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/fltk13
- To: "Dr. Thomas Orgis <thor"@NetBSD.org
- Subject: Re: CVS commit: pkgsrc/x11/fltk13
- From: Michael Bäuerle <micha%NetBSD.org@localhost>
- Date: Wed, 26 May 2021 10:44:54 +0200
Dr. Thomas Orgis wrote:
>
> Module Name: pkgsrc
> Committed By: thor
> Date: Sun May 23 20:58:20 UTC 2021
>
> Modified Files:
> pkgsrc/x11/fltk13: Makefile
>
> Log Message:
> x11/fltk13: add explicit depends on libxcb and libXcursor
>
> These are otherwise found in a host system and possibly cause trouble.
This change should be reverted:
The libXcursor dependency is now listed twice, libxcb is not a direct
dependency of FLTK (see below) and the bl3 file is out of sync (again).
> Note that verifypc still has some suggestions that we might want to
> add:
>
> verifypc: fontconfig not a direct dependency
fontconfig is used together with libXft, but there are unresolved
symbols from this library in libfltk too.
> verifypc: freetype2 not a direct dependency
freetype2 is used to render fonts on the X client side with libXft.
Not used by libfltk directly. zlib below is an indirect dependency
of this library.
> verifypc: x11 not a direct dependency
libX11 is a (missing) direct dependency of libfltk.
libxcb may be an indirect dependy of libX11.
> verifypc: xdmcp not a direct dependency
Xdmcp is an indirect dependeny of libX11 (or libxcb).
> verifypc: xrender not a direct dependency
libXrender is used together with libXft, but there are unresolved
symbols from this library in libfltk too.
> verifypc: zlib not a direct dependency
See freetype2 above.
Proposed lines to add for the ${OPSYS} != "Darwin" sections:
|
| .include "../../fonts/fontconfig/buildlink3.mk"
| .include "../../x11/libX11/buildlink3.mk"
| .include "../../x11/libXrender/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index