| Summary: | [UPDATE] sysutils/fusefs-kmod: update to version 0.3.9.20080208 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alejandro Pulver <alepulver> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alejandro Pulver
2008-02-08 21:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver Submitter has GNATS access (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 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"
State Changed From-To: feedback->closed Committed. Thanks! |