Bug 112387 - Fix sysutils/fusefs-kmod on CURRENT
Summary: Fix sysutils/fusefs-kmod on CURRENT
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 18:40 UTC by amistry
Modified: 2007-05-29 17:00 UTC (History)
0 users

See Also:


Attachments
fusefs-kmod-0.3.0_5.patch (12.43 KB, patch)
2007-05-03 18:40 UTC, amistry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description amistry 2007-05-03 18:40:03 UTC

Fix a panic on CURRENT.  Fix io holes problem.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 15:47:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-29 16:51:38 UTC
miwi        2007-05-29 15:51:33 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod Makefile 
    sysutils/fusefs-kmod/files patch-fuse_module_fuse.c 
                               patch-fuse_module_fuse.h 
  Log:
  - Fix build error with gcc4.2 [1]
  - Fix panic on Head [2]
  
  PR:             112387 / 112989
  Submitted by:   Artem Naluzhny<tut@nhamon.com.ua> [1]
                  Anish Mistry <amistry@am-productions.biz> (maintainer) [2]
  
  Revision  Changes    Path
  1.11      +1 -1      ports/sysutils/fusefs-kmod/Makefile
  1.5       +205 -30   ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.c
  1.2       +20 -12    ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.h
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 16:51:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!