Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-11-14 06:19:30 +00:00
parent d49489e6db
commit d43f7f7b69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426084
13 changed files with 33 additions and 2 deletions

View file

@ -59,6 +59,8 @@ SOUND_IMPLIES= SDL
SOUND_FILES= cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg
BROKEN_aarch64= Fails to compile: error: comparison of integers of different signs: wchar_t and const int
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36

View file

@ -49,6 +49,9 @@ RUN_DEPENDS= crafty:games/crafty
NO_BUILD= yes
BROKEN_aarch64= Fails to install: runaway process
BROKEN_mips64= Fails to install: runaway process
.if !defined(WITH_TBDIR)
WITH_TBDIR= ${PREFIX}/lib/crafty/TB
.endif

View file

@ -41,6 +41,9 @@ RUN_DEPENDS= crafty:games/crafty
NO_BUILD= yes
NO_ARCH= yes
BROKEN_aarch64= Fails to install: runaway process
BROKEN_mips64= Fails to install: runaway process
.if !defined(WITH_TBDIR)
WITH_TBDIR= ${PREFIX}/lib/crafty/TB
.endif

View file

@ -59,4 +59,6 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 which cannot be narrowed to type char
.include <bsd.port.mk>

View file

@ -39,6 +39,8 @@ ESOUND_LDFLAGS= `pkgconf --libs-only-L esound `
ESOUND_CONFIGURE_ENV_OFF= ac_cv_lib_esd_esd_open_sound=no \
ac_cv_header_esd_h=no
BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list
post-patch:
@${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \
${WRKSRC}/Makefile.in

View file

@ -20,6 +20,10 @@ DATADIR= ${PREFIX}/share/flightgear
PLIST= ${WRKDIR}/pkg-plist
PLIST_DIRS= %%DATADIR%%
BROKEN_aarch64= Fails to install: runaway process
BROKEN_armv64= Fails to install: runaway process
BROKEN_mips64= Fails to install: runaway process
post-patch:
@${RM} ${WRKSRC}/COPYING

View file

@ -30,6 +30,8 @@ WRKSRC= ${WRKDIR}/GPL/GtkRadiant
SUB_FILES= ${PORTNAME}
BROKEN_aarch64= Fails to link: error: ldd command returned with exit code 256
post-patch:
@${GREP} -Rl 'defined[[:blank:]]*([[:blank:]]*__linux__[[:blank:]]*) || defined[[:blank:]]*([[:blank:]]*__APPLE__[[:blank:]]*)' ${WRKSRC} | \
${XARGS} ${REINPLACE_CMD} -e \

View file

@ -18,6 +18,8 @@ USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
USES= gmake
BROKEN_aarch64= Fails to compile: error: no matching function for call to cmdwin_vpush
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c

View file

@ -32,6 +32,8 @@ SUB_FILES= ${PORTNAME}
SUB_LIST= ARCH=${ARCH}
PLIST_SUB:= ${SUB_LIST}
BROKEN_aarch64= Fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
post-patch:
# Add missing checks for __FreeBSD__
@${FIND} ${WRKSRC}/tools -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} \

View file

@ -13,8 +13,6 @@ COMMENT= Video game about traveling in 2D planetary systems
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_sparc64= Doesn't compile on sparc64
GNU_CONFIGURE= yes
USE_SDL= sdl mixer image
@ -36,6 +34,9 @@ DESKTOP_ENTRIES="Spacejunk" \
OPTIONS_DEFINE= DOCS
BROKEN_aarch64= Fails to compile: error: _compile_time_assert__ declared as an array with a negative size
BROKEN_sparc64= Doesn't compile on sparc64
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/gem-uta.c \
${WRKSRC}/libinfo/gem-uta.c

View file

@ -26,6 +26,10 @@ NO_ARCH= yes
DATADIR= share/${PKGNAMEPREFIX:S/-//}
PLIST= ${WRKDIR}/pkg-plist
BROKEN_aarch64= Fails to install: runaway process
BROKEN_armv6= Fails to install: runaway process
BROKEN_mips64= Fails to install: runaway process
post-extract:
@cd ${WRKSRC}/base && \
${FIND} * -type f -exec ${UNZIP_CMD} "{}" -d ${WRKSRC}/base \;

View file

@ -26,6 +26,8 @@ OPTIONS_SUB= yes
SOUND_CONFIGURE_OFF= --without-sound
BROKEN_aarch64= Fails to configure: machine arm64-unknown not recognized
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xgalaga

View file

@ -35,6 +35,8 @@ GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
BZIP2_CONFIGURE_ENABLE= bzip2
BROKEN_aarch64= Fails to linkld: final link failed: Bad value
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}