From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 15 22:00:38 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5413D16A40F for ; Fri, 15 Dec 2006 22:00:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE0243CB4 for ; Fri, 15 Dec 2006 21:58:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBFM0Q7U084391 for ; Fri, 15 Dec 2006 22:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBFM0QxQ084387; Fri, 15 Dec 2006 22:00:26 GMT (envelope-from gnats) Resent-Date: Fri, 15 Dec 2006 22:00:26 GMT Resent-Message-Id: <200612152200.kBFM0QxQ084387@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42E8416A417 for ; Fri, 15 Dec 2006 21:51:37 +0000 (UTC) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4147F43CB4 for ; Fri, 15 Dec 2006 21:49:34 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 4253C1CE61; Fri, 15 Dec 2006 15:53:00 -0600 (CST) Message-Id: <20061215215300.4253C1CE61@phoenix.smluc.org> Date: Fri, 15 Dec 2006 15:53:00 -0600 (CST) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/106792: [Maintainer Update] devel/picprog fix for gcc4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 22:00:38 -0000 >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: