From 9edb561ec85d25d5d73abf6912e58d24eb7386a3 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 14 Sep 2011 18:17:05 +0000 Subject: - update fixesproto to 5.0 - update inputproto to 2.0.2 - update printproto to 1.0.5 - update recordproto to 1.14.1 - update renderproto to 0.11.1 - update resourceproto to 1.2.0 - update scrnsaverproto 1.2.1 - update videoproto to 2.3.1 - update xcmiscproto 1.2.1 - update xextproto 7.2.0 - update xf86vidmodeproto 2.3.1 - update xineramaproto 1.2.1 - update libXvMC to 1.0.6 Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo --- x11/xextproto/Makefile | 7 ++++++- x11/xextproto/distinfo | 4 ++-- x11/xextproto/pkg-plist | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'x11/xextproto') diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 461732f15381..7c69b65ac712 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.1.1 +PORTVERSION= 7.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,9 @@ COMMENT= XExt extension headers XORG_CAT= proto +CONFIGURE_ARGS+=--disable-specs + +post-patch: + @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in + .include diff --git a/x11/xextproto/distinfo b/x11/xextproto/distinfo index 264a9747e709..1d242d92b9c6 100644 --- a/x11/xextproto/distinfo +++ b/x11/xextproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/xextproto-7.1.1.tar.bz2) = 6d0abd31ddd57c2cb24cecf5fd90b4c29a276e20e3e03ca3c2c57d074f964d99 -SIZE (xorg/proto/xextproto-7.1.1.tar.bz2) = 71234 +SHA256 (xorg/proto/xextproto-7.2.0.tar.bz2) = d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5 +SIZE (xorg/proto/xextproto-7.2.0.tar.bz2) = 207724 diff --git a/x11/xextproto/pkg-plist b/x11/xextproto/pkg-plist index 04d24a194218..9f9a821cf2c9 100644 --- a/x11/xextproto/pkg-plist +++ b/x11/xextproto/pkg-plist @@ -20,10 +20,13 @@ include/X11/extensions/secur.h include/X11/extensions/securproto.h include/X11/extensions/shapeconst.h include/X11/extensions/shapeproto.h +include/X11/extensions/shapestr.h include/X11/extensions/shm.h include/X11/extensions/shmproto.h +include/X11/extensions/shmstr.h include/X11/extensions/syncconst.h include/X11/extensions/syncproto.h +include/X11/extensions/syncstr.h include/X11/extensions/xtestconst.h include/X11/extensions/xtestext1const.h include/X11/extensions/xtestext1proto.h -- cgit