Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 00:33:58 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426197 - in head: games/iortcw games/oolite graphics/aseprite graphics/libyuv graphics/mozjpeg graphics/ogre3d graphics/opencolorio graphics/pixie graphics/tesseract-data
Message-ID:  <201611160033.uAG0Xwaw043561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov 16 00:33:58 2016
New Revision: 426197
URL: https://svnweb.freebsd.org/changeset/ports/426197

Log:
  Mark as broken on various tier-2 archs.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/iortcw/Makefile
  head/games/oolite/Makefile
  head/graphics/aseprite/Makefile
  head/graphics/libyuv/Makefile
  head/graphics/mozjpeg/Makefile
  head/graphics/ogre3d/Makefile
  head/graphics/opencolorio/Makefile
  head/graphics/pixie/Makefile
  head/graphics/tesseract-data/Makefile

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/games/iortcw/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -43,6 +43,8 @@ SP_INSTALL_TARGET=	sp-install
 MP_ALL_TARGET=	mp
 MP_INSTALL_TARGET=	mp-install
 
+BROKEN_aarch64=		Fails to configure: error: Architecture not supported
+
 post-extract:
 	${CP} ${FILESDIR}/Makefile ${WRKSRC}
 

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/games/oolite/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -52,6 +52,8 @@ PLIST_FILES+=	bin/oolite %%DATADIR%%/ool
 
 OPTIONS_DEFINE=	DOCS
 
+BROKEN_aarch64=		Fails to configure: error: These compiler flags are invalid: -O
+
 .include <bsd.port.pre.mk>
 
 .if exists(${CC})

Modified: head/graphics/aseprite/Makefile
==============================================================================
--- head/graphics/aseprite/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/aseprite/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -56,6 +56,9 @@ CXXFLAGS+=		-I${LOCALBASE}/include/freet
 CXXFLAGS+=		-I${LOCALBASE}/include/freetype2/freetype
 CXXFLAGS+=		-D_GLIBCXX_USE_C99 # XXX ports/193528
 
+BROKEN_aarch64=		Fails to build: undefined reference to __va_copy
+BROKEN_sparc64=		Fails to build: error: vsnprintf is not a member of std
+
 post-extract:
 	@${MKDIR} ${WRKSRC}/third_party/pixman/pixman
 	@${CP} `${MAKE} -C ${PORTSDIR}/x11/pixman -V WRKSRC`/pixman/pixman-combine32.h \

Modified: head/graphics/libyuv/Makefile
==============================================================================
--- head/graphics/libyuv/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/libyuv/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -15,4 +15,6 @@ MAKE_JOBS_UNSAFE=	yes
 CXXFLAGS+=		-fPIC
 USE_LDCONFIG=		yes
 
+BROKEN_aarch64=		Fails to compile: undefined reference to SplitUVRow_NEON
+
 .include <bsd.port.mk>

Modified: head/graphics/mozjpeg/Makefile
==============================================================================
--- head/graphics/mozjpeg/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/mozjpeg/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -13,8 +13,6 @@ COMMENT=	Advanced JPEG encoder for the W
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_powerpc64=	Does not build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	mozilla
 
@@ -44,6 +42,11 @@ SIMD_CONFIGURE_WITH=		simd
 SIMD_BUILD_DEPENDS=		yasm:devel/yasm
 TURBOJPEG_CONFIGURE_WITH=	turbojpeg
 
+BROKEN_aarch64=		Does not configure: error: SIMD support cannot be enabled
+BROKEN_mips64=		Does not configure: error: SIMD support cannot be enabled
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not configure: error: SIMD support cannot be enabled
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^docdir/s|=.*|= ${DOCSDIR}|; \
 		/^exampledir/s|=.*|= ${EXAMPLESDIR}|' \

Modified: head/graphics/ogre3d/Makefile
==============================================================================
--- head/graphics/ogre3d/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/ogre3d/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libzzip.so:devel/zziplib \
 		libfreetype.so:print/freetype2 \
 		libfreeimage.so:graphics/freeimage
 
-BROKEN_powerpc=	does not install
-
 USE_LDCONFIG=	yes
 USES=		tar:bzip2 cmake:outsource pkgconfig compiler:c++11-lib
 USE_SDL=	sdl
@@ -32,6 +30,9 @@ OPTIONS_SUB=	yes
 BOOST_BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 BOOST_RUN_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 
+BROKEN_aarch64=		does not compile: error: class member cannot be redeclared
+BROKEN_powerpc=		does not install
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|include(FindPkgMacros)|return()|g' \
 		${WRKSRC}/CMake/Packages/FindOIS.cmake \

Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/opencolorio/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -11,8 +11,6 @@ COMMENT?=	Complete color management solu
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_powerpc64=	Does not build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	imageworks
 GH_PROJECT=	OpenColorIO
@@ -37,6 +35,12 @@ SHEBANG_FILES=	share/sphinx/ExtractRstFr
 #CMAKE_ARGS+=	-DOCIO_USE_SSE:BOOL=OFF
 #.endif
 
+BROKEN_aarch64=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
+BROKEN_armv6=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
+BROKEN_mips64=		Does not compile: error: unrecognized command line option -msse2
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not compile: error: unrecognized command line option -msse2
+
 .include <bsd.port.options.mk>
 
 .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools

Modified: head/graphics/pixie/Makefile
==============================================================================
--- head/graphics/pixie/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/pixie/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -41,7 +41,8 @@ CFLAGS+=	-fPIC
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-BROKEN_sparc64=	Does not compile on sparc64
+BROKEN_aarch64=		Fails to compile: error: use of undeclared identifier CRenderer
+BROKEN_sparc64=		Does not compile on sparc64
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/tesseract-data/Makefile
==============================================================================
--- head/graphics/tesseract-data/Makefile	Wed Nov 16 00:33:36 2016	(r426196)
+++ head/graphics/tesseract-data/Makefile	Wed Nov 16 00:33:58 2016	(r426197)
@@ -29,6 +29,9 @@ TESSERACT_LANGS?=afr amh ara asm aze aze
 
 PORTDATA=	${TESSERACT_LANGS:O:u:S|$|.traineddata|}
 
+BROKEN_aarch64=		Fails to install: runaway process
+BROKEN_sparc64=		Fails to install: runaway process
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 .for l in ${PORTDATA}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611160033.uAG0Xwaw043561>