From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 7 09:20:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84D7A1065675 for ; Sat, 7 Jul 2012 09:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 427308FC21 for ; Sat, 7 Jul 2012 09:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q679K8J4060498 for ; Sat, 7 Jul 2012 09:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q679K8Oi060497; Sat, 7 Jul 2012 09:20:08 GMT (envelope-from gnats) Resent-Date: Sat, 7 Jul 2012 09:20:08 GMT Resent-Message-Id: <201207070920.q679K8Oi060497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Hurling Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A268106566C for ; Sat, 7 Jul 2012 09:13:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8602F8FC08 for ; Sat, 7 Jul 2012 09:13:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q679DagK001180 for ; Sat, 7 Jul 2012 09:13:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q679DZNI001179; Sat, 7 Jul 2012 09:13:35 GMT (envelope-from nobody) Message-Id: <201207070913.q679DZNI001179@red.freebsd.org> Date: Sat, 7 Jul 2012 09:13:35 GMT From: Rainer Hurling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169695: [patch] audio/wsoundprefs: unbroke wsyserror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2012 09:20:08 -0000 >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: