Bug 181683

Summary: [PATCH] audio/gnaural: do specify portaudio2 so version in LIB_DEPENDS
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me CC: martymac
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gnaural-1.0.20110606_3.patch none

Description Dmitry Marakasov 2013-08-30 14:20:02 UTC
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 (martymac@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-30 14:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->martymac

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-04 12:39:05 UTC
Author: martymac
Date: Wed Sep  4 11:38:58 2013
New Revision: 326269
URL: http://svnweb.freebsd.org/changeset/ports/326269

Log:
  Fix build when audio/portaudio is installed
  
  PR:		ports/181683
  Submitted by:	amdmi3

Modified:
  head/audio/gnaural/Makefile

Modified: head/audio/gnaural/Makefile
==============================================================================
--- head/audio/gnaural/Makefile	Wed Sep  4 11:00:15 2013	(r326268)
+++ head/audio/gnaural/Makefile	Wed Sep  4 11:38:58 2013	(r326269)
@@ -13,7 +13,7 @@ COMMENT=	Binaural beat generator
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	portaudio:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
 		sndfile:${PORTSDIR}/audio/libsndfile
 
 GNU_CONFIGURE=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ganael LAPLANCHE freebsd_committer freebsd_triage 2013-09-04 12:39:22 UTC
State Changed
From-To: open->closed

Committed, thanks!