Summary: | [patch][sysutils/fusefs-encfs]Include climits on FreeBSD | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olivier - interfaSys sàrl <software-freebsd> | ||||||
Component: | Individual Port(s) | Assignee: | John Marino <marino> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | marino | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
you really have to start providing proper patches. That means a patch to create files/patch-mypatchname file. you're just attaching the contents and leaving it to the committer to create the file. You need to patch the port itself, not the software. In other words, I'm expected another submission. This PR is in limbo. I will :) C++ is not my area of expertise, so I was waiting for some feedback on that include, that's all. there's nobody around to give you feedback. The port is unmaintained. Created attachment 145862 [details]
patch against the port itself
This patch should be ready to apply
port has no maintainer, therefore moving to "patch-ready" status. all for nothing, the patch doesn't apply. I have to generate it myself. interestingly, the offsets of my patch are 4 higher than the original (obsolete) patch that I checked it against. Other than that, identical. A commit references this bug: Author: marino Date: Sun Aug 17 19:56:16 UTC 2014 New revision: 365237 URL: http://svnweb.freebsd.org/changeset/ports/365237 Log: sysutils/encfs: Fix compilation on gcc48 PR: 192645 Submitted by: Olivier (interfaSys) Changes: head/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp the fix is in, thanks. |
Created attachment 145762 [details] Added climits Compilation failed, when using gcc48. The compiler complained about some undefined constants. I traced it back to a missing include. Attached is a modified patch-encfs__encfsctl.cpp