From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 13:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09F164F3 for ; Fri, 30 Aug 2013 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD8F2240D for ; Fri, 30 Aug 2013 13:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UDK2Sa032689 for ; Fri, 30 Aug 2013 13:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7UDK2Ml032688; Fri, 30 Aug 2013 13:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 13:20:02 GMT Resent-Message-Id: <201308301320.r7UDK2Ml032688@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F4F3D4; Fri, 30 Aug 2013 13:15:59 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.117.29]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2ECA23B7; Fri, 30 Aug 2013 13:15:58 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VFOYJ-00042W-8L; Fri, 30 Aug 2013 17:15:51 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 047E7D48; Fri, 30 Aug 2013 17:15:51 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id EDE14D6; Fri, 30 Aug 2013 17:15:50 +0400 (MSK) Message-Id: <20130830131550.EDE14D6@hades.panopticon> Date: Fri, 30 Aug 2013 17:15:50 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181683: [PATCH] audio/gnaural: do specify portaudio2 so version in LIB_DEPENDS Cc: martymac@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 13:20:03 -0000 >Number: 181683 >Category: ports >Synopsis: [PATCH] audio/gnaural: 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:02 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 (martymac@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- gnaural-1.0.20110606_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 325686) +++ Makefile (working copy) @@ -13,7 +13,7 @@ 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 --- gnaural-1.0.20110606_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: