From owner-svn-ports-all@freebsd.org Fri Apr 5 01:17:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE61A1564047; Fri, 5 Apr 2019 01:17:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AABE6EE92; Fri, 5 Apr 2019 01:17:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CBCB5DB4; Fri, 5 Apr 2019 01:17:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x351HANf083102; Fri, 5 Apr 2019 01:17:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x351HAlR083101; Fri, 5 Apr 2019 01:17:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201904050117.x351HAlR083101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Apr 2019 01:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497896 - branches/2019Q2/multimedia/dav1d X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/multimedia/dav1d X-SVN-Commit-Revision: 497896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AABE6EE92 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 05 Apr 2019 01:17:11 -0000 Author: jbeich Date: Fri Apr 5 01:17:09 2019 New Revision: 497896 URL: https://svnweb.freebsd.org/changeset/ports/497896 Log: MFH: r497893 multimedia/dav1d: drop unnecessary dependency on binutils Probably, remnants from before UNAME_m workaround for aarch64. Even 0.1.0 builds fine without those. Approved by: ports-secteam blanket Modified: branches/2019Q2/multimedia/dav1d/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/dav1d/Makefile ============================================================================== --- branches/2019Q2/multimedia/dav1d/Makefile Fri Apr 5 01:12:59 2019 (r497895) +++ branches/2019Q2/multimedia/dav1d/Makefile Fri Apr 5 01:17:09 2019 (r497896) @@ -11,10 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} -BUILD_DEPENDS_aarch64= as:devel/binutils BUILD_DEPENDS_amd64= nasm:devel/nasm -BUILD_DEPENDS_armv6= ${LOCALBASE}/bin/as:devel/binutils -BUILD_DEPENDS_armv7= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS_i386= nasm:devel/nasm USES= compiler:c11 meson @@ -24,9 +21,6 @@ GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan GL_COMMIT= 408d0486889f4f6d92f73abdeaef250659a10bc7 CONFIGURE_ENV= UNAME_m=${ARCH} # XXX cpu_family() -CFLAGS_aarch64= -no-integrated-as -CFLAGS_armv6= -no-integrated-as -B${LOCALBASE}/bin -CFLAGS_armv7= -no-integrated-as -B${LOCALBASE}/bin LDFLAGS_i386= -Wl,-z,notext OPTIONS_DEFINE= TEST