summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2015-11-07 09:16:08 +0000
committertron <tron@pkgsrc.org>2015-11-07 09:16:08 +0000
commita5f2c31971c9b3db1b4774fe35d417a28bf022c9 (patch)
treedbbe53d25a14a5687b10f9349d4ea16cb3f403ff /pkgtools
parentfb18ac886cd46547253f1c96a9814bfa6e9afd04 (diff)
downloadpkgsrc-a5f2c31971c9b3db1b4774fe35d417a28bf022c9.tar.gz
Add missing FreeType 2 include file "ftfntfmt.h". This fixes the build
of the "cairo" package under Mac OS X.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/x11-links/Makefile4
-rw-r--r--pkgtools/x11-links/buildlink3.mk4
-rw-r--r--pkgtools/x11-links/files/xorg.freetype23
3 files changed, 6 insertions, 5 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index 9897d5aaf2b..28d9fc865b9 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.167 2015/09/13 12:27:42 bouyer Exp $
+# $NetBSD: Makefile,v 1.168 2015/11/07 09:16:08 tron Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
# usually the most recent.
-PKGNAME= x11-links-0.98
+PKGNAME= x11-links-0.99
CATEGORIES= pkgtools x11
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk
index 302ff255011..eec0f6eec9c 100644
--- a/pkgtools/x11-links/buildlink3.mk
+++ b/pkgtools/x11-links/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.62 2015/05/05 07:51:43 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.63 2015/11/07 09:16:08 tron Exp $
#
# Don't include this file manually! It will be included as necessary
# by bsd.buildlink3.mk.
@@ -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.94
+BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.99
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build
diff --git a/pkgtools/x11-links/files/xorg.freetype2 b/pkgtools/x11-links/files/xorg.freetype2
index 6c08e43bfd2..9a5bdf0b24c 100644
--- a/pkgtools/x11-links/files/xorg.freetype2
+++ b/pkgtools/x11-links/files/xorg.freetype2
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.freetype2,v 1.21 2015/10/12 18:47:21 sevan Exp $
+# $NetBSD: xorg.freetype2,v 1.22 2015/11/07 09:16:08 tron Exp $
#
bin/freetype-config
include/freetype2/config/ftconfig.h
@@ -26,6 +26,7 @@ include/freetype2/freetype/ftchapters.h
include/freetype2/freetype/ftcid.h
include/freetype2/freetype/fterrdef.h
include/freetype2/freetype/fterrors.h
+include/freetype2/freetype/ftfntfmt.h
include/freetype2/freetype/ftgasp.h
include/freetype2/freetype/ftglyph.h
include/freetype2/freetype/ftgxval.h