Skip to content

Commit

Permalink
Mark as broken on various tier-2 archs.
Browse files Browse the repository at this point in the history
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
  • Loading branch information
linimon authored and linimon committed Nov 16, 2016
1 parent e0e4a9f commit d19ffea
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 7 deletions.
2 changes: 2 additions & 0 deletions games/iortcw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 2 additions & 0 deletions games/oolite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/oolite \

OPTIONS_DEFINE= DOCS

BROKEN_aarch64= Fails to configure: error: These compiler flags are invalid: -O

.include <bsd.port.pre.mk>

.if exists(${CC})
Expand Down
3 changes: 3 additions & 0 deletions graphics/aseprite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ CXXFLAGS+= -I${LOCALBASE}/include/freetype2
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 \
Expand Down
2 changes: 2 additions & 0 deletions graphics/libyuv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>
7 changes: 5 additions & 2 deletions graphics/mozjpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ COMMENT= Advanced JPEG encoder for the Web
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BROKEN_powerpc64= Does not build

USE_GITHUB= yes
GH_ACCOUNT= mozilla

Expand Down Expand Up @@ -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}|' \
Expand Down
5 changes: 3 additions & 2 deletions graphics/ogre3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down
8 changes: 6 additions & 2 deletions graphics/opencolorio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ COMMENT?= Complete color management solution

LICENSE= BSD3CLAUSE

BROKEN_powerpc64= Does not build

USE_GITHUB= yes
GH_ACCOUNT= imageworks
GH_PROJECT= OpenColorIO
Expand All @@ -37,6 +35,12 @@ SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \
#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
Expand Down
3 changes: 2 additions & 1 deletion graphics/pixie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions graphics/tesseract-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ TESSERACT_LANGS?=afr amh ara asm aze aze_cyrl bel ben bod bos bul cat ceb ces \

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}
Expand Down

0 comments on commit d19ffea

Please sign in to comment.