From jim@blues.ghis.net Fri Jul  9 06:30:15 1999
Return-Path: <jim@blues.ghis.net>
Received: from blues.ghis.net (pppc2-93.eisa.net.au [203.166.251.213])
	by hub.freebsd.org (Postfix) with ESMTP id CA875155F1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Jul 1999 06:29:54 -0700 (PDT)
	(envelope-from jim@blues.ghis.net)
Received: (from jim@localhost)
	by blues.ghis.net (8.9.3/8.9.3) id XAA22356;
	Fri, 9 Jul 1999 23:29:46 +1000 (EST)
	(envelope-from jim)
Message-Id: <199907091329.XAA22356@blues.ghis.net>
Date: Fri, 9 Jul 1999 23:29:46 +1000 (EST)
From: jim@phrantic.phear.net
Sender: jim@blues.ghis.net
Reply-To: jim@blues.ghis.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix port: audio/wmmixer
X-Send-Pr-Version: 3.2

>Number:         12574
>Category:       ports
>Synopsis:       fix port: audio/wmmixer
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul  9 06:40:00 PDT 1999
>Closed-Date:    Fri Jul 9 19:45:07 PDT 1999
>Last-Modified:  Fri Jul  9 19:45:17 PDT 1999
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Patch fixes a problem with the wmmixer port failing after extract when
trying to cd to a non-existent work dir..

  ===>  Configuring for wmmixer-1.0b1
  cd: can't cd to /usr/ports/audio/wmmixer/work/wmmixer-1.0-beta1
  *** Error code 2

  Stop.
  *** Error code 1

  ...

>How-To-Repeat:

cd /usr/ports/audio/wmmixer && make

>Fix:

Apply the following diff..

diff -ruN /usr/ports/audio/wmmixer/Makefile wmmixer/Makefile
--- /usr/ports/audio/wmmixer/Makefile	Sun Jun 27 11:52:37 1999
+++ wmmixer/Makefile	Fri Jul  9 23:16:55 1999
@@ -16,6 +16,7 @@
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 
+WRKSRC=			${WRKDIR}/wmmixer
 FETCH_BEFORE_ARGS=	-t
 USE_IMAKE=		yes
 NO_INSTALL_MANPAGES=	yes

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Fri Jul 9 19:45:07 PDT 1999 
State-Changed-Why:  
Fixed, thanks! 
>Unformatted:
