From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:06:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B0D592; Sun, 24 Nov 2013 19:06:10 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1D682FFF; Sun, 24 Nov 2013 19:06:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 69AADBDC5D; Sun, 24 Nov 2013 20:06:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=CneuFTXLqsY s9RNH1ucblAVULBk=; b=xQaE6bZMI3v0Ym8EIw1eUxN7hL1NZvWVrC4eFYQcU2L FkWgQGFoCfIb/vBrwedRu0f01c+A+LvXZyV9lmUgkCoWMTato5AA6803cmR5p8jS if9IXpWHnyttq9KeH3tQoZd8D0spYhU5cWM2EE9pkcH8TP4CTGg005qL+OSCC/oQ = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 37091BDC56; Sun, 24 Nov 2013 20:06:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 65DECC86EF6C; Sun, 24 Nov 2013 20:06:07 +0100 (CET) Date: Sun, 24 Nov 2013 20:06:07 +0100 From: Mathieu Arnold To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334764 - head/audio/bmp-modplug Message-ID: <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> In-Reply-To: <201311241859.rAOIxYjZ095316@svn.freebsd.org> References: <201311241859.rAOIxYjZ095316@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 19:06:10 -0000 +--On 24 novembre 2013 18:59:34 +0000 Baptiste Daroussin wrote: | -LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player | -LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug | +LIB_DEPENDS= libeep.so:${PORTSDIR}/multimedia/beep-media-player \ | + libmodplug.so:${PORTSDIR}/audio/libmodplug Are you sure it's equivalent ? -- Mathieu Arnold