From owner-svn-ports-all@FreeBSD.ORG Thu Aug 8 11:48:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id CC8D43D3; Thu, 8 Aug 2013 11:48:01 +0000 (UTC) Date: Thu, 8 Aug 2013 11:48:01 +0000 From: Alexey Dokuchaev To: William Grzybowski Subject: Re: svn commit: r324391 - head/deskutils/libopensync-plugin-vformat-devel Message-ID: <20130808114801.GA33037@FreeBSD.org> References: <201308081134.r78BYFC9033727@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308081134.r78BYFC9033727@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Aug 2013 11:48:01 -0000 On Thu, Aug 08, 2013 at 11:34:15AM +0000, William Grzybowski wrote: > New Revision: 324391 > URL: http://svnweb.freebsd.org/changeset/ports/324391 > > -LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync > - > -BROKEN= fails to build > +LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync Folks, While it is still not properly documented in the PH, I think we should start converting LIB_DEPENDS to the new format recently implemented by bapt@ in r322328, please take a look: http://freshbsd.org/commit/freebsd-ports/r322328 ./danfe P.S. By "start converting" I do not mean simple oneliners what change nothing except LIB_DEPENDS. Just bear it in mind next time you remove ABI versions, or overhaul/clean some port(s). Thank you.