Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2012 09:13:35 GMT
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169695: [patch] audio/wsoundprefs: unbroke wsyserror
Message-ID:  <201207070913.q679DZNI001179@red.freebsd.org>
Resent-Message-ID: <201207070920.q679K8Oi060497@freefall.freebsd.org>

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

>Number:         169695
>Category:       ports
>Synopsis:       [patch] audio/wsoundprefs: unbroke wsyserror
>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:   Sat Jul 07 09:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        10.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r238086: Tue Jul  3 21:49:16 CEST 2012     xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
Port is broken for some month now, because of a undefined reference to `wsyserror'.
>How-To-Repeat:
Try to build the port.
>Fix:
The build should work again with the attached patch under files.

I am not sure if it is ok to only change wsyserror into werror. Perhaps someone could investigate into this?



Patch attached with submission follows:

--- src/SystemInfo.c.orig	1999-06-16 11:53:35.000000000 +0200
+++ src/SystemInfo.c	2012-07-07 10:56:48.000000000 +0200
@@ -117,7 +117,7 @@
 		free(sysinfo);
 	}
 	else {
-		wsyserror(_("Trying to free non-existent SystemInfo struct"));
+		werror(_("Trying to free non-existent SystemInfo struct"));
 	}
 }
 


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



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