diff options
author | eadler <eadler@FreeBSD.org> | 2011-09-15 02:17:05 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-09-15 02:17:05 +0800 |
commit | 9edb561ec85d25d5d73abf6912e58d24eb7386a3 (patch) | |
tree | 7bc2e3cbac629de30c53a05fe52405b1fe2cc707 /x11/xextproto | |
parent | a8bbe40b9ea7a76fa73d2fe9a1f797cb9a22ab21 (diff) | |
download | freebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.tar.gz freebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.tar.zst freebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.zip |
- 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
Diffstat (limited to 'x11/xextproto')
-rw-r--r-- | x11/xextproto/Makefile | 7 | ||||
-rw-r--r-- | x11/xextproto/distinfo | 4 | ||||
-rw-r--r-- | x11/xextproto/pkg-plist | 3 |
3 files changed, 11 insertions, 3 deletions
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 <bsd.port.mk> 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 |