ports/181682: [PATCH] audio/pure-audio: do specify portaudio2 so version in LIB_DEPENDS

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Aug 30 13:20:02 UTC 2013


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list