From owner-freebsd-ports@FreeBSD.ORG Fri Feb 17 10:33:21 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6677B1065676 for ; Fri, 17 Feb 2012 10:33:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id A31DE8FC17 for ; Fri, 17 Feb 2012 10:33:20 +0000 (UTC) Received: (qmail 89809 invoked from network); 17 Feb 2012 10:33:17 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 17 Feb 2012 10:33:17 -0000 Message-ID: <4F3E2CED.90601@FreeBSD.org> Date: Fri, 17 Feb 2012 11:33:17 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120201 Firefox/10.0 SeaMonkey/2.7 MIME-Version: 1.0 To: Andriy Gapon References: <4F3E289D.9050605@FreeBSD.org> In-Reply-To: <4F3E289D.9050605@FreeBSD.org> Content-Type: text/plain; charset=x-viet-vps; format=flowed Content-Transfer-Encoding: 7bit Cc: ashish@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: recent portrevision bump for libvpx X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 10:33:21 -0000 Andriy Gapon wrote: > Needless to say that all these ports got their port revisions bumped. > Was there a good reason for that? I don't know. > > I just know that now I need to needlessly reinstall/rebuild about a hundred > ports, many of which are not quite light-weight. It's time to experiment seriously with ${EXPLICIT_PACKAGE_DEPENDS} and libtool patch to not link to indirect dependencies (ports/104877). Ideally a port should include in LIB_DEPENDS all the direct dependencies. -- Alex Dupre