summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-06 22:28:41 +0000
committerwiz <wiz>2009-06-06 22:28:41 +0000
commite11157efc81e5651fd58d6168f77c66d2cf77cb4 (patch)
treebb3d2082e6ac0063cf4eb322ac5b721f8ee14c27 /x11
parent7ea2dc674ae1a0a6faa9abdbc866757388128da0 (diff)
downloadpkgsrc-e11157efc81e5651fd58d6168f77c66d2cf77cb4.tar.gz
Update to 0.15.8:
0.15.8: - Phase three of the refactoring [Søren Sandmann Pedersen] - Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar, Luca Barbato, Magnus Kessler] - Improved testing code [Siarhei Siamashka] 0.15.6: Apart from a few bug fixes, this release contains phase two of the refactoring; in this phase the various types of images are split into their own files. 0.15.4: A new pixman release 0.15.4 is now available. This is a development release leading up to a stable 0.16.0 release. News: - New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar] - The first part of a large refactoring of the pixman code base [Søren Sandmann] - Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei Siamashka, Jonathan Morton]
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile4
-rw-r--r--x11/pixman/distinfo14
-rw-r--r--x11/pixman/patches/patch-aa6
-rw-r--r--x11/pixman/patches/patch-ab10
-rw-r--r--x11/pixman/patches/patch-ae10
5 files changed, 22 insertions, 22 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 54cdedfa145..fae22e8a05b 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2009/05/17 11:01:11 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/06/06 22:28:41 wiz Exp $
#
-DISTNAME= pixman-0.15.2
+DISTNAME= pixman-0.15.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo
index ee2e3697aa6..c8f156192ea 100644
--- a/x11/pixman/distinfo
+++ b/x11/pixman/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.24 2009/05/02 07:56:54 sno Exp $
+$NetBSD: distinfo,v 1.25 2009/06/06 22:28:41 wiz Exp $
-SHA1 (pixman-0.15.2.tar.bz2) = fd44f4dc0e429bb71344d33c783837fd0b8b6b5b
-RMD160 (pixman-0.15.2.tar.bz2) = 5d925326dfdc3ad73d98eb48f92eccab0f97f63c
-Size (pixman-0.15.2.tar.bz2) = 343019 bytes
-SHA1 (patch-aa) = 5129f82ee9907ed179315a4790667f0b825175bb
-SHA1 (patch-ab) = 11fe86650fe666366818dd70ecabeac7a49c1dba
+SHA1 (pixman-0.15.8.tar.bz2) = f2c153da11a92f2475ac03e0422d99b799fb35e1
+RMD160 (pixman-0.15.8.tar.bz2) = d43a0021a72cd0a0c4e1858433b6539841070f33
+Size (pixman-0.15.8.tar.bz2) = 377608 bytes
+SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212
+SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f
SHA1 (patch-ac) = c798e52ecd8fc2a5788552df0a0842f524705126
SHA1 (patch-ad) = b2fa221652bc5f8bec000e071417b0180816a451
-SHA1 (patch-ae) = 43ac5ba418bb335ef65634bc6dea5d7dc89a19d0
+SHA1 (patch-ae) = a15fc3bdce0cf3efe19e1bd43c18e97fba8831f4
diff --git a/x11/pixman/patches/patch-aa b/x11/pixman/patches/patch-aa
index 964f85ac9b4..ba093dcda13 100644
--- a/x11/pixman/patches/patch-aa
+++ b/x11/pixman/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.9 2008/09/06 20:09:16 bjs Exp $
+$NetBSD: patch-aa,v 1.10 2009/06/06 22:28:41 wiz Exp $
---- pixman/Makefile.am.orig 2008-09-04 14:56:10.000000000 -0400
+--- pixman/Makefile.am.orig 2009-05-31 02:07:19.000000000 +0000
+++ pixman/Makefile.am
@@ -1,5 +1,6 @@
lib_LTLIBRARIES = libpixman-1.la
@@ -9,4 +9,4 @@ $NetBSD: patch-aa,v 1.9 2008/09/06 20:09:16 bjs Exp $
+ -export-symbols $(PIXMAN_SYMFILE)
libpixman_1_la_LIBADD = @DEP_LIBS@ -lm
libpixman_1_la_CFLAGS = -DPIXMAN_DISABLE_DEPRECATED
- libpixman_1_la_SOURCES = \
+ libpixman_1_la_SOURCES = \
diff --git a/x11/pixman/patches/patch-ab b/x11/pixman/patches/patch-ab
index 6cb032e21fd..17833927806 100644
--- a/x11/pixman/patches/patch-ab
+++ b/x11/pixman/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.9 2009/04/23 08:30:53 sno Exp $
+$NetBSD: patch-ab,v 1.10 2009/06/06 22:28:41 wiz Exp $
---- pixman/Makefile.in.orig 2009-04-09 20:23:27.000000000 +0000
-+++ pixman/Makefile.in 2009-04-12 08:55:34.000000000 +0000
-@@ -288,7 +288,8 @@
+--- pixman/Makefile.in.orig 2009-05-31 02:07:50.000000000 +0000
++++ pixman/Makefile.in
+@@ -313,7 +313,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
lib_LTLIBRARIES = libpixman-1.la
libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
@@ -10,5 +10,5 @@ $NetBSD: patch-ab,v 1.9 2009/04/23 08:30:53 sno Exp $
+ -no-undefined $(am__append_2) $(am__append_7) \
+ -export-symbols $(PIXMAN_SYMFILE)
libpixman_1_la_LIBADD = @DEP_LIBS@ -lm $(am__append_3) $(am__append_5) \
- $(am__append_8) $(am__append_10)
+ $(am__append_8) $(am__append_10) $(am__append_12)
libpixman_1_la_CFLAGS = -DPIXMAN_DISABLE_DEPRECATED
diff --git a/x11/pixman/patches/patch-ae b/x11/pixman/patches/patch-ae
index 5ac8e4479c7..92114cb77d8 100644
--- a/x11/pixman/patches/patch-ae
+++ b/x11/pixman/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.8 2009/04/23 08:30:53 sno Exp $
+$NetBSD: patch-ae,v 1.9 2009/06/06 22:28:41 wiz Exp $
---- configure.orig 2009-02-06 22:33:17.000000000 +0000
-+++ configure 2009-04-12 08:19:38.000000000 +0000
-@@ -20588,6 +20588,7 @@
+--- configure.orig 2009-05-31 02:06:44.000000000 +0000
++++ configure
+@@ -11833,6 +11833,7 @@ fi
have_gcc4=no
@@ -10,7 +10,7 @@ $NetBSD: patch-ae,v 1.8 2009/04/23 08:30:53 sno Exp $
{ $as_echo "$as_me:$LINENO: checking for -fvisibility" >&5
$as_echo_n "checking for -fvisibility... " >&6; }
cat >conftest.$ac_ext <<_ACEOF
-@@ -20626,7 +20627,7 @@
+@@ -11871,7 +11872,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext