Please consider this one-line patch to use __FreeBSD_version instead of __FreeBSD__ in fusefs-kmod. This makes it possible to build fuse module on Debian GNU/kFreeBSD (the compiler on this system doesn't define __FreeBSD__, however __FreeBSD_version is defined by kernel headers and therefore is always available to kernel modules). Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jlaffaye I'll take it.
Maintainer of sysutils/fusefs-kmod, Please note that PR ports/158825 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158825
State Changed From-To: open->feedback Awaiting maintainer feedback.
jlaffaye 2011-07-31 12:33:43 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod/files patch-fuse_module__fuse_io.c Log: Use __FreeBSD_version instead of __FreeBSD__ macro to compile on Debian GNU/kFreeBSD PR: ports/158825 Submitted by: Robert Millan <rmh@debian.org> Approved by: maintainer timeout Revision Changes Path 1.3 +1 -1 ports/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_io.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!