View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002141 | SOGo | SOPE | public | 2012-12-10 09:35 | 2013-01-09 16:30 |
Reporter | gbechis | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.3a | ||||
Fixed in Version | 2.0.4 | ||||
Summary | 0002141: Sope does not build on OpenBSD-5.2 | ||||
Description | Sope does not build on OpenBSD 5.2, netinet/in.h include is missing from sope-core/NGStreams/NGActiveSocket.m. | ||||
Tags | No tags attached. | ||||
2012-12-10 09:35
|
patch-sope-core_NGStreams_NGActiveSocket_m.diff (670 bytes)
Index: patches/patch-sope-core_NGStreams_NGActiveSocket_m =================================================================== RCS file: patches/patch-sope-core_NGStreams_NGActiveSocket_m diff -N patches/patch-sope-core_NGStreams_NGActiveSocket_m --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-sope-core_NGStreams_NGActiveSocket_m 7 Dec 2012 14:10:43 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- sope-core/NGStreams/NGActiveSocket.m.orig Fri Dec 7 14:53:28 2012 ++++ sope-core/NGStreams/NGActiveSocket.m Fri Dec 7 14:54:45 2012 +@@ -19,6 +19,7 @@ + 02111-1307, USA. + */ + ++#include <netinet/in.h> + #include <netinet/tcp.h> + + #include "config.h" |
Fixed: https://github.com/inverse-inc/sope/commit/efccb03d148c64e10b51dbe2e40be5d08bf1b1c8 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-10 09:35 | gbechis | New Issue | |
2012-12-10 09:35 | gbechis | File Added: patch-sope-core_NGStreams_NGActiveSocket_m.diff | |
2013-01-09 16:30 | ludovic | Note Added: 0005101 | |
2013-01-09 16:30 | ludovic | Status | new => closed |
2013-01-09 16:30 | ludovic | Resolution | open => fixed |
2013-01-09 16:30 | ludovic | Fixed in Version | => 2.0.4 |