Bug 118112 - [PATCH] sysutils/fusefs-kmod: use SRC_BASE
Summary: [PATCH] sysutils/fusefs-kmod: use SRC_BASE
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: 2007-11-19 03:00 UTC by Yuri Pankov
Modified: 2008-02-16 18:10 UTC (History)
1 user (show)

See Also:


Attachments
fusefs-kmod-0.3.9.p1_3.patch (736 bytes, patch)
2007-11-19 03:00 UTC, Yuri Pankov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Pankov 2007-11-19 03:00:06 UTC
Make it actually use SRC_BASE.

Port maintainer (amistry@am-productions.biz) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-19 03:00:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 amistry 2007-11-19 15:41:55 UTC
Looks good to me.  Would a ports guru comment on the patch?  Also does 
this need to happen for other ports?
-- 
Anish Mistry
amistry@am-productions.biz
AM Productions http://am-productions.biz/
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-28 18:49:33 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 17:49:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-02-16 18:05:56 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 6 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 18:06:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!