From owner-svn-ports-all@freebsd.org Wed Dec 20 06:48:26 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 73539E998A8; Wed, 20 Dec 2017 06:48:26 +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 4005A7FBE9; Wed, 20 Dec 2017 06:48:26 +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 vBK6mPpl066704; Wed, 20 Dec 2017 06:48:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK6mPZT066703; Wed, 20 Dec 2017 06:48:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712200648.vBK6mPZT066703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 20 Dec 2017 06:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456777 - head/x11-toolkits/mygui X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-toolkits/mygui X-SVN-Commit-Revision: 456777 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.25 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: Wed, 20 Dec 2017 06:48:26 -0000 Author: jbeich Date: Wed Dec 20 06:48:25 2017 New Revision: 456777 URL: https://svnweb.freebsd.org/changeset/ports/456777 Log: x11-toolkits/mygui: lift BROKEN after r456766 Modified: head/x11-toolkits/mygui/Makefile (contents, props changed) Modified: head/x11-toolkits/mygui/Makefile ============================================================================== --- head/x11-toolkits/mygui/Makefile Wed Dec 20 03:46:08 2017 (r456776) +++ head/x11-toolkits/mygui/Makefile Wed Dec 20 06:48:25 2017 (r456777) @@ -21,9 +21,6 @@ BUILD_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} .endif -BROKEN_aarch64= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' -BROKEN_armv6= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' -BROKEN_armv7= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' BROKEN_powerpc64= fails to build USE_GITHUB= yes