summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-12-22 01:02:26 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-12-22 01:02:26 +0000
commit2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a (patch)
tree6b249c299c3f6fe1486b31e139eb05111d961f20 /x11
parentNote: Unless you hit "Save," your changes don't take effect. (diff)
New port: Prerelease version of libXext from freedesktop.org:
X Extension library. Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
Notes
Notes: svn path=/head/; revision=96391
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libXext/Makefile33
-rw-r--r--x11/libXext/distinfo1
-rw-r--r--x11/libXext/files/patch-Makefile.in11
-rw-r--r--x11/libXext/pkg-descr6
-rw-r--r--x11/libXext/pkg-plist5
6 files changed, 57 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index d0b9f5ecd393..a47be4a81841 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -78,6 +78,7 @@
SUBDIR += libX11
SUBDIR += libXau
SUBDIR += libXdmcp
+ SUBDIR += libXext
SUBDIR += libXfont
SUBDIR += libXi
SUBDIR += libXres
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
new file mode 100644
index 000000000000..0e4f1745dceb
--- /dev/null
+++ b/x11/libXext/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: libXext
+# Date Created: 29 Oct, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXext
+PORTVERSION= 6.4.1.p1
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
+
+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 \
+ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
+ ${LIB_PC_DEPENDS}
+RUN_DEPENDS= ${LIB_PC_DEPENDS}
+
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+GNU_CONFIGURE= yes
+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
+
+.include <bsd.port.mk>
diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo
new file mode 100644
index 000000000000..7740c9648aed
--- /dev/null
+++ b/x11/libXext/distinfo
@@ -0,0 +1 @@
+MD5 (libXext-6.4.1.p1.tar.bz2) = c47bd68f3dbb7c80c729ed53baaf91d4
diff --git a/x11/libXext/files/patch-Makefile.in b/x11/libXext/files/patch-Makefile.in
new file mode 100644
index 000000000000..aea804132ed3
--- /dev/null
+++ b/x11/libXext/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- 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
diff --git a/x11/libXext/pkg-descr b/x11/libXext/pkg-descr
new file mode 100644
index 000000000000..08abe8d424fe
--- /dev/null
+++ b/x11/libXext/pkg-descr
@@ -0,0 +1,6 @@
+This package contains the X Extension library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
+
+- Eric Anholt
+anholt@FreeBSD.org
diff --git a/x11/libXext/pkg-plist b/x11/libXext/pkg-plist
new file mode 100644
index 000000000000..4e47d7451237
--- /dev/null
+++ b/x11/libXext/pkg-plist
@@ -0,0 +1,5 @@
+lib/libXext.a
+lib/libXext.la
+lib/libXext.so
+lib/libXext.so.6
+libdata/pkgconfig/xext.pc