From owner-svn-ports-all@freebsd.org Sat Jan 7 21:27:08 2017 Return-Path: Delivered-To: svn-ports-all@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 2F5DDCA4CCC; Sat, 7 Jan 2017 21:27:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0946E1679; Sat, 7 Jan 2017 21:27:07 +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 v07LR7Qg001361; Sat, 7 Jan 2017 21:27:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v07LR7oj001359; Sat, 7 Jan 2017 21:27:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701072127.v07LR7oj001359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Jan 2017 21:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r430835 - in branches/2017Q1/devel/boost-libs: . 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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 07 Jan 2017 21:27:08 -0000 Author: jbeich Date: Sat Jan 7 21:27:06 2017 New Revision: 430835 URL: https://svnweb.freebsd.org/changeset/ports/430835 Log: MFH: r430767 devel/boost-libs: drop -no-integrated-as on aarch64 PR: 213867 Obtained from: upstream Approved by: ports-secteam (junovitch) Added: branches/2017Q1/devel/boost-libs/files/patch-clang-as - copied unchanged from r430767, head/devel/boost-libs/files/patch-clang-as Modified: branches/2017Q1/devel/boost-libs/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/boost-libs/Makefile ============================================================================== --- branches/2017Q1/devel/boost-libs/Makefile Sat Jan 7 21:24:15 2017 (r430834) +++ branches/2017Q1/devel/boost-libs/Makefile Sat Jan 7 21:27:06 2017 (r430835) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) @@ -30,15 +31,6 @@ ICU_MAKE_ARGS_OFF= boost.locale.icu=off MAKE_ARGS+= --without-python ALL_TARGET= stage -.include - -# XXX CHOSEN_COMPILER_VERSION isn't supported, so check CXX hasn't changed -.if ${ARCH} == aarch64 && ${CXX} == c++ && \ - ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 39 -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -no-integrated-as -.endif - do-install: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_ARGS:NDESTDIR=*:S,^--prefix=,&${STAGEDIR},} ${INSTALL_TARGET} @@ -60,4 +52,4 @@ post-install: -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} -.include +.include Copied: branches/2017Q1/devel/boost-libs/files/patch-clang-as (from r430767, head/devel/boost-libs/files/patch-clang-as) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/devel/boost-libs/files/patch-clang-as Sat Jan 7 21:27:06 2017 (r430835, copy of r430767, head/devel/boost-libs/files/patch-clang-as) @@ -0,0 +1,33 @@ +https://svn.boost.org/trac/boost/ticket/12551 +https://github.com/boostorg/context/commit/26b61a67cf1d + +--- libs/context/src/asm/jump_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/jump_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global jump_fcontext +--- libs/context/src/asm/make_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/make_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global make_fcontext +--- libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global ontop_fcontext