From owner-svn-ports-all@freebsd.org Mon Nov 14 07:47:50 2016 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 692DCC4092E; Mon, 14 Nov 2016 07:47:50 +0000 (UTC) (envelope-from linimon@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 257B0F10; Mon, 14 Nov 2016 07:47:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAE7lncF058095; Mon, 14 Nov 2016 07:47:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAE7lm4s058086; Mon, 14 Nov 2016 07:47:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611140747.uAE7lm4s058086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 14 Nov 2016 07:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426089 - in head: dns/powerdns editors/mp editors/pdfedit editors/yui emulators/dtcyber emulators/open-vm-tools emulators/open-vm-tools-nox11 emulators/ppsspp 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.23 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: Mon, 14 Nov 2016 07:47:50 -0000 Author: linimon Date: Mon Nov 14 07:47:48 2016 New Revision: 426089 URL: https://svnweb.freebsd.org/changeset/ports/426089 Log: Mark as broken on various tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/dns/powerdns/Makefile head/editors/mp/Makefile head/editors/pdfedit/Makefile head/editors/yui/Makefile head/emulators/dtcyber/Makefile head/emulators/open-vm-tools-nox11/Makefile head/emulators/open-vm-tools/Makefile head/emulators/ppsspp/Makefile Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/dns/powerdns/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -13,8 +13,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_serialization.so:devel/boost-libs -BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= Does not link +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile: error: to_string is not a member of std USES= compiler:c++11-lib cpe gmake libtool pathfix pkgconfig ssl \ tar:bzip2 Modified: head/editors/mp/Makefile ============================================================================== --- head/editors/mp/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/editors/mp/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -35,6 +35,8 @@ QT4_USE= qt4=corelib,gui,moc_build QT4_CONFIGURE_ENV= CPP="${CXX}" CCLINK="${CXX}" QT4_CONFIGURE_WITH= qt4 +BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth + .include .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} Modified: head/editors/pdfedit/Makefile ============================================================================== --- head/editors/pdfedit/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/editors/pdfedit/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -35,6 +35,8 @@ PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options + post-extract: ${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC} Modified: head/editors/yui/Makefile ============================================================================== --- head/editors/yui/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/editors/yui/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -16,7 +16,9 @@ USE_AUTOTOOLS= autoconf aclocal ACLOCAL_ARGS+= -I m4 MAKE_ENV+= LIBPATH=${PREFIX}/lib -BROKEN_sparc64= Does not compile on sparc64 +BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information +BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision +BROKEN_sparc64= Does not compile on sparc64 BROKEN_powerpc64= Does not build OPTIONS_DEFINE= DOCS Modified: head/emulators/dtcyber/Makefile ============================================================================== --- head/emulators/dtcyber/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/emulators/dtcyber/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -23,6 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap +BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types +BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/emulators/open-vm-tools-nox11/Makefile ============================================================================== --- head/emulators/open-vm-tools-nox11/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/emulators/open-vm-tools-nox11/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -5,6 +5,7 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools PKGNAMESUFFIX= -nox11 OPTIONS_EXCLUDE= X11 LIBNOTIFY +BROKEN_mips64= Does not configure: error: Unknown architecture BROKEN_powerpc64= Does not build .include "${MASTERDIR}/Makefile" Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/emulators/open-vm-tools/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -64,11 +64,12 @@ CONFLICTS= open-vm-tools-nox11-[0-9]* CONFLICTS= open-vm-tools-[0-9]* .endif -.include +BROKEN_aarch64= Fails to configure: error: Unknown architecture -.if ${ARCH} == "sparc64" -IGNORE= not yet ported to sparc64 -.endif +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + +.include post-build: cd ${WRKSRC}/modules && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Mon Nov 14 06:49:45 2016 (r426088) +++ head/emulators/ppsspp/Makefile Mon Nov 14 07:47:48 2016 (r426089) @@ -58,6 +58,8 @@ SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= PORTDATA+="assets ${PORTNAME}" +BROKEN_aarch64= Fails to compile: error: use of undeclared identifier AllocateAlignedMemory + post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp