mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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.
This commit is contained in:
parent
714b52cb19
commit
2e7fe43516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96667
@ -80,6 +80,7 @@
|
||||
SUBDIR += libX11
|
||||
SUBDIR += libXau
|
||||
SUBDIR += libXcursor
|
||||
SUBDIR += libXdamage
|
||||
SUBDIR += libXdmcp
|
||||
SUBDIR += libXext
|
||||
SUBDIR += libXfixes
|
||||
|
33
x11/libXdamage/Makefile
Normal file
33
x11/libXdamage/Makefile
Normal file
@ -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>
|
1
x11/libXdamage/distinfo
Normal file
1
x11/libXdamage/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libXdamage-1.0.0.p1.tar.bz2) = 80983883a01afc584911c48827c3bce7
|
11
x11/libXdamage/files/patch-Makefile.in
Normal file
11
x11/libXdamage/files/patch-Makefile.in
Normal file
@ -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
|
6
x11/libXdamage/pkg-descr
Normal file
6
x11/libXdamage/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Damage extension library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
6
x11/libXdamage/pkg-plist
Normal file
6
x11/libXdamage/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user