diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-03-08 19:02:29 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-03-08 19:02:29 +0800 |
commit | c7667301bf23e039ef6dc95c1bcfebdfbc3ba3a9 (patch) | |
tree | 1d6ab0c0b2c52802bdee4ba98b561ac96a00ba08 | |
parent | 6d335583514ba022d5073159e52a5966fdcd52b8 (diff) | |
download | xorg-devel-ports-c7667301bf23e039ef6dc95c1bcfebdfbc3ba3a9.tar.gz xorg-devel-ports-c7667301bf23e039ef6dc95c1bcfebdfbc3ba3a9.tar.zst xorg-devel-ports-c7667301bf23e039ef6dc95c1bcfebdfbc3ba3a9.zip |
Update to 1.7
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@699 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libXi/Makefile | 13 | ||||
-rw-r--r-- | x11/libXi/distinfo | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 7cfe184..40446de 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXi -PORTVERSION= 1.6.2 +PORTVERSION= 1.7 PORTEPOCH= 1 CATEGORIES= x11 @@ -14,7 +14,14 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both -CONFIGURE_ARGS+=--disable-specs --without-xmlto +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + +CONFIGURE_ARGS+=--disable-docs \ + --disable-specs \ + --without-xmlto \ + --without-fop \ + --without-asciidoc \ + --without-xsltproc MAN3= XAllowDeviceEvents.3 \ XChangeDeviceControl.3 \ @@ -43,6 +50,8 @@ MAN3= XAllowDeviceEvents.3 \ XGrabDevice.3\ XGrabDeviceButton.3\ XGrabDeviceKey.3\ + XIBarrierReleasePointer.3\ + XIBarrierReleasePointers.3\ XIChangeHierarchy.3\ XIChangeProperty.3\ XIDefineCursor.3\ diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 710c0fd..6ebee66 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXi-1.6.2.tar.bz2) = 3250fd34cdd099a15b78abdb87c7e1a9b7a2188ab893f273e90d831dbc604058 -SIZE (xorg/lib/libXi-1.6.2.tar.bz2) = 428938 +SHA256 (xorg/lib/libXi-1.7.tar.bz2) = 4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc +SIZE (xorg/lib/libXi-1.7.tar.bz2) = 433745 |