diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-03 17:59:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-03 17:59:09 +0000 |
commit | 3ac2f4749e2a674172f00688c8aec727bc930678 (patch) | |
tree | c6b2355281d91b2afc86754bed4244ffdd222a3f /Tools/portbuild | |
parent | a9e22205ffcb78550b22702dbc07efa815b79b96 (diff) | |
download | ports-3ac2f4749e2a674172f00688c8aec727bc930678.tar.gz ports-3ac2f4749e2a674172f00688c8aec727bc930678.zip |
Notes
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index d197309a6488..8f2719512935 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -267,6 +267,8 @@ elif bzgrep -q "/usr/bin/ld: cannot find -lXThrStub" $1; then reason="threads"; tag="threads" elif bzgrep -q "<varargs.h> is obsolete with this version of GCC" $1; then reason="varargs"; tag="varargs" +elif bzgrep -q "shminit failed: Permission denied" $1; then + reason="sysvipc"; tag="sysvipc" # Although these can be fairly common, and thus in one sense ought to be # earlier in the evaluation, in practice they are most often secondary |