summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-01-25 08:00:09 +0000
committeranholt <anholt@FreeBSD.org>2004-01-25 08:00:09 +0000
commit8771b0f1203dfd02fc7fe2d007b7a6e0d4985e1e (patch)
tree55c994ec9d34fc90759252e460b0d2ef5db47332 /x11
parent83cf210aae55e131dd7257597620835881d2bcd1 (diff)
downloadFreeBSD-ports-8771b0f1203dfd02fc7fe2d007b7a6e0d4985e1e.zip
FreeBSD-ports-8771b0f1203dfd02fc7fe2d007b7a6e0d4985e1e.tar.gz
Complete repocopy of x11-toolkits/xrender to x11/libXrender, and update to
0.8.4.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libXrender/Makefile14
-rw-r--r--x11/libXrender/distinfo2
-rw-r--r--x11/libXrender/files/patch-Makefile.in11
4 files changed, 9 insertions, 19 deletions
diff --git a/x11/Makefile b/x11/Makefile
index b559ac4..cbe203a 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -91,6 +91,7 @@
SUBDIR += libXfont
SUBDIR += libXi
SUBDIR += libXrandr
+ SUBDIR += libXrender
SUBDIR += libXres
SUBDIR += libXtrans
SUBDIR += libXv
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile
index 9b6cd72..b2a2b74 100644
--- a/x11/libXrender/Makefile
+++ b/x11/libXrender/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= libXrender
-PORTVERSION= 0.8.3
-CATEGORIES= x11 x11-toolkits
+PORTVERSION= 0.8.4
+CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
-DISTNAME= xrender-${PORTVERSION}
MAINTAINER= x11@FreeBSD.org
-COMMENT= XRender extension for XFree86
+COMMENT= X Render extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/xextensions
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
- ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11-toolkits/render \
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11-toolkits/render \
${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
-
INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>
diff --git a/x11/libXrender/distinfo b/x11/libXrender/distinfo
index 7756b35..0bd6ed4 100644
--- a/x11/libXrender/distinfo
+++ b/x11/libXrender/distinfo
@@ -1 +1 @@
-MD5 (xrender-0.8.3.tar.gz) = b9b2b3f7f3f91f613b6bba541358520e
+MD5 (libXrender-0.8.4.tar.bz2) = c745339dbe5f05cff8950b71a739e34c
diff --git a/x11/libXrender/files/patch-Makefile.in b/x11/libXrender/files/patch-Makefile.in
deleted file mode 100644
index 2aed38d..0000000
--- a/x11/libXrender/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Dec 21 17:53:15 2003
-+++ Makefile.in Sun Dec 21 17:53:25 2003
-@@ -177,7 +177,7 @@
- libXrenderincludedir = $(includedir)/X11/extensions
- libXrenderinclude_HEADERS = Xrender.h
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = xrender.pc
-
- EXTRA_DIST = xrender.pc.in autogen.sh
OpenPOWER on IntegriCloud