diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
commit | 28c86ac1bf4e15348daf1198bc6371993ff1d7a4 (patch) | |
tree | 815de9cffc1abfb43c0843b0398f4e0dcb0a1f89 /games | |
parent | 96199e4151d915715f9f25028c95b810c0a2a907 (diff) | |
download | freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.gz freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.zst freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.zip |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear-data/Makefile | 1 | ||||
-rw-r--r-- | games/ufoai-data/Makefile | 1 | ||||
-rw-r--r-- | games/urbanterror-data/Makefile | 1 | ||||
-rw-r--r-- | games/xoids/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index 39ac15453f03..ac1fedc008b2 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -21,7 +21,6 @@ PLIST= ${WRKDIR}/pkg-plist PLIST_DIRS= %%DATADIR%% BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process post-patch: diff --git a/games/ufoai-data/Makefile b/games/ufoai-data/Makefile index ae19c0ed19be..534ade70a0ec 100644 --- a/games/ufoai-data/Makefile +++ b/games/ufoai-data/Makefile @@ -27,7 +27,6 @@ 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: diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index de1be2dc700d..ff7a104e41ef 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -27,7 +27,6 @@ URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} PLIST_SUB+= VER=${URT_VER} BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv6= Fails to install: runaway process BROKEN_mips= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 246ec63ef050..275e06a1c800 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps -BROKEN_armv6= dumps core: Unknown addressing mode for CP reference! NOT_FOR_ARCHS= mips64 NOT_FOR_ARCHS_REASON= unknown architecture |