Bug 118569 - [PATCH] sysutils/ntfsprogs: use @exec/@unexec to handle symlinks
Summary: [PATCH] sysutils/ntfsprogs: use @exec/@unexec to handle symlinks
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-12-12 07:00 UTC by Alejandro Pulver
Modified: 2007-12-12 17:10 UTC (History)
0 users

See Also:


Attachments
ntfsprogs.diff (1.25 KB, patch)
2007-12-12 07:00 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-12-12 07:00:06 UTC

Use @exec/@unexec to create/remove the symlink instead of directly archiving with tar(1) inside the package.

This seems to cause problems sometimes (my patch to fusefs-kmod was changed to operate this way, but it also had two files with the same name under different prefixes), but I think in general it's better this way.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-12 07:00:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->farrokhi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-12-12 17:00:28 UTC
Responsible Changed
From-To: farrokhi->alepulver

Looks fine approved.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-12 17:05:06 UTC
alepulver    2007-12-12 17:05:00 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ntfsprogs   Makefile pkg-plist 
  Log:
  - Use @exec/@unexec pkg-plist directives to handle the symlink (do not archive
    directly like before).
  - Bump PORTREVISION.
  
  PR:             ports/118569
  Submitted by:   alepulver (myself)
  Approved by:    miwi
  
  Revision  Changes    Path
  1.32      +1 -1      ports/sysutils/ntfsprogs/Makefile
  1.13      +2 -2      ports/sysutils/ntfsprogs/pkg-plist
_______________________________________________
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 2007-12-12 17:05:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!