diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:20:01 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:20:01 +0000 |
commit | a5f626dcd89303b105f658aa830b84a4eac3b0cc (patch) | |
tree | 0a4ef1c8e43b93f64e98464caecad3f021828649 /x11/libXau | |
parent | 0356bb5fd552b59d3cde0e157019fec986ca3435 (diff) | |
download | ports-a5f626dcd89303b105f658aa830b84a4eac3b0cc.tar.gz ports-a5f626dcd89303b105f658aa830b84a4eac3b0cc.zip |
Notes
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 9 | ||||
-rw-r--r-- | x11/libXau/distinfo | 2 | ||||
-rw-r--r-- | x11/libXau/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXau/files/patch-configure | 10 |
4 files changed, 5 insertions, 27 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 6be7af37a993..6a0734869a9d 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -6,15 +6,14 @@ # PORTNAME= libXau -PORTVERSION= 0.1.p1 +PORTVERSION= 0.1.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 -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 USE_BZIP2= yes PREFIX?= ${X11BASE} @@ -22,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 +USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index 83a3b24fc643..1762cc78974f 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1 +1 @@ -MD5 (libXau-0.1.p1.tar.bz2) = 7247a9d52f22551272a60d0e64a4f459 +MD5 (libXau-0.1.1.tar.bz2) = 5d439b8d2c6be3b32a3970e533c4ee62 diff --git a/x11/libXau/files/patch-Makefile.in b/x11/libXau/files/patch-Makefile.in deleted file mode 100644 index 2bfc929d0cf4..000000000000 --- a/x11/libXau/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Nov 9 22:48:57 2003 -+++ Makefile.in Sun Nov 9 22:49:09 2003 -@@ -167,7 +167,7 @@ - - xauinclude_HEADERS = Xauth.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xau.pc - - EXTRA_DIST = xau.pc.in Autest.c diff --git a/x11/libXau/files/patch-configure b/x11/libXau/files/patch-configure deleted file mode 100644 index 5815ec632b3a..000000000000 --- a/x11/libXau/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Nov 8 17:53:34 2003 -+++ configure Sat Nov 8 17:53:46 2003 -@@ -18793,6 +18793,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |