From owner-svn-ports-head@freebsd.org Fri Sep 4 15:53:33 2015 Return-Path: Delivered-To: svn-ports-head@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 650D39CA5FC; Fri, 4 Sep 2015 15:53:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3C5F3FDE; Fri, 4 Sep 2015 15:53:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84FrXP5024193; Fri, 4 Sep 2015 15:53:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84FrWDw024190; Fri, 4 Sep 2015 15:53:32 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509041553.t84FrWDw024190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 4 Sep 2015 15:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396101 - in head/devel: omake ptypes thrift X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 15:53:33 -0000 Author: danfe Date: Fri Sep 4 15:53:31 2015 New Revision: 396101 URL: https://svnweb.freebsd.org/changeset/ports/396101 Log: Do not claim that builds are broken on PowerPC when they're in fact not. While here, remove "support" for ia64, which had never been first-class architecture and was officially killed in -CURRENT quite some time ago. Modified: head/devel/omake/Makefile head/devel/ptypes/Makefile head/devel/thrift/Makefile Modified: head/devel/omake/Makefile ============================================================================== --- head/devel/omake/Makefile Fri Sep 4 15:08:40 2015 (r396100) +++ head/devel/omake/Makefile Fri Sep 4 15:53:31 2015 (r396101) @@ -19,8 +19,6 @@ MAKE_JOBS_UNSAFE= yes INFO= omake-doc -BROKEN_powerpc= does not build on powerpc - OPTIONS_DEFINE= DOCS .include Modified: head/devel/ptypes/Makefile ============================================================================== --- head/devel/ptypes/Makefile Fri Sep 4 15:08:40 2015 (r396100) +++ head/devel/ptypes/Makefile Fri Sep 4 15:53:31 2015 (r396101) @@ -20,10 +20,6 @@ OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS D .include -.if ${ARCH} == "powerpc" -BROKEN= Does not install on powerpc -.endif - .if ${PORT_OPTIONS:MDEBUG} DEBUG_FLAGS= "-DDEBUG -g" .endif Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Fri Sep 4 15:08:40 2015 (r396100) +++ head/devel/thrift/Makefile Fri Sep 4 15:53:31 2015 (r396101) @@ -12,9 +12,11 @@ COMMENT= Framework for scalable cross-la LICENSE= APACHE20 -USES= autoreconf gmake libtool pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes +BROKEN_sparc64= does not compile on ${ARCH} + +USES= autoreconf gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -50,10 +52,6 @@ PLIST_FILES= bin/thrift PLIST_SUB+= PORTVERSION="${PORTVERSION}" -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - pre-configure: @${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am