From johans@stack.nl  Mon Mar  7 21:11:12 2005
Return-Path: <johans@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0208716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Mar 2005 21:11:12 +0000 (GMT)
Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 414F243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Mar 2005 21:11:11 +0000 (GMT)
	(envelope-from johans@stack.nl)
Received: by skynet.stack.nl (Postfix, from userid 65534)
	id 1D8C440B6; Mon,  7 Mar 2005 22:12:25 +0100 (CET)
Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498])
	by skynet.stack.nl (Postfix) with ESMTP id C186A3F31
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Mar 2005 22:12:24 +0100 (CET)
Received: by mud.stack.nl (Postfix, from userid 801)
	id 372EB171DF; Mon,  7 Mar 2005 22:11:17 +0100 (CET)
Message-Id: <20050307211117.372EB171DF@mud.stack.nl>
Date: Mon,  7 Mar 2005 22:11:17 +0100 (CET)
From: Johan van Selst <johans@stack.nl>
Reply-To: Johan van Selst <johans@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: math/scigraphica: fix for compilation on FreeBSD >= 5.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78561
>Category:       ports
>Synopsis:       math/scigraphica: fix for compilation on FreeBSD >= 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 21:20:02 GMT 2005
>Closed-Date:    Wed Mar 09 09:46:28 GMT 2005
>Last-Modified:  Wed Mar 09 09:46:28 GMT 2005
>Originator:     Johan van Selst
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	gcc is being pedantic: give it what it wants.

>How-To-Repeat:
	
>Fix:

	

	Include patch below as files/patch-src::python::python_config.c

--- src/python/python_config.c.orig	Mon Mar  7 22:00:46 2005
+++ src/python/python_config.c	Mon Mar  7 22:00:53 2005
@@ -236,6 +236,7 @@
          }
          break;
       default:
+	/* do nothing */;
      }
   } 
 #ifdef WITH_GNOME
@@ -610,6 +611,7 @@
     break;
 
     default:
+	/* do nothing */;
     }
   }
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Wed Mar 9 09:24:14 GMT 2005 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78561 
>Unformatted:
