Date: Sat, 11 Jun 2016 15:06:17 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209814] games/diaspora: Split off data files into separate port Message-ID: <bug-209814-13-DDLaxGQrGa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209814-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209814-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209814 --- Comment #15 from lightside <lightside@gmx.com> --- The full list of ports in games category, related to current "runaway_proce= ss" 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=3D$1 portname=3D$2 url=3D"http://portsmon.freebsd.org/portoverview.py?category=3D${category}&p= ortname=3D${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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209814-13-DDLaxGQrGa>