From owner-svn-ports-all@FreeBSD.ORG Sun Feb 8 20:21:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FB9B86B; Sun, 8 Feb 2015 20:21:35 +0000 (UTC) Received: from svn.freebsd.org (svn.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 1B9806B0; Sun, 8 Feb 2015 20:21:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18KLYnX080782; Sun, 8 Feb 2015 20:21:34 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18KLYW0080781; Sun, 8 Feb 2015 20:21:34 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201502082021.t18KLYW0080781@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 8 Feb 2015 20:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378679 - head/devel/boost-libs 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.18-1 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: Sun, 08 Feb 2015 20:21:35 -0000 Author: linimon Date: Sun Feb 8 20:21:34 2015 New Revision: 378679 URL: https://svnweb.freebsd.org/changeset/ports/378679 QAT: https://qat.redports.org/buildarchive/r378679/ Log: The sbruno fix in 369325 worked not just for arm. Remove stale stanza. Modified: head/devel/boost-libs/Makefile Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Sun Feb 8 20:09:03 2015 (r378678) +++ head/devel/boost-libs/Makefile Sun Feb 8 20:21:34 2015 (r378679) @@ -35,10 +35,6 @@ USES+= iconv BJAM_ARGS+= -sICONV_PATH=${LOCALBASE} .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: invokes i386 assembler -.endif - do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage