pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/pixman update to 0.16.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e30edf76b272
branches:  trunk
changeset: 567335:e30edf76b272
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Nov 15 13:00:01 2009 +0000

description:
update to 0.16.2
changes: minor bugfixes

diffstat:

 x11/pixman/Makefile         |   4 ++--
 x11/pixman/distinfo         |  10 +++++-----
 x11/pixman/patches/patch-ae |  17 +++++++++++++----
 3 files changed, 20 insertions(+), 11 deletions(-)

diffs (65 lines):

diff -r fff1cfb824f3 -r e30edf76b272 x11/pixman/Makefile
--- a/x11/pixman/Makefile       Sun Nov 15 12:48:24 2009 +0000
+++ b/x11/pixman/Makefile       Sun Nov 15 13:00:01 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2009/08/29 15:50:18 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2009/11/15 13:00:01 drochner Exp $
 #
 
-DISTNAME=      pixman-0.16.0
+DISTNAME=      pixman-0.16.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2
diff -r fff1cfb824f3 -r e30edf76b272 x11/pixman/distinfo
--- a/x11/pixman/distinfo       Sun Nov 15 12:48:24 2009 +0000
+++ b/x11/pixman/distinfo       Sun Nov 15 13:00:01 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.34 2009/08/29 15:50:18 wiz Exp $
+$NetBSD: distinfo,v 1.35 2009/11/15 13:00:01 drochner Exp $
 
-SHA1 (pixman-0.16.0.tar.bz2) = 7cf1f2261ba44b3c98cf3d2a32e9fd90b12ca19e
-RMD160 (pixman-0.16.0.tar.bz2) = 436bca0dc3bec542da59db2a226e5217cdadd8f1
-Size (pixman-0.16.0.tar.bz2) = 402602 bytes
+SHA1 (pixman-0.16.2.tar.bz2) = 387ec30d236a52bc21a45f2d50adad7fca89b667
+RMD160 (pixman-0.16.2.tar.bz2) = 4d100ecc48fdf82923e141b674ea77eae9a58448
+Size (pixman-0.16.2.tar.bz2) = 402761 bytes
 SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212
 SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f
 SHA1 (patch-ac) = c9c115a35434b90bd862781182a6932cd0fadc98
 SHA1 (patch-ad) = b2fa221652bc5f8bec000e071417b0180816a451
-SHA1 (patch-ae) = a15fc3bdce0cf3efe19e1bd43c18e97fba8831f4
+SHA1 (patch-ae) = b7f67753671dbba1ea62ed98c12ccf3b1b0905c3
diff -r fff1cfb824f3 -r e30edf76b272 x11/pixman/patches/patch-ae
--- a/x11/pixman/patches/patch-ae       Sun Nov 15 12:48:24 2009 +0000
+++ b/x11/pixman/patches/patch-ae       Sun Nov 15 13:00:01 2009 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ae,v 1.9 2009/06/06 22:28:41 wiz Exp $
+$NetBSD: patch-ae,v 1.10 2009/11/15 13:00:01 drochner Exp $
 
---- configure.orig     2009-05-31 02:06:44.000000000 +0000
+--- configure.orig     2009-09-28 15:10:12.000000000 +0200
 +++ configure
-@@ -11833,6 +11833,7 @@ fi
+@@ -11763,7 +11763,7 @@ fi
+ # if we're using Sun Studio and neither the user nor a config.site
+ # has set CFLAGS.
+ if test $SUNCC = yes &&                       \
+-   test "$test_CFLAGS" == "" &&               \
++   test "$test_CFLAGS" = "" &&                \
+    test "$CFLAGS" = "-g"
+ then
+   CFLAGS="-O -g"
+@@ -11856,6 +11856,7 @@ fi
  
  
  have_gcc4=no
@@ -10,7 +19,7 @@
  { $as_echo "$as_me:$LINENO: checking for -fvisibility" >&5
  $as_echo_n "checking for -fvisibility... " >&6; }
  cat >conftest.$ac_ext <<_ACEOF
-@@ -11871,7 +11872,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -11894,7 +11895,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  fi
  
  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext



Home | Main Index | Thread Index | Old Index