pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: graphics/freetype2 from 2.5.5 to 2.6
On Sun, Sep 06, 2015 at 12:05:42PM +0900, Makoto Fujiwara wrote:
> wip/freetype2 has 2.6 also (comment line is slightly different
> for now).
>
> Is it OK ?
Ok, except for one part:
> Index: graphics/freetype2/buildlink3.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/graphics/freetype2/buildlink3.mk,v
> retrieving revision 1.45
> diff -u -u -r1.45 buildlink3.mk
> --- graphics/freetype2/buildlink3.mk 9 Dec 2014 10:50:04 -0000 1.45
> +++ graphics/freetype2/buildlink3.mk 6 Sep 2015 02:56:53 -0000
> @@ -5,7 +5,9 @@
> .if !defined(FREETYPE2_BUILDLINK3_MK)
> FREETYPE2_BUILDLINK3_MK:=
>
> -BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.4.5
> +# include/freetype2/ftxf86.h is only Before 2.5.5
> +# include/freetype2/ftfntfmt.h is only since 2.6.0
> +BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.6
> BUILDLINK_ABI_DEPENDS.freetype2+= freetype2>=2.4.11
> BUILDLINK_PKGSRCDIR.freetype2?= ../../graphics/freetype2
> BUILDLINK_INCDIRS.freetype2?= include/freetype2
Please don't change API depends for this.
If a package needs a newer freetype2, it should add this line to its
own Makefile.
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index