From owner-freebsd-ports Sat May 29 22:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E3B153C6 for ; Sat, 29 May 1999 22:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76068; Sat, 29 May 1999 22:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail1.lig.bellsouth.net (mail1.lig.bellsouth.net [205.152.0.55]) by hub.freebsd.org (Postfix) with ESMTP id BCD4B1537C for ; Sat, 29 May 1999 22:41:24 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-144-64.msy.bellsouth.net [209.214.144.64]) by mail1.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id BAA11332 for ; Sun, 30 May 1999 01:41:31 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id AAA41000; Sun, 30 May 1999 00:41:23 -0500 (CDT) (envelope-from glenn) Message-Id: <199905300541.AAA41000@gforce.johnson.home> Date: Sun, 30 May 1999 00:41:23 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11940: Additional patch for wsoundprefs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11940 >Category: ports >Synopsis: Additional patch for the wsoundprefs port. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 29 22:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch to add to the wsoundprefs port. >How-To-Repeat: >Fix: Add the enclosed patch as patch-ac to $PORTS/audio/wsoundprefs. --- src/SoundPaths.c.orig Sun May 30 00:08:59 1999 +++ src/SoundPaths.c Sun May 30 00:13:22 1999 @@ -82,6 +82,7 @@ wwarning(_("bad value in option SoundPath. Using default path list")); addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds"); addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds"); + addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds"); } else { for (i=0; isndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets"); addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets"); + addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets"); } else { for (i=0; iRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message