Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 17:15:49 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lichray@gmail.com
Subject:   ports/181682: [PATCH] audio/pure-audio: do specify portaudio2 so version in LIB_DEPENDS
Message-ID:  <20130830131549.A1C88D4@hades.panopticon>
Resent-Message-ID: <201308301320.r7UDK2if032677@freefall.freebsd.org>

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

>Number:         181682
>Category:       ports
>Synopsis:       [PATCH] audio/pure-audio: do specify portaudio2 so version in LIB_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 13:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK
>Description:
Without explicitely specified so lib version for libportaudio from audio/portaudio2, if there's audio/portaudio installed it's libportaudio will be checked instead and portaudio2 not installed, so version is required in this case.

Port maintainer (lichray@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- pure-audio-0.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 325686)
+++ Makefile	(working copy)
@@ -8,7 +8,7 @@
 MAINTAINER=	lichray@gmail.com
 COMMENT=	A digital audio interface for the Pure language
 
-LIB_DEPENDS=	portaudio:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
 		samplerate:${PORTSDIR}/audio/libsamplerate \
 		sndfile:${PORTSDIR}/audio/libsndfile \
 		fftw3:${PORTSDIR}/math/fftw3
--- pure-audio-0.5.patch ends here ---

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



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