[Bug 209814] games/diaspora: Split off data files into separate port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 11 15:06:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209814

--- Comment #15 from lightside <lightside at gmx.com> ---
The full list of ports in games category, related to current "runaway_process"
error type:
games/crafty-tablebase-no-pawn
games/crafty-tablebase-pawn
games/diaspora
games/flightgear-data
games/ufoai-data
games/urbanterror-data

I got it with following query.sh script:
-8<--
#!/bin/sh
category=$1
portname=$2
url="http://portsmon.freebsd.org/portoverview.py?category=${category}&portname=${portname}"
wget -qO - "$url" | grep -o "runaway_process" 1>/dev/null && echo
"$category/$portname"
-->8-
and command:
% find /usr/ports/games -type d -maxdepth 1 | sort | xargs basename | xargs -L1
./query.sh games

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list