From 4711@chello.at  Fri Aug  6 13:29:03 2004
Return-Path: <4711@chello.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2FAC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Aug 2004 13:29:02 +0000 (GMT)
Received: from chello080110061116.502.15.vie.surfer.at (chello080110061116.502.15.vie.surfer.at [80.110.61.116])
	by mx1.FreeBSD.org (Postfix) with SMTP id 7E53243D31
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Aug 2004 13:29:01 +0000 (GMT)
	(envelope-from 4711@chello.at)
Received: (qmail 67705 invoked from network); 6 Aug 2004 13:28:53 -0000
Received: from matrix010.matrix.net (192.168.123.10)
  by ns.matrix.net with SMTP; 6 Aug 2004 13:28:53 -0000
Message-Id: <1091798933.0@matrix010.matrix.net>
Date: Fri, 6 Aug 2004 15:28:53 +0200
From: "Christian Hiris" <4711@chello.at>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] x11-themes/xenophilia - build target fails with gcc 3.4.2 on CURRENT
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>Number:         70078
>Category:       ports
>Synopsis:       [patch] x11-themes/xenophilia - build target fails with gcc 3.4.2 on CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 13:30:27 GMT 2004
>Closed-Date:    Fri Aug 06 21:27:46 GMT 2004
>Last-Modified:  Fri Aug 06 21:27:46 GMT 2004
>Originator:     Christian Hiris
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Tue Aug  3 01:29:05 CEST 2004
    pfnu@matrix010.matrix.net:/usr/obj/usr/src/sys/MATRIX010



>Description:


cc -O -pipe   -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -DG_DISABLE_CHECKS -fPIC  -c xeno_theme_patches.c
xeno_theme_patches.c: In function `xeno_scrollbar_config':
xeno_theme_patches.c:636: error: label at end of compound statement
*** Error code 1

Stop in /usr/wrkdir/usr/ports/x11-themes/xenophilia/work/Xenophilia-0.7.
*** Error code 1

Stop in /usr/ports/x11-themes/xenophilia.

jail003# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728


>How-To-Repeat:


cd /usr/ports/x11-themes/xenophilia
make


>Fix:


Couldn't find any reference to branch target "nope:" in the code, so i think it should be removed.

--- patch-xeno_theme_patches.c begins here ---
--- xeno_theme_patches.c.orig	Sun Apr 29 20:08:35 2001
+++ xeno_theme_patches.c	Fri Aug  6 15:15:20 2004
@@ -632,7 +632,6 @@
 				spacing = -1;
 				extra = -1;
 			}
-		  nope:
 		}
 		dims->min_length = size;
 	}
--- patch-xeno_theme_patches.c ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Aug 6 21:27:39 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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