pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/afterstep/patches afterstep: remove patch that was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac4e0e0d32d7
branches:  trunk
changeset: 456950:ac4e0e0d32d7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 12 07:15:32 2021 +0000

description:
afterstep: remove patch that was removed from distinfo during 2.2.12 update

diffstat:

 wm/afterstep/patches/patch-libAfterImage_export.c |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 05d3c74517c2 -r ac4e0e0d32d7 wm/afterstep/patches/patch-libAfterImage_export.c
--- a/wm/afterstep/patches/patch-libAfterImage_export.c Thu Aug 12 07:14:27 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-libAfterImage_export.c,v 1.1 2011/04/05 12:02:00 wiz Exp $
-
-Fix build with png-1.5.
-
---- libAfterImage/export.c.orig        2005-03-09 23:59:06.000000000 +0000
-+++ libAfterImage/export.c
-@@ -371,7 +371,7 @@ ASImage2png_int ( ASImage *im, void *dat
-       png_ptr = png_create_write_struct( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL );
-     if ( png_ptr != NULL )
-       if( (info_ptr = png_create_info_struct(png_ptr)) != NULL )
--                      if( setjmp(png_ptr->jmpbuf) )
-+                      if( setjmp(png_jmpbuf(png_ptr)) )
-                       {
-                               png_destroy_info_struct(png_ptr, (png_infopp) &info_ptr);
-                               info_ptr = NULL ;



Home | Main Index | Thread Index | Old Index