diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libXi | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 59 | ||||
-rw-r--r-- | x11/libXi/distinfo | 6 |
2 files changed, 44 insertions, 21 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 517a414ae6c6..2f984bbaf3f6 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -6,29 +6,52 @@ # PORTNAME= libXi -PORTVERSION= 6.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 +PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= xproto x11 xext xextproto inputproto:both -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -CFLAGS+= -DMALLOC_0_RETURNS_NULL -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +MAN3= XAllowDeviceEvents.3 \ + XChangeDeviceControl.3 \ + XChangeDeviceDontPropagateList.3 \ + XChangeDeviceKeyMapping.3 \ + XChangeFeedbackControl.3 \ + XChangeKeyboardDevice.3 \ + XChangePointerDevice.3 \ + XCloseDevice.3 \ + XDeviceBell.3 \ + XDeviceTimeCoord.3 \ + XFreeDeviceList.3 \ + XGetDeviceControl.3 \ + XGetDeviceKeyMapping.3 \ + XGetDeviceModifierMapping.3 \ + XGetDeviceMotionEvents.3 \ + XGetExtensionVersion.3 \ + XGetFeedbackControl.3 \ + XGetDeviceButtonMapping.3 \ + XGetDeviceDontPropagateList.3 \ + XGetDeviceFocus.3 \ + XGetSelectedExtensionEvents.3 \ + XGrabDevice.3 \ + XGrabDeviceButton.3 \ + XGrabDeviceKey.3 \ + XListInputDevices.3 \ + XOpenDevice.3 \ + XQueryDeviceState.3 \ + XSelectExtensionEvent.3 \ + XSendExtensionEvent.3 \ + XSetDeviceButtonMapping.3 \ + XSetDeviceFocus.3 \ + XSetDeviceMode.3 \ + XSetDeviceModifierMapping.3 \ + XSetDeviceValuators.3 \ + XUngrabDeviceButton.3 \ + XUngrabDeviceKey.3 \ + XUngrabDevice.3 \ .include <bsd.port.mk> diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 20580d81eb92..54f273204622 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,3 +1,3 @@ -MD5 (libXi-6.0.1.tar.bz2) = 7e935a42428d63a387b3c048be0f2756 -SHA256 (libXi-6.0.1.tar.bz2) = 4e7ac30437bc038bc31642230d133c3c6ac9fc71f9afb657c6d6ac60572ecebd -SIZE (libXi-6.0.1.tar.bz2) = 209914 +MD5 (xorg/lib/libXi-1.0.2.tar.bz2) = 4a5207a29a6b220e5462129854689844 +SHA256 (xorg/lib/libXi-1.0.2.tar.bz2) = 7e6339539d3d0a4fc95cc23ca2b13ae67dd783e011b3cc5ca76040e376bff57f +SIZE (xorg/lib/libXi-1.0.2.tar.bz2) = 244920 |