From owner-svn-ports-head@freebsd.org Wed Nov 1 15:37:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 865A5E5E7D4; Wed, 1 Nov 2017 15:37:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6891872D68; Wed, 1 Nov 2017 15:37:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B89A01B96D; Wed, 1 Nov 2017 15:37:21 +0000 (UTC) Date: Wed, 1 Nov 2017 15:37:21 +0000 From: Alexey Dokuchaev To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r453291 - in head/audio/faac: . files Message-ID: <20171101153721.GA80927@FreeBSD.org> References: <201711011535.vA1FZSrc078991@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711011535.vA1FZSrc078991@repo.freebsd.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 01 Nov 2017 15:37:22 -0000 On Wed, Nov 01, 2017 at 03:35:28PM +0000, Thomas Zander wrote: > New Revision: 453291 > URL: https://svnweb.freebsd.org/changeset/ports/453291 > > Log: > Update to upstream version 1.29.8.3 > > [...] > -LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 > - > -USES= autoreconf gmake libtool tar:bzip2 > +USES= gmake libtool > INSTALL_TARGET= install-strip > GNU_CONFIGURE= yes > -CONFIGURE_ARGS= --with-mp4v2 > -CPPFLAGS+= -I${LOCALBASE}/include > -LDFLAGS+= -L${LOCALBASE}/lib > USE_LDCONFIG= yes > - > -post-patch: > - @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h > - @${REINPLACE_CMD} -e 's|||g' \ > - ${WRKSRC}/frontend/main.c Why it no longer depends on `multimedia/mp4v2'? This was not mentioned in the commit log. Care to elaborate? ./danfe