From owner-svn-ports-all@freebsd.org Sat Jan 7 06:24:46 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 1B430CA44DF; Sat, 7 Jan 2017 06:24:46 +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 D39A3125B; Sat, 7 Jan 2017 06:24:45 +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 v076OjpK024339; Sat, 7 Jan 2017 06:24:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v076OiVr024336; Sat, 7 Jan 2017 06:24:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701070624.v076OiVr024336@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 06:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430767 - in head/devel/boost-libs: . files X-SVN-Group: ports-head 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 06:24:46 -0000 Author: jbeich Date: Sat Jan 7 06:24:44 2017 New Revision: 430767 URL: https://svnweb.freebsd.org/changeset/ports/430767 Log: devel/boost-libs: drop -no-integrated-as on aarch64 PR: 213867 Obtained from: upstream MFH: 2017Q1 Added: head/devel/boost-libs/files/patch-clang-as (contents, props changed) Modified: head/devel/boost-libs/Makefile (contents, props changed) Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Sat Jan 7 06:08:28 2017 (r430766) +++ head/devel/boost-libs/Makefile Sat Jan 7 06:24:44 2017 (r430767) @@ -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 Added: head/devel/boost-libs/files/patch-clang-as ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-clang-as Sat Jan 7 06:24:44 2017 (r430767) @@ -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