The following reply was made to PR pkg/50912; it has been noted by
GNATS.
From: Benny Siegert <bsiegert%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/50912: graphics/gd add options
Date: Thu, 10 Mar 2016 21:30:18 +0100
>
-CONFIGURE_ARGS+=3D --with-fontconfig=3D${BUILDLINK_PREFIX.fontconfig}=
> -CONFIGURE_ARGS+=3D --with-freetype=3D${BUILDLINK_PREFIX.freetype2}
> -CONFIGURE_ARGS+=3D --with-jpeg=3D${BUILDLINK_PREFIX.jpeg}
> -CONFIGURE_ARGS+=3D --with-png=3D${BUILDLINK_PREFIX.png}
> -CONFIGURE_ARGS+=3D --with-tiff=3D${BUILDLINK_PREFIX.tiff}
> -CONFIGURE_ARGS+=3D --with-zlib=3D${BUILDLINK_PREFIX.zlib}
Allow me to disagree. Why the hell do you want to build without all =
these things?=20
- zlib is tiny, for one.
- freetype and fontconfig make GD much less useful, as you cannot draw
=
text.
- Why would you build without jpeg, png and tiff? There are so many =
things that depend on these three that you are likely to have them on
=
your system anyway.