After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 168357 - [PATCH] Add FreeBSD wireless support to gnome-netstatus
[PATCH] Add FreeBSD wireless support to gnome-netstatus
Status: RESOLVED FIXED
Product: gnome-netstatus
Classification: Deprecated
Component: general
2.9.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Mark McLoughlin
Mark McLoughlin
Depends on:
Blocks:
 
 
Reported: 2005-02-24 08:16 UTC by Joe Marcus Clarke
Modified: 2005-03-14 14:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Add FreeBSD wireless support to gnome-netstatus (5.61 KB, patch)
2005-02-24 08:16 UTC, Joe Marcus Clarke
accepted-commit_after_freeze Details | Review
Same patch using existing coding style (6.95 KB, patch)
2005-03-03 08:07 UTC, Joe Marcus Clarke
none Details | Review

Description Joe Marcus Clarke 2005-02-24 08:16:13 UTC
Please describe the problem:
The attached patch fixes some build issues on FreeBSD as well as adds support
for all current wireless interfaces under FreeBSD.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Joe Marcus Clarke 2005-02-24 08:16:51 UTC
Created attachment 37878 [details] [review]
Add FreeBSD wireless support to gnome-netstatus
Comment 2 Mark McLoughlin 2005-03-02 18:36:40 UTC
Comment on attachment 37878 [details] [review]
Add FreeBSD wireless support to gnome-netstatus

Patch looks good to me. Thanks.

The only problem I see is that it doesn't follow the same coding style as the
rest of the code. 2 spaces for indentation, braces on their own line etc. etc.

We're in code freeze now, but feel free to commit after 2.10.0 has been
released.
Comment 3 Mark McLoughlin 2005-03-02 18:37:05 UTC
Comment on attachment 37878 [details] [review]
Add FreeBSD wireless support to gnome-netstatus

Patch looks good to me. Thanks.

The only problem I see is that it doesn't follow the same coding style as the
rest of the code. 2 spaces for indentation, braces on their own line etc. etc.

We're in code freeze now, but feel free to commit after 2.10.0 has been
released.
Comment 4 Joe Marcus Clarke 2005-03-03 08:07:31 UTC
Created attachment 38191 [details] [review]
Same patch using existing coding style
Comment 5 Joe Marcus Clarke 2005-03-03 08:08:10 UTC
Okay, I think my latest patch is more inline with the pre-existing coding style.
 However, I don't have commit access, so someone will have to commit this for me
once the freeze lifts.  Thanks.
Comment 6 Mark McLoughlin 2005-03-14 14:38:26 UTC
Thanks Joe, just committed this on HEAD and gnome-2-10:

2005-03-14  Mark McLoughlin  <mark@skynet.ie>

        Patch from Joe Marcus Clarke <marcus@freebsd.org> to
        implement FreeBSD support for wireless details.
        Bug #168357.

        Same as the patch committed on HEAD, except the newly
        added error messages aren't marked for translation.

        * src/netstatus-iface.c: include some missing headers.

        * src/netstatus-sysdeps.c:
        (netstatus_sysdeps_read_iface_wireless_details): Implement
        FreeBSD version.