pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman Linux patch(1) requires a little extra cont...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96f0d8c03561
branches:  trunk
changeset: 397647:96f0d8c03561
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Mon Aug 17 07:39:44 2009 +0000

description:
Linux patch(1) requires a little extra context in patch-ac.  Appease.

diffstat:

 x11/pixman/distinfo         |  4 ++--
 x11/pixman/patches/patch-ac |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 0d1d86d26d48 -r 96f0d8c03561 x11/pixman/distinfo
--- a/x11/pixman/distinfo       Mon Aug 17 05:06:38 2009 +0000
+++ b/x11/pixman/distinfo       Mon Aug 17 07:39:44 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.32 2009/08/15 20:51:30 wiz Exp $
+$NetBSD: distinfo,v 1.33 2009/08/17 07:39:44 dsainty Exp $
 
 SHA1 (pixman-0.15.20.tar.bz2) = 67a34a1fdc5431c9de5febd390057bdd9bb51df4
 RMD160 (pixman-0.15.20.tar.bz2) = 95047e078ce8dfe47ff9e2ea50d587fcebbb2751
 Size (pixman-0.15.20.tar.bz2) = 393424 bytes
 SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212
 SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f
-SHA1 (patch-ac) = c47ccb5120e09e140250207fadfb4ce7e1b49c85
+SHA1 (patch-ac) = c9c115a35434b90bd862781182a6932cd0fadc98
 SHA1 (patch-ad) = b2fa221652bc5f8bec000e071417b0180816a451
 SHA1 (patch-ae) = a15fc3bdce0cf3efe19e1bd43c18e97fba8831f4
diff -r 0d1d86d26d48 -r 96f0d8c03561 x11/pixman/patches/patch-ac
--- a/x11/pixman/patches/patch-ac       Mon Aug 17 05:06:38 2009 +0000
+++ b/x11/pixman/patches/patch-ac       Mon Aug 17 07:39:44 2009 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ac,v 1.11 2009/08/15 20:51:30 wiz Exp $
+$NetBSD: patch-ac,v 1.12 2009/08/17 07:39:44 dsainty Exp $
 
 blitters-test disabled because of
 https://bugs.freedesktop.org/show_bug.cgi?id=23331
 
 --- test/Makefile.in.orig      2009-08-11 17:54:00.000000000 +0000
 +++ test/Makefile.in
-@@ -57,7 +57,7 @@ CONFIG_CLEAN_FILES =
+@@ -57,8 +57,8 @@ CONFIG_CLEAN_FILES =
  @HAVE_GTK_TRUE@       composite-test$(EXEEXT) gradient-test$(EXEEXT) \
  @HAVE_GTK_TRUE@       alpha-test$(EXEEXT) screen-test$(EXEEXT) \
  @HAVE_GTK_TRUE@       convolution-test$(EXEEXT) trap-test$(EXEEXT)
@@ -15,6 +15,7 @@
 +      fetch-test$(EXEEXT) oob-test$(EXEEXT) \
        window-test$(EXEEXT) trap-crasher$(EXEEXT) $(am__EXEEXT_1)
  PROGRAMS = $(noinst_PROGRAMS)
+ am__alpha_test_SOURCES_DIST = alpha-test.c utils.c utils.h
 @@ -282,7 +282,7 @@ top_srcdir = @top_srcdir@
  TEST_LDADD = $(top_builddir)/pixman/libpixman-1.la
  INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman \



Home | Main Index | Thread Index | Old Index