Bug 112402 - [PATCH] sysutils/fusefs-ntfs: use libublio to improve performance
Summary: [PATCH] sysutils/fusefs-ntfs: use libublio to improve performance
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: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 03:10 UTC by Alejandro Pulver
Modified: 2007-06-07 05:10 UTC (History)
0 users

See Also:


Attachments
fusefs-ntfs.diff (42.87 KB, patch)
2007-05-04 03:10 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 2007-05-04 03:10:06 UTC

- Remove unneeded checks of OSVERSION since they are in the corresponding dependencies.
- Add OPTIONS: LOCK and UBLIO. See my mail to freebsd-ports@ entitled "[HEADS UP] ntfs-3g: better performance with libublio".

Also, is "ONLY_FOR_ARCHS=i386 amd64" needed? In that case, please add ONLY_FOR_ARCHS_REASON saying why.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-04 03:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-07 05:01:41 UTC
alepulver    2007-06-07 04:01:33 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-ntfs Makefile distinfo 
  Added files:
    sysutils/fusefs-ntfs/files extra-patch-ublio 
                               patch-libntfs-3g__device.c 
                               patch-libntfs-3g__unix_io.c 
                               pkg-message.in 
  Removed files:
    sysutils/fusefs-ntfs/files patch-libntfs-3g-device_io.c 
                               patch-src-ntfs-3g.c unix_io_raw.c 
  Log:
  - Bump PORTREVISION.
  - Remove unneeded checks of OSVERSION since they are in the corresponding
    dependencies.
  - Add OPTIONS: LOCK and UBLIO.
  
  See:
  www.mail-archive.com/ macfuse-devel@googlegroups.com/msg00053.html
  
  PR:             ports/112402
  Submitted by:   alepulver (myself)
  Approved by:    fjoe (maintainer, timeout: 1 month)
  
  Revision  Changes    Path
  1.11      +37 -11    ports/sysutils/fusefs-ntfs/Makefile
  1.7       +3 -0      ports/sysutils/fusefs-ntfs/distinfo
  1.1       +69 -0     ports/sysutils/fusefs-ntfs/files/extra-patch-ublio (new)
  1.2       +0 -14     ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c (dead)
  1.1       +56 -0     ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__device.c (new)
  1.1       +631 -0    ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c (new)
  1.2       +0 -11     ports/sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c (dead)
  1.1       +37 -0     ports/sysutils/fusefs-ntfs/files/pkg-message.in (new)
  1.4       +0 -587    ports/sysutils/fusefs-ntfs/files/unix_io_raw.c (dead)
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2007-06-07 05:02:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!