Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 1999 23:29:46 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12574: fix port: audio/wmmixer
Message-ID:  <199907091329.XAA22356@blues.ghis.net>

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

>Number:         12574
>Category:       ports
>Synopsis:       fix port: audio/wmmixer
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul  9 06:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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