Opened 11 years ago
Closed 11 years ago
#2620 closed patch (fixed)
[raster] Debian kFreeBSD not recognized as FreeBSD-like
Reported by: | mwanner | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.2 |
Component: | raster | Version: | 2.1.x |
Keywords: | Cc: |
Description
postgis-2.1.1 fails to build on Debian kFreeBSD, because postgis doesn't recognize it a running a FreeBSD kernel. This can be fixed easily with the provided patch. (Which applies to 2.1.1, but librtcore.h from trunk looks similar enough…)
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | fix-kfreebsd added |
---|
comment:1 by , 11 years ago
Component: | postgis → raster |
---|---|
Owner: | changed from | to
Summary: | Debian kFreeBSD not recognized as FreeBSD-like → [raster] Debian kFreeBSD not recognized as FreeBSD-like |
switching to raster since its part of raster code base.
comment:2 by , 11 years ago
Status: | new → assigned |
---|
comment:3 by , 11 years ago
I'm going to assume that FreeBSD_kernel is true for FreeBSD systems. That's the only thing I wasn't sure about with this patch. committed at r12336 for 2.1 branch.
Now as for trunk (2.2) , I don't see the rt_core/rt_api.h file — dustymugs — what happened to it. Not sure what file to patch if any.
I don't have a FreeBSD to test with unfortunately so can't confirm it won't break FreeBSD. dustymugs or mwanner can you confirm this is not an issue?
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I'm a sloppy reader. Applied to trunk in librtcore.h at r12337.
I'm going to close this out to get it out of the queue - feel free to reopen if you run into issues.
patch - minor change to allow Debian kFreeBSD to be recognized as FreeBSD