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 340880 - [PATCH] Fix various build problems on FreeBSD
[PATCH] Fix various build problems on FreeBSD
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Build
2.14.x
Other All
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-07 05:10 UTC by Joe Marcus Clarke
Modified: 2007-02-07 08:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Fix various build problems on FreeBSD (2.51 KB, patch)
2006-05-07 05:11 UTC, Joe Marcus Clarke
none Details | Review
Fix various problems on FreeBSD (2.51 KB, patch)
2006-05-08 00:50 UTC, Joe Marcus Clarke
none Details | Review

Description Joe Marcus Clarke 2006-05-07 05:10:19 UTC
Please describe the problem:
Attached is a consolidated patch that fixes various build problems on FreeBSD.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Joe Marcus Clarke 2006-05-07 05:11:23 UTC
Created attachment 64948 [details] [review]
Fix various build problems on FreeBSD
Comment 2 Pawel Worach 2006-05-07 20:44:51 UTC
Marcus, there is a typo in the patch.

+#include <sys/paramh>
should read
+#include <sys/param.h>
Comment 3 Joe Marcus Clarke 2006-05-08 00:50:57 UTC
Created attachment 64981 [details] [review]
Fix various problems on FreeBSD
Comment 4 Roy Marples 2007-01-31 10:23:31 UTC
What's the status of this as it's holding up GNOME adoption on Gentoo/FreeBSD?
Is there anything I can do to help?
Comment 5 Alexander Larsson 2007-02-07 08:38:50 UTC
Commited. Thanks.