Bug 181683 - [PATCH] audio/gnaural: do specify portaudio2 so version in LIB_DEPENDS
Summary: [PATCH] audio/gnaural: do specify portaudio2 so version in LIB_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 14:20 UTC by Dmitry Marakasov
Modified: 2013-09-04 12:40 UTC (History)
1 user (show)

See Also:


Attachments
gnaural-1.0.20110606_3.patch (380 bytes, patch)
2013-08-30 14:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!