pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/povray Bump PKGREVISION:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/114ba0b50e90
branches:  trunk
changeset: 512333:114ba0b50e90
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 06 11:59:49 2006 +0000

description:
Bump PKGREVISION:
Remove use of internal png library function, to make this package
build against the current png package.

>From the povray.general newsgroup:
Well - you could remove that call but will probably loose ability to
interrupt/continue render with PNG output.

diffstat:

 graphics/povray/Makefile         |   4 ++--
 graphics/povray/distinfo         |   3 ++-
 graphics/povray/patches/patch-af |  22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r aec1aa9d34fc -r 114ba0b50e90 graphics/povray/Makefile
--- a/graphics/povray/Makefile  Sat May 06 11:08:50 2006 +0000
+++ b/graphics/povray/Makefile  Sat May 06 11:59:49 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:34 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2006/05/06 11:59:49 wiz Exp $
 
 DISTNAME=      povray-3.6.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.povray.org/pub/povray/Official/Unix/ \
                ftp://ftp.mirror.ac.uk/sites/ftp.povray.org/pub/povray/Official/Unix/
diff -r aec1aa9d34fc -r 114ba0b50e90 graphics/povray/distinfo
--- a/graphics/povray/distinfo  Sat May 06 11:08:50 2006 +0000
+++ b/graphics/povray/distinfo  Sat May 06 11:59:49 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2005/02/24 08:45:12 agc Exp $
+$NetBSD: distinfo,v 1.11 2006/05/06 11:59:49 wiz Exp $
 
 SHA1 (povray-3.6.1.tar.bz2) = 1fab3ccbdedafbf77e3a66087709bbdf60bc643d
 RMD160 (povray-3.6.1.tar.bz2) = 84ba679da66089f192cc1bfcf8bdd498e736a9a3
 Size (povray-3.6.1.tar.bz2) = 8200160 bytes
 SHA1 (patch-aa) = 351e2eb509cdb3e95c788de5f9ff41c993d4363d
 SHA1 (patch-ad) = 7c3436957fc4451e12302a6c4884c0fce963d78a
+SHA1 (patch-af) = b941ffe6f1f54b5bc6139ec2b7fba480f6393bf1
diff -r aec1aa9d34fc -r 114ba0b50e90 graphics/povray/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/povray/patches/patch-af  Sat May 06 11:59:49 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-af,v 1.1 2006/05/06 11:59:49 wiz Exp $
+
+--- source/png_pov.cpp.orig    2004-08-02 23:11:37.000000000 +0000
++++ source/png_pov.cpp
+@@ -107,9 +107,6 @@ extern "C"
+       void png_pov_write_data(png_structp, png_bytep, png_size_t);
+       void png_pov_flush_data(png_structp);
+ 
+-      // This is an internal function for libpng 
+-      void png_write_finish_row(png_structp);
+-
+ 
+       /*****************************************************************************
+       *
+@@ -782,7 +779,6 @@ PNG_Image::~PNG_Image()
+       {
+          // finished prematurely - trick into thinking done
+          png_ptr->num_rows = png_ptr->row_number;
+-         png_write_finish_row(png_ptr);
+       }
+ 
+ #ifdef POV_COMMENTS // temporarily skip comment writing code 



Home | Main Index | Thread Index | Old Index