From owner-svn-ports-all@FreeBSD.ORG Thu Dec 12 19:30:43 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id AC0A2E19; Thu, 12 Dec 2013 19:30:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 98B8C10A0; Thu, 12 Dec 2013 19:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBCJUhk8050128; Thu, 12 Dec 2013 19:30:43 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBCJUhlt050127; Thu, 12 Dec 2013 19:30:43 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312121930.rBCJUhlt050127@svn.freebsd.org> From: Pawel Pekala Date: Thu, 12 Dec 2013 19:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336285 - head/audio/audacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 19:30:43 -0000 Author: pawel Date: Thu Dec 12 19:30:43 2013 New Revision: 336285 URL: http://svnweb.freebsd.org/changeset/ports/336285 Log: Depend on audio/libsndfile, package links to it when available on system and at least TWOLAME option needs it to configure properly. PR: ports/183950 Submitted by: Horia Racoviceanu Approved by: maintainer timeout Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Thu Dec 12 19:15:20 2013 (r336284) +++ head/audio/audacity/Makefile Thu Dec 12 19:30:43 2013 (r336285) @@ -3,6 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -13,6 +14,8 @@ COMMENT= GUI editor for digital audio wa LICENSE= GPLv2 +LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile + WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} USE_AUTOTOOLS= aclocal autoconf @@ -66,9 +69,6 @@ CONFIGURE_ARGS+= --disable-sse DEBUG_CONFIGURE_WITH= debug -SNDFILE_CONFIGURE_WITH= libsndfile -SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile - FFMPEG_CONFIGURE_WITH= ffmpeg FFMPEG_RUN_DEPENDS= ffmpeg0:${PORTSDIR}/multimedia/ffmpeg0 FFMPEG_BUILD_DEPENDS= ffmpeg0>=0:${PORTSDIR}/multimedia/ffmpeg0