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/xcmiscproto | |
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/xcmiscproto')
-rw-r--r-- | x11/xcmiscproto/Makefile | 10 | ||||
-rw-r--r-- | x11/xcmiscproto/distinfo | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index f93d0087da8c..27852006fbc4 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcmiscproto -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,12 @@ COMMENT= XCMisc extension headers XORG_CAT= proto +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +post-patch: + @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ + ${WRKSRC}/Makefile.in + +#SUBDIRS= specs + .include <bsd.port.mk> diff --git a/x11/xcmiscproto/distinfo b/x11/xcmiscproto/distinfo index 0f35c6384b11..8570cf603fbf 100644 --- a/x11/xcmiscproto/distinfo +++ b/x11/xcmiscproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/xcmiscproto-1.2.0.tar.bz2) = de17c06b7005c5e9ab469e324e76c5c3b8baa2dfc3c1dc7e93438c197facf68e -SIZE (xorg/proto/xcmiscproto-1.2.0.tar.bz2) = 48697 +SHA256 (xorg/proto/xcmiscproto-1.2.1.tar.bz2) = 730e27e22bfb99409bc364233f3f766f5163de0cbf2edad33738cfdf55f04c15 +SIZE (xorg/proto/xcmiscproto-1.2.1.tar.bz2) = 101926 |