diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:48 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:48 +0000 |
commit | 83b5f65a0fbdfc838945dff5b16aab71e7ee6087 (patch) | |
tree | f3cbf0d9e660f3ab848ee8b817358441d73634bf /x11/libXext | |
parent | dbe72fea326b86daa9af0e51af3bff91c4e3f47b (diff) | |
download | ports-83b5f65a0fbdfc838945dff5b16aab71e7ee6087.tar.gz ports-83b5f65a0fbdfc838945dff5b16aab71e7ee6087.zip |
Notes
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 9 | ||||
-rw-r--r-- | x11/libXext/distinfo | 2 | ||||
-rw-r--r-- | x11/libXext/files/patch-Makefile.in | 11 |
3 files changed, 5 insertions, 17 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 0e4f1745dceb..14a6a0f874ed 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libXext -PORTVERSION= 6.4.1.p1 +PORTVERSION= 6.4.2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 Extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -27,7 +26,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL -WRKSRC= ${WRKDIR}/${PORTNAME}-6.4.1 INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index 7740c9648aed..79cd5d27889f 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1 +1 @@ -MD5 (libXext-6.4.1.p1.tar.bz2) = c47bd68f3dbb7c80c729ed53baaf91d4 +MD5 (libXext-6.4.2.tar.bz2) = e7c5f5ac3db6d171f8938339f7617281 diff --git a/x11/libXext/files/patch-Makefile.in b/x11/libXext/files/patch-Makefile.in deleted file mode 100644 index aea804132ed3..000000000000 --- a/x11/libXext/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Nov 10 00:02:36 2003 -+++ Makefile.in Mon Nov 10 00:02:45 2003 -@@ -161,7 +161,7 @@ - globals.c - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xext.pc - - EXTRA_DIST = xext.pc.in |