Bug 120420 - [UPDATE] sysutils/fusefs-kmod: update to version 0.3.9.20080208
Summary: [UPDATE] sysutils/fusefs-kmod: update to version 0.3.9.20080208
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 21:40 UTC by Alejandro Pulver
Modified: 2008-02-16 18:10 UTC (History)
0 users

See Also:


Attachments
fusefs-kmod.diff (18.77 KB, patch)
2008-02-08 21:40 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver freebsd_committer freebsd_triage 2008-02-08 21:40:00 UTC

- Update to version 0.3.9.20080208.
- Download directly from the Mercurial reposirory (as tarball), to ease maintainence.
- Remove all local patches as they were integrated.
- Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual replacement.
- Use kldload instead of rc.d script in setup.sh.in because the latter gives an error.
- Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait until disks are synced.
- Update pkg-message.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-08 21:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-08 21:40:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 18:05:55 UTC
alepulver    2008-02-16 18:05:38 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod Makefile distinfo 
    sysutils/fusefs-kmod/files fusefs.in pkg-message.in 
  Added files:
    sysutils/fusefs-kmod/files setup.sh.in 
  Removed files:
    sysutils/fusefs-kmod/files patch-fuse_io.c 
                               patch-fuse_module_Makefile 
                               patch-fuse_module_fuse.h 
                               patch-fuse_vfsops.c 
                               patch-fuse_vnops.c 
                               patch-mount_fusefs-mount_fusefs.c 
                               setup.sh 
  Log:
  From [1]:
  - Update to version 0.3.9-pre1.20080208 (agreed with author).
  - Download directly from the Mercurial reposirory (as tarball), to ease
    maintainence.
  - Remove all local patches as they were integrated.
  - Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual
    replacement.
  - Use kldload instead of rc.d script in setup.sh.in because the latter gives
    an error.
  - Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait
    until disks are synced (synchronous unmount).
  - Update pkg-message.
  
  From [2]:
  - Pass SRC_BASE to the actual build (previously was only used by the port to
    detect if the source was installed, but not passed to the internal Makefile).
  
  PR:             ports/120420 [1], ports/118112 [2]
  Submitted by:   alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2]
  Approved by:    maintainer (timeout) [1], maintainer [2]
  
  Revision  Changes    Path
  1.19      +17 -16    ports/sysutils/fusefs-kmod/Makefile
  1.6       +3 -3      ports/sysutils/fusefs-kmod/distinfo
  1.6       +4 -4      ports/sysutils/fusefs-kmod/files/fusefs.in
  1.3       +0 -35     ports/sysutils/fusefs-kmod/files/patch-fuse_io.c (dead)
  1.5       +0 -18     ports/sysutils/fusefs-kmod/files/patch-fuse_module_Makefile (dead)
  1.4       +0 -36     ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.h (dead)
  1.3       +0 -108    ports/sysutils/fusefs-kmod/files/patch-fuse_vfsops.c (dead)
  1.3       +0 -211    ports/sysutils/fusefs-kmod/files/patch-fuse_vnops.c (dead)
  1.3       +0 -21     ports/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c (dead)
  1.3       +2 -3      ports/sysutils/fusefs-kmod/files/pkg-message.in
  1.3       +0 -52     ports/sysutils/fusefs-kmod/files/setup.sh (dead)
  1.1       +52 -0     ports/sysutils/fusefs-kmod/files/setup.sh.in (new)
_______________________________________________
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 4 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 18:06:39 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!