Date: Fri, 4 Sep 2015 15:53:32 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> 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 Message-ID: <201509041553.t84FrWDw024190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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 <bsd.port.options.mk> -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509041553.t84FrWDw024190>