ports/145163: error: cannot portupgrade palm/pilot-link

Andrei V. Lavreniyuk andy.lavr at reactor-xg.kiev.ua
Mon Mar 29 17:30:09 UTC 2010


The following reply was made to PR ports/145163; it has been noted by GNATS.

From: "Andrei V. Lavreniyuk" <andy.lavr at reactor-xg.kiev.ua>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/145163: error: cannot portupgrade palm/pilot-link
Date: Mon, 29 Mar 2010 20:25:12 +0300

 This is a multi-part message in MIME format.
 --------------040208060004050609050703
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi!
 
 
 Patch attached.
 
 
 PS:
 I am not sure that I did a patch correctly. Check please. Port is 
 compiled normally.
 
 
 
 -- 
   Best regards, Andrei V. Lavreniyuk.
 
 
 --------------040208060004050609050703
 Content-Type: text/plain;
  name="patch-pilot-read-notepad.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-pilot-read-notepad.c.diff"
 
 --- src/pilot-read-notepad.c.orig	2009-06-04 16:26:19.000000000 +0300
 +++ src/pilot-read-notepad.c	2010-03-29 19:41:02.000000000 +0300
 @@ -166,8 +166,7 @@
     width = n->body.width + 8;
  
     png_ptr = png_create_write_struct
 -     ( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
 -       png_error_ptr_NULL, png_error_ptr_NULL);
 +     ( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
  
     if(!png_ptr)
       return;
 
 --------------040208060004050609050703
 Content-Type: text/plain;
  name="patch-pilot-read-palmpix.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-pilot-read-palmpix.c.diff"
 
 --- src/pilot-read-palmpix.c.orig	2009-06-04 16:26:19.000000000 +0300
 +++ src/pilot-read-palmpix.c	2010-03-29 19:42:12.000000000 +0300
 @@ -223,8 +223,7 @@
  	png_infop info_ptr;
  
  	png_ptr = png_create_write_struct
 -		( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
 -		png_error_ptr_NULL, png_error_ptr_NULL);
 +		( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
  
  	if(!png_ptr)
  		return;
 
 --------------040208060004050609050703
 Content-Type: text/plain;
  name="patch-pilot-read-screenshot.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-pilot-read-screenshot.c.diff"
 
 --- src/pilot-read-screenshot.c.orig	2009-06-04 16:26:19.000000000 +0300
 +++ src/pilot-read-screenshot.c	2010-03-29 19:43:11.000000000 +0300
 @@ -87,8 +87,7 @@
  		gray_buf = malloc( state->w );
  
  	png_ptr = png_create_write_struct
 -		(PNG_LIBPNG_VER_STRING, png_voidp_NULL,
 -		png_error_ptr_NULL, png_error_ptr_NULL);
 +		(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
  
  	if (!png_ptr)
  		return;
 
 --------------040208060004050609050703
 Content-Type: text/plain;
  name="patch-pilot-read-veo.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-pilot-read-veo.c.diff"
 
 --- src/pilot-read-veo.c.orig	2009-06-04 16:26:19.000000000 +0300
 +++ src/pilot-read-veo.c	2010-03-29 19:44:41.000000000 +0300
 @@ -856,8 +856,7 @@
     png_infop info_ptr;
  
     png_ptr = png_create_write_struct
 -	 (PNG_LIBPNG_VER_STRING, png_voidp_NULL,
 -	  png_error_ptr_NULL, png_error_ptr_NULL);
 +	 (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
  
     if (!png_ptr)
  	 return;
 
 --------------040208060004050609050703--



More information about the freebsd-ports-bugs mailing list