Bug 115088 - [PATCH] sysutils/fusefs-ntfs: update pkg-message and misc fix
Summary: [PATCH] sysutils/fusefs-ntfs: update pkg-message and misc fix
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-07-31 17:10 UTC by Alejandro Pulver
Modified: 2007-08-23 15:50 UTC (History)
0 users

See Also:


Attachments
fusefs-ntfs.diff (5.19 KB, patch)
2007-07-31 17: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-07-31 17:10:01 UTC

- Remove ONLY_FOR_ARCHS to see what happens (they say in the website it's more portable now).
- Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man.
- Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it, and the build would succeed but installation of dependencies would fail).
- Add a note in pkg-message about memory usage, and make a gramatical correction.
- Avoid calling fsync() twice.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-31 17:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-23 15:41:45 UTC
fjoe        2007-08-23 14:41:39 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-ntfs Makefile 
    sysutils/fusefs-ntfs/files patch-libntfs-3g__unix_io.c 
                               pkg-message.in 
  Log:
  - Remove ONLY_FOR_ARCHS to see what happens (they say in the website
  it's more portable now).
  - Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man.
  - Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it,
  and the build would succeed but installation of dependencies would fail).
  - Add a note in pkg-message about memory usage, and make a gramatical
  correction.
  - Avoid calling fsync() twice.
  
  PR:             115088
  Submitted by:   alepulver@
  
  Revision  Changes    Path
  1.14      +5 -2      ports/sysutils/fusefs-ntfs/Makefile
  1.3       +16 -16    ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c
  1.2       +6 -3      ports/sysutils/fusefs-ntfs/files/pkg-message.in
_______________________________________________
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 Max Khon freebsd_committer freebsd_triage 2007-08-23 15:44:11 UTC
State Changed
From-To: open->closed

Committed, thanks!