pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: graphics/tiff PLIST issue
On Mon, Nov 25, 2024 at 01:04:32PM +0100, Hauke Fath (SPG) wrote:
> On 2024-11-25 12:44, Thomas Klausner wrote:
> > > I find that graphics/tiff will build and install bin/tiffgt on arch linux,
> > > while on netbsd-{9,10} it will only install the man page, not the binary,
> > > creating a PLIST issue.
> > >
> > > The netbsd build logs don't show a trace of even attempting to build tiffgt.
> > Looking at the configure script, adding --disable-opengl should fix
> > this inconsistency.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/graphics/tiff/Makefile,v
> retrieving revision 1.166
> diff -u -u -r1.166 Makefile
> --- Makefile 18 Sep 2024 11:39:36 -0000 1.166
> +++ Makefile 25 Nov 2024 12:02:40 -0000
> @@ -28,6 +28,7 @@
> CONFIGURE_ARGS+= --disable-sphinx
> CONFIGURE_ARGS+= --disable-webp
> CONFIGURE_ARGS+= --disable-zstd
> +CONFIGURE_ARGS+= --disable-opengl
>
> PKGCONFIG_OVERRIDE= libtiff-4.pc.in
>
> Confirmed. The build now consistently installs the tiffgt(1) man page
> without binary on both platforms, which is what the PLIST says.
>
> Okay to commit?
Sure, go ahead.
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index