From owner-svn-ports-all@FreeBSD.ORG Wed Dec 4 08:22:33 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 BB406938; Wed, 4 Dec 2013 08:22:33 +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 791B11D56; Wed, 4 Dec 2013 08:22:30 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 626B6BDC44; Wed, 4 Dec 2013 09:22:29 +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=xM/7sLk+hLy o/FLNxMms9TbimBs=; b=s3ZUygcKH5VEeHyTwXWhj6xk0MN+abQutCqf9MsmO6T ENBSr2UeHXGIIY3c5ET6WIRVRUaobDzqtg9G06UzQ45dSz5ZVRR34w9ymr79yx1T q5L+WRtKrPftR6OaVsBUepVxOMMnsKDL8SpKJzXjINiv21vn7BsfgWsLaIWRyj1Y = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5150DBDC30; Wed, 4 Dec 2013 09:22:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 05B54C924B7C; Wed, 4 Dec 2013 09:22:28 +0100 (CET) Date: Wed, 04 Dec 2013 09:22:28 +0100 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r335597 - in head/games/battletanks: . files Message-ID: <51213CA212BC580D30A6C09C@atuin.in.mat.cc> In-Reply-To: <201312032314.rB3NEaVG036552@svn.freebsd.org> References: <201312032314.rB3NEaVG036552@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Wed, 04 Dec 2013 08:22:33 -0000 +--On 3 d=C3=A9cembre 2013 23:14:36 +0000 Gerald Pfeifer = wrote: | LIB_DEPENDS=3D sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ | - expat.6:${PORTSDIR}/textproc/expat2 \ | - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ | - smpeg.1:${PORTSDIR}/multimedia/smpeg | + libexpat.so:${PORTSDIR}/textproc/expat2 \ | + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ | + libsmpeg.so:${PORTSDIR}/multimedia/smpeg You missed the first one, should be libsigc-2.0.so :-) --=20 Mathieu Arnold