| Summary: | net-wireless/aircrack-ng-0.7-r1 - ~x86-fbsd keyword request | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | ebfe <knabberknusperhaus> |
| Component: | New packages | Assignee: | Gentoo/BSD Team <bsd+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | crypto+disabled |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
patch for the ebuild
patch for process-group-leader.c |
||
|
Description
ebfe
2007-03-17 04:18:40 UTC
Created attachment 113546 [details, diff]
patch for the ebuild
aircrack-ng will bail out with a syntax error otherwise
Created attachment 113547 [details, diff]
patch for process-group-leader.c
patch to make setpgrp work in freebsd and x86
(In reply to comment #2) > Created an attachment (id=113547) [edit] > patch for process-group-leader.c > > patch to make setpgrp work in freebsd and x86 > Maybe setpgrp (0, 0) can be used for both? the linux definition of setpgrp is setpgrp(void) while FreeBSD defines it as setpgrp(pid, pgrp). I've tested the patch and the test successfully runs on both x86-fbsd and amd64. (In reply to comment #4) > the linux definition of setpgrp is setpgrp(void) while FreeBSD defines it as > setpgrp(pid, pgrp). I've tested the patch and the test successfully runs on > both x86-fbsd and amd64. Sorry! Wrong paste... What about setpgid (0,0)? leads to the same behaviour and might in fact be considered better code :o) 0 for pgrp will use getpid() internally Done. bsd, can you please check it out at your side? USE="-wifi" FEATURES="test" Keyworded ~x86-fbsd, package.use.mask'd wifi USE flag. |