diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-19 20:34:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-19 20:34:52 +0800 |
commit | c912d680f345fa98763c604b5d432da1373dc4dc (patch) | |
tree | fe11bffdf29baae1db5f319f83372a029e490b46 /games | |
parent | d71b3e3fbfc79710b54129b0bbc4227b81eae33e (diff) | |
download | freebsd-ports-gnome-c912d680f345fa98763c604b5d432da1373dc4dc.tar.gz freebsd-ports-gnome-c912d680f345fa98763c604b5d432da1373dc4dc.tar.zst freebsd-ports-gnome-c912d680f345fa98763c604b5d432da1373dc4dc.zip |
Mark as broken on all emulated builds: runaway process.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/urbanterror-data/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index ed83423d7b99..a56f14ae2b86 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -26,6 +26,11 @@ 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 + OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes |