Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 07:16:54 GMT
From:      dk <lazyklimm@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115499: Update port: audio/ecamegapedal realtime audio processor
Message-ID:  <200708140716.l7E7GsEX089103@www.freebsd.org>
Resent-Message-ID: <200708140720.l7E7KD6V027785@freefall.freebsd.org>

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

>Number:         115499
>Category:       ports
>Synopsis:       Update port: audio/ecamegapedal realtime audio processor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 07:20:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     dk
>Release:        6.2-RELEASE-p5
>Organization:
intellect
>Environment:
FreeBSD admin.intellect.local 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #2: Fri Jun 15 12:16:18 MSD 2007     root@admin.intellect.local:/usr/src/sys/i386/compile/ADMIN  i386
>Description:
No jack support with WITH_JACK and no jackit installed.
>How-To-Repeat:
1)deinstall jackit-xx.xx port(if installed)
2)set WITH_JACK variable
make in ecamegapedal

>Fix:


Patch attached with submission follows:

*** Makefile	Tue Aug 14 09:42:04 2007
--- Makefile	Tue Aug 14 09:37:32 2007
***************
*** 34,39 ****
--- 34,40 ----
  .include <bsd.port.pre.mk>
  
  .if defined(WITH_JACK)
+ LIB_DEPENDS+=	jack.0:${PORTSDIR}/audio/jack
  CONFIGURE_ARGS+= --with-jack=${JACK_DIR}
  .else
  CONFIGURE_ARGS+= --disable-jack


>Release-Note:
>Audit-Trail:
>Unformatted:



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