diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/libXcursor | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 24 | ||||
-rw-r--r-- | x11/libXcursor/distinfo | 6 |
2 files changed, 8 insertions, 22 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index f1de917e799e..1f84ddbbbcad 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -6,32 +6,18 @@ # PORTNAME= libXcursor -PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \ - ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= xrender x11 xfixes renderproto fixesproto xproto:both -CONFLICTS= XFree86-libraries-* xorg-libraries-* +CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -CFLAGS+= -DMALLOC_0_RETURNS_NULL MAN3= Xcursor.3 -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo index d1ddadfe2d2f..3c8e7874d4d1 100644 --- a/x11/libXcursor/distinfo +++ b/x11/libXcursor/distinfo @@ -1,3 +1,3 @@ -MD5 (libXcursor-1.1.2.tar.bz2) = cc38e1e1a144f828e6ad216c4ebb876b -SHA256 (libXcursor-1.1.2.tar.bz2) = 3331d125b093f99e05ccb41df802573b8a679f4941f16e14ba7e6877fc08a4fa -SIZE (libXcursor-1.1.2.tar.bz2) = 211989 +MD5 (xorg/lib/libXcursor-1.1.8.tar.bz2) = ec2acd10a7736a85dd1e1ed9ea5bec96 +SHA256 (xorg/lib/libXcursor-1.1.8.tar.bz2) = 8f039f81af52c88d583fba48b878abd074542221cb0030638ad52336b4ae1377 +SIZE (xorg/lib/libXcursor-1.1.8.tar.bz2) = 251641 |