x11-links: update to 1.07

Remove fontcacheproto
This commit is contained in:
wiz 2018-03-02 15:14:12 +00:00
parent 14bbc4e569
commit 473fe8c29c
4 changed files with 5 additions and 9 deletions

View file

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.177 2017/09/08 06:29:40 wiz Exp $
# $NetBSD: Makefile,v 1.178 2018/03/02 15:14:12 wiz 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-1.06
PKGNAME= x11-links-1.07
CATEGORIES= pkgtools x11
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.71 2018/01/07 13:04:28 rillig Exp $
# $NetBSD: buildlink3.mk,v 1.72 2018/03/02 15:14:12 wiz 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>=1.06
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.07
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build

View file

@ -1,3 +0,0 @@
# $NetBSD: xorg.fontcacheproto,v 1.2 2008/10/05 21:36:35 cube Exp $
include/X11/extensions/fontcachstr.h
lib/pkgconfig/fontcacheproto.pc

View file

@ -1,4 +1,4 @@
# $NetBSD: xorg.mk,v 1.29 2018/01/27 19:07:48 rillig Exp $
# $NetBSD: xorg.mk,v 1.30 2018/03/02 15:14:12 wiz Exp $
#
# This is for X.org, but use "xfree" files also.
@ -20,7 +20,6 @@ FILES_LIST= ${FILESDIR}/xorg
.include "../../x11/dri2proto/buildlink3.mk"
.include "../../x11/evieext/buildlink3.mk"
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/fontcacheproto/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/glproto/buildlink3.mk"
.include "../../x11/inputproto/buildlink3.mk"