summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-04 00:25:54 +0800
committereadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-04 00:25:54 +0800
commite017441303a1526c2d82e0cf304303ff88d230a1 (patch)
tree5b2d3ae4d4ba02ae1d197e49b384cb1268d5c083
parentaed523f19855e42cd4d48ecadd6b5f69bc5e3370 (diff)
downloadxorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar.gz
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar.bz2
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar.lz
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar.xz
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.tar.zst
xorg-devel-ports-e017441303a1526c2d82e0cf304303ff88d230a1.zip
Comitted on 2012-02-03
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@369 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/pixman/Makefile35
-rw-r--r--x11/pixman/distinfo2
-rw-r--r--x11/pixman/pkg-descr3
-rw-r--r--x11/pixman/pkg-plist8
4 files changed, 0 insertions, 48 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
deleted file mode 100644
index 33f83dc..0000000
--- a/x11/pixman/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: pixman
-# Date Created: Aug 9 2003
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pixman
-PORTVERSION= 0.24.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
-CONFIGURE_ARGS= --disable-gtk
-
-OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_SIMD)
-CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
-. if ! ${MACHINE_CPU:Mmmx}
-CONFIGURE_ARGS+= --disable-mmx
-. endif
-. if ! ${MACHINE_CPU:Msse2}
-CONFIGURE_ARGS+= --disable-sse2
-. endif
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo
deleted file mode 100644
index c94445c..0000000
--- a/x11/pixman/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/lib/pixman-0.24.2.tar.bz2) = 32f74f3e3c1feea33e6ad3e2fd66cb3eb816805c384b346ea1636a87c9057dbf
-SIZE (xorg/lib/pixman-0.24.2.tar.bz2) = 467979
diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr
deleted file mode 100644
index 20e9461..0000000
--- a/x11/pixman/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 66d6a43..0000000
--- a/x11/pixman/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-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