ports/78561: math/scigraphica: fix for compilation on FreeBSD >= 5.x

Johan van Selst johans at stack.nl
Mon Mar 7 21:20:03 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 21:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list