From trasz@pin.if.uz.zgora.pl  Thu Sep 28 11:15:05 2006
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8AD5616A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2006 11:15:05 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 267E843D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2006 11:15:05 +0000 (GMT)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 07DDF3A3E6; Thu, 28 Sep 2006 13:16:22 +0200 (CEST)
Message-Id: <20060928111622.07DDF3A3E6@pin.if.uz.zgora.pl>
Date: Thu, 28 Sep 2006 13:16:22 +0200 (CEST)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] archivers/macutils: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103750
>Category:       ports
>Synopsis:       [PATCH] archivers/macutils: Unbreak on gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alexbl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 11:20:08 GMT 2006
>Closed-Date:    Sat Sep 30 16:34:06 GMT 2006
>Last-Modified:  Sat Sep 30 16:40:14 GMT 2006
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
Unbreak build with gcc41.

(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/macutils-2.0b3.log)

Added file(s):
- files/patch-lzh.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- macutils-2.0b3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/macutils/files/patch-lzh.c /home/trasz/macutils/files/patch-lzh.c
--- /usr/ports/archivers/macutils/files/patch-lzh.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/macutils/files/patch-lzh.c	Thu Sep 28 13:15:27 2006
@@ -0,0 +1,22 @@
+--- macunpack/lzh.c.orig	Thu Sep 28 13:10:04 2006
++++ macunpack/lzh.c	Thu Sep 28 13:11:27 2006
+@@ -40,13 +40,13 @@
+     {"-lzs-", lzs}
+ };
+ static char *lzh_archive;
+-static char *lzh_pointer;
+-static char *lzh_data;
+-static char *lzh_finfo;
+-static int lzh_fsize;
+-static int lzh_kind;
++char *lzh_pointer;
++char *lzh_data;
++char *lzh_finfo;
++int lzh_fsize;
++int lzh_kind;
+ static int oldsize;
+-static char *lzh_file;
++char *lzh_file;
+ static int lzh_filesize;
+ static char *lzh_current;
+ static char *tmp_out_ptr;
--- macutils-2.0b3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alexbl 
Responsible-Changed-By: alexbl 
Responsible-Changed-When: Thu Sep 28 17:28:29 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103750 
State-Changed-From-To: open->closed 
State-Changed-By: alexbl 
State-Changed-When: Sat Sep 30 16:34:04 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103750 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103750: commit references a PR
Date: Sat, 30 Sep 2006 16:33:54 +0000 (UTC)

 alexbl      2006-09-30 16:33:46 UTC
 
   FreeBSD ports repository
 
   Added files:
     archivers/macutils/files patch-lzh.c 
   Log:
    - fix build on gcc 4.1
   
   PR:             103750
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
   Approved by:    novel (mentor, implicit)
   
   Revision  Changes    Path
   1.1       +22 -0     ports/archivers/macutils/files/patch-lzh.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
