pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fonts/harfbuzz fails to build saying can't find ft2build.h



Here's a patch to x11-links, which makes things build ok.

I haven't updated x11-links before, so would appreciate a sanity check.
In particular, the style seems to be to list files that might be there,
rather than an exact list.

Index: pkgtools/x11-links/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/Makefile,v
retrieving revision 1.157
diff -u -p -r1.157 Makefile
--- pkgtools/x11-links/Makefile 3 May 2014 21:31:10 -0000       1.157
+++ pkgtools/x11-links/Makefile 13 Jun 2014 14:21:20 -0000
@@ -4,7 +4,7 @@
 #      the x11-links dependency in buildlink3.mk to the correct version,
 #      usually the most recent.
 
-PKGNAME=       x11-links-0.89
+PKGNAME=       x11-links-0.90
 CATEGORIES=    pkgtools x11
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgtools/x11-links/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/buildlink3.mk,v
retrieving revision 1.56
diff -u -p -r1.56 buildlink3.mk
--- pkgtools/x11-links/buildlink3.mk    29 Apr 2014 06:20:04 -0000      1.56
+++ pkgtools/x11-links/buildlink3.mk    13 Jun 2014 14:21:20 -0000
@@ -12,7 +12,7 @@ BUILDLINK_TREE+=      x11-links
 .if !defined(X11_LINKS_BUILDLINK3_MK)
 X11_LINKS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=0.88
+BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=0.90
 BUILDLINK_PKGSRCDIR.x11-links?=        ../../pkgtools/x11-links
 BUILDLINK_DEPMETHOD.x11-links?=        build
 
Index: pkgtools/x11-links/files/xorg.freetype2
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/files/xorg.freetype2,v
retrieving revision 1.15
diff -u -p -r1.15 xorg.freetype2
--- pkgtools/x11-links/files/xorg.freetype2     3 May 2014 21:31:10 -0000       
1.15
+++ pkgtools/x11-links/files/xorg.freetype2     13 Jun 2014 14:21:20 -0000
@@ -55,6 +55,7 @@ include/freetype2/freetype/ttnameid.h
 include/freetype2/freetype/tttables.h
 include/freetype2/freetype/tttags.h
 include/freetype2/freetype/ttunpat.h
+include/freetype2/ft2build.h
 include/freetype2/ftadvanc.h
 include/freetype2/ftautoh.h
 include/freetype2/ftbbox.h
@@ -90,6 +91,7 @@ include/freetype2/ftstroke.h
 include/freetype2/ftsynth.h
 include/freetype2/ftsystem.h
 include/freetype2/fttrigon.h
+include/freetype2/ftttdrv.h
 include/freetype2/fttypes.h
 include/freetype2/ftwinfnt.h
 include/freetype2/ftxf86.h

Attachment: pgpGcHdpX12_M.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index