From owner-svn-ports-all@freebsd.org Thu Oct 3 13:55:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DD85136A88; Thu, 3 Oct 2019 13:55:13 +0000 (UTC) (envelope-from pkubaj@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 46kZJc6PQCz48yn; Thu, 3 Oct 2019 13:55:12 +0000 (UTC) (envelope-from pkubaj@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 BACDED1B6; Thu, 3 Oct 2019 13:55:12 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x93DtC4S022286; Thu, 3 Oct 2019 13:55:12 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93DtCdn022285; Thu, 3 Oct 2019 13:55:12 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201910031355.x93DtCdn022285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 3 Oct 2019 13:55:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513666 - head/devel/aws-sdk-cpp X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/aws-sdk-cpp X-SVN-Commit-Revision: 513666 X-SVN-Commit-Repository: ports 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.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: Thu, 03 Oct 2019 13:55:13 -0000 Author: pkubaj Date: Thu Oct 3 13:55:12 2019 New Revision: 513666 URL: https://svnweb.freebsd.org/changeset/ports/513666 Log: devel/aws-sdk-cpp: unbreak on powerpc64 Builds fine. Approved by: mentors (implicit approval) Modified: head/devel/aws-sdk-cpp/Makefile Modified: head/devel/aws-sdk-cpp/Makefile ============================================================================== --- head/devel/aws-sdk-cpp/Makefile Thu Oct 3 13:52:44 2019 (r513665) +++ head/devel/aws-sdk-cpp/Makefile Thu Oct 3 13:55:12 2019 (r513666) @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: runaway process BROKEN_armv6= fails to build: runaway process BROKEN_armv7= fails to build: runaway process -BROKEN_powerpc64= fails to build: runaway process LIB_DEPENDS= libcurl.so:ftp/curl \ libpulse.so:audio/pulseaudio \