Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 15:53:00 -0600 (CST)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/106792: [Maintainer Update]  devel/picprog  fix for gcc4
Message-ID:  <20061215215300.4253C1CE61@phoenix.smluc.org>
Resent-Message-ID: <200612152200.kBFM0QxQ084387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106792
>Category:       ports
>Synopsis:       [Maintainer Update]  devel/picprog  fix for gcc4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 22:00:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Oct 10 16:58:15 EDT 2006 erik@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:
fix for gcc4 (tested gcc42 and gcc34)
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006121307/picprog-1.8.1.log

>How-To-Repeat:
>Fix:

--- devel-picprog.patch begins here ---
Index: devel/picprog/files/patch-picport.h
===================================================================
RCS file: /home/ncvs/ports/devel/picprog/files/patch-picport.h,v
retrieving revision 1.1
diff -u -r1.1 patch-picport.h
--- devel/picprog/files/patch-picport.h	13 Jul 2005 20:02:34 -0000	1.1
+++ devel/picprog/files/patch-picport.h	15 Dec 2006 21:44:59 -0000
@@ -1,13 +1,22 @@
---- picport.h.orig	Thu Apr 29 00:09:38 2004
-+++ picport.h	Fri Jul  8 21:46:07 2005
-@@ -59,6 +59,10 @@
+--- picport.h.orig	Wed Jul 14 01:24:34 2004
++++ picport.h	Fri Dec 15 16:43:35 2006
+@@ -45,7 +45,7 @@
+   int W[16];
  
- public:
+   int modembits;
+-  void picport::set_clock_data (int rts, int dtr);
++  void set_clock_data (int rts, int dtr);
+ 
+   void p_out (int b);
+   int p_in ();
+@@ -58,6 +58,10 @@
+   static int use_nanosleep;
  
+ public:
++
 +  static int t_on;
 +  static int t_off;
 +  static int t_edge;
-+
+ 
    static void delay (long ns);
  
-   enum commands {
--- devel-picprog.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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