summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-07-21 19:35:59 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-07-21 19:35:59 +0800
commitbf97372f5678fc44ca4f3dac9a7b504eec7c239b (patch)
tree88c4ec5ce9f03d1a988bd04b4cfdeafaac3f8d3c /x11
parent9efd50f3e96646fb1aa5bc93089ff9c401330a9e (diff)
downloadxorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar.gz
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar.bz2
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar.lz
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar.xz
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.tar.zst
xorg-devel-ports-bf97372f5678fc44ca4f3dac9a7b504eec7c239b.zip
Update pixman to 0.22.2.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@265 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile37
-rw-r--r--x11/pixman/distinfo2
-rw-r--r--x11/pixman/pkg-descr3
-rw-r--r--x11/pixman/pkg-plist8
4 files changed, 50 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
new file mode 100644
index 0000000..b6e94db
--- /dev/null
+++ b/x11/pixman/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: pixman
+# Date Created: Aug 9 2003
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pixman
+PORTVERSION= 0.22.2
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Low-level pixel manipulation library
+
+XORG_CAT= lib
+USE_AUTOTOOLS= libtool
+USE_PERL5_BUILD=yes
+USE_GNOME= ltverhack:9
+
+OPTIONS= SIMD "Enable autodetection of SIMD features (MMX, SSE2, VMX)" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_SIMD)
+CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
+
+.if ${ARCH:Namd64}
+CONFIGURE_ARGS+= --disable-mmx --disable-sse2
+.endif
+
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo
new file mode 100644
index 0000000..f0e654c
--- /dev/null
+++ b/x11/pixman/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/lib/pixman-0.22.2.tar.bz2) = 2d0a6dfca175f31ae53fb368292496e8833faff45bbeafdf40b2833d23186272
+SIZE (xorg/lib/pixman-0.22.2.tar.bz2) = 461319
diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr
new file mode 100644
index 0000000..20e9461
--- /dev/null
+++ b/x11/pixman/pkg-descr
@@ -0,0 +1,3 @@
+This package contains the pixman library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist
new file mode 100644
index 0000000..66d6a43
--- /dev/null
+++ b/x11/pixman/pkg-plist
@@ -0,0 +1,8 @@
+include/pixman-1/pixman-version.h
+include/pixman-1/pixman.h
+lib/libpixman-1.a
+lib/libpixman-1.la
+lib/libpixman-1.so
+lib/libpixman-1.so.9
+libdata/pkgconfig/pixman-1.pc
+@dirrm include/pixman-1