ports/169695: [patch] audio/wsoundprefs: unbroke wsyserror

Rainer Hurling rhurlin at gwdg.de
Sat Jul 7 09:20:08 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list