From owner-svn-ports-branches@freebsd.org Mon Aug 17 03:36:53 2015 Return-Path: Delivered-To: svn-ports-branches@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 4C2329BADE4; Mon, 17 Aug 2015 03:36:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F6817DC; Mon, 17 Aug 2015 03:36:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7H3ar16050947; Mon, 17 Aug 2015 03:36:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7H3arnj050946; Mon, 17 Aug 2015 03:36:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508170336.t7H3arnj050946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Aug 2015 03:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394435 - branches/2015Q3/multimedia/openh264/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 03:36:53 -0000 Author: jbeich Date: Mon Aug 17 03:36:52 2015 New Revision: 394435 URL: https://svnweb.freebsd.org/changeset/ports/394435 Log: MFH: r394430 multimedia/openh264: unbreak build on armv6 Disable NEON support for armv6 (softfp). Alas, MACHINE_CPU is underspecified on arm* to conditionalize NEON check within a port. PR: 201273 Reported by: pkg-fallout Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam (delphij) Added: branches/2015Q3/multimedia/openh264/files/patch-build_arch.mk - copied unchanged from r394430, head/multimedia/openh264/files/patch-build_arch.mk Modified: Directory Properties: branches/2015Q3/ (props changed) Copied: branches/2015Q3/multimedia/openh264/files/patch-build_arch.mk (from r394430, head/multimedia/openh264/files/patch-build_arch.mk) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/multimedia/openh264/files/patch-build_arch.mk Mon Aug 17 03:36:52 2015 (r394435, copy of r394430, head/multimedia/openh264/files/patch-build_arch.mk) @@ -0,0 +1,11 @@ +--- build/arch.mk.orig 2015-08-09 21:14:55 UTC ++++ build/arch.mk +@@ -1,7 +1,7 @@ + ifneq ($(filter %86 x86_64, $(ARCH)),) + include $(SRC_PATH)build/x86-common.mk + endif +-ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),) ++ifneq ($(filter-out armv6 arm64, $(filter arm%, $(ARCH))),) + ifeq ($(USE_ASM), Yes) + ASM_ARCH = arm + ASMFLAGS += -I$(SRC_PATH)codec/common/arm/