Bug 158825 - [PATCH] sysutils/fusefs-kmod fix for Debian GNU/kFreeBSD
Summary: [PATCH] sysutils/fusefs-kmod fix for Debian GNU/kFreeBSD
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 08:20 UTC by Robert Millan
Modified: 2011-07-31 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (637 bytes, patch)
2011-07-12 08:20 UTC, Robert Millan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Millan 2011-07-12 08:20:02 UTC
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:
Comment 1 Julien Laffaye freebsd_committer freebsd_triage 2011-07-12 12:29:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jlaffaye

I'll take it.
Comment 2 Julien Laffaye freebsd_committer freebsd_triage 2011-07-15 11:23:00 UTC
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
Comment 3 Julien Laffaye freebsd_committer freebsd_triage 2011-07-15 11:23:49 UTC
State Changed
From-To: open->feedback

Awaiting maintainer feedback.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-07-31 13:33:57 UTC
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"
Comment 5 Julien Laffaye freebsd_committer freebsd_triage 2011-07-31 13:35:11 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!