diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-27 09:34:05 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-27 09:34:05 +0800 |
commit | fda432e47ade8dbbe75b99d9074603cfe2a13a91 (patch) | |
tree | 2bb8b5f3d7371df968fddbd979e16bc0f31c375f /x11 | |
parent | 2eaf32f591e5c7f61180a8986520de85f1cc8808 (diff) | |
download | freebsd-ports-gnome-fda432e47ade8dbbe75b99d9074603cfe2a13a91.tar.gz freebsd-ports-gnome-fda432e47ade8dbbe75b99d9074603cfe2a13a91.tar.zst freebsd-ports-gnome-fda432e47ade8dbbe75b99d9074603cfe2a13a91.zip |
New port: Prerelease version of libXdamage from freedesktop.org:
X Damage 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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/libXdamage/Makefile | 33 | ||||
-rw-r--r-- | x11/libXdamage/distinfo | 1 | ||||
-rw-r--r-- | x11/libXdamage/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXdamage/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXdamage/pkg-plist | 6 |
6 files changed, 58 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a61e742c1ea6..59c02e1ba516 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -80,6 +80,7 @@ SUBDIR += libX11 SUBDIR += libXau SUBDIR += libXcursor + SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXext SUBDIR += libXfixes diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile new file mode 100644 index 000000000000..5f455de592f4 --- /dev/null +++ b/x11/libXdamage/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libXdamage +# Date Created: 13 Nov, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXdamage +PORTVERSION= 1.0.0.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Damage extension library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/damageext.pc:${PORTSDIR}/x11/damageext \ + ${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}-1.0.0 + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11/libXdamage/distinfo b/x11/libXdamage/distinfo new file mode 100644 index 000000000000..bb0d57e85a52 --- /dev/null +++ b/x11/libXdamage/distinfo @@ -0,0 +1 @@ +MD5 (libXdamage-1.0.0.p1.tar.bz2) = 80983883a01afc584911c48827c3bce7 diff --git a/x11/libXdamage/files/patch-Makefile.in b/x11/libXdamage/files/patch-Makefile.in new file mode 100644 index 000000000000..321acf82a45b --- /dev/null +++ b/x11/libXdamage/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Nov 13 15:25:50 2003 ++++ Makefile.in Thu Nov 13 15:33:02 2003 +@@ -189,7 +189,7 @@ + libXdamageincludedir = $(includedir)/X11/extensions + libXdamageinclude_HEADERS = Xdamage.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xdamage.pc + + EXTRA_DIST = xdamage.pc.in autogen.sh diff --git a/x11/libXdamage/pkg-descr b/x11/libXdamage/pkg-descr new file mode 100644 index 000000000000..3fd9a91201af --- /dev/null +++ b/x11/libXdamage/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Damage extension library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXdamage/pkg-plist b/x11/libXdamage/pkg-plist new file mode 100644 index 000000000000..530ce2e23685 --- /dev/null +++ b/x11/libXdamage/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/Xdamage.h +lib/libXdamage.a +lib/libXdamage.la +lib/libXdamage.so +lib/libXdamage.so.1 +libdata/pkgconfig/xdamage.pc |