Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2010 11:26:31 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r295 - branches/experimental/www/kompozer/files trunk/www/kompozer/files
Message-ID:  <201003301126.o2UBQVXm017294@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Mar 30 11:26:30 2010
New Revision: 295

Log:
- Sync with ports:
  Fix build for png-1.4.1

Big thanks to dinoex@ for fixing all gecko ports after png update!

Added:
   branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp
   trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp

Added: branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp	Tue Mar 30 11:26:30 2010	(r295)
@@ -0,0 +1,15 @@
+--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp	2010-03-28 13:48:53.000000000 +0200
++++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig	2010-03-28 13:46:50.000000000 +0200
+@@ -111,9 +111,9 @@
+ 
+   // initialize
+   png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
+-                                                png_voidp_NULL,
+-                                                png_error_ptr_NULL,
+-                                                png_error_ptr_NULL);
++                                                NULL,
++                                                NULL,
++                                                NULL);
+   if (! png_ptr)
+     return NS_ERROR_OUT_OF_MEMORY;
+   png_info* info_ptr = png_create_info_struct(png_ptr);

Added: trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp	Tue Mar 30 11:26:30 2010	(r295)
@@ -0,0 +1,15 @@
+--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp	2010-03-28 13:48:53.000000000 +0200
++++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig	2010-03-28 13:46:50.000000000 +0200
+@@ -111,9 +111,9 @@
+ 
+   // initialize
+   png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
+-                                                png_voidp_NULL,
+-                                                png_error_ptr_NULL,
+-                                                png_error_ptr_NULL);
++                                                NULL,
++                                                NULL,
++                                                NULL);
+   if (! png_ptr)
+     return NS_ERROR_OUT_OF_MEMORY;
+   png_info* info_ptr = png_create_info_struct(png_ptr);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003301126.o2UBQVXm017294>