diff options
author | adam <adam@pkgsrc.org> | 2006-01-26 21:43:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-26 21:43:51 +0000 |
commit | 848b9ae948e9964fdcd3a5c3690160e4a4544bd8 (patch) | |
tree | 49f5d41c87fb3f0d22a9b8d60cace95113dd7ddc /sysutils/ntfsprogs/PLIST | |
parent | e78b6c9a6cf5f294f47a47c05db474849ea6cf6c (diff) | |
download | pkgsrc-848b9ae948e9964fdcd3a5c3690160e4a4544bd8.tar.gz |
Changes 1.12.1:
- Fix hardcoded location for uninstalling mount.ntfs-fuse hardlink to
match the relocatable location for installing it.
- Move mount.ntfs-fuse and mkfs.ntfs to be symlinks instead of
hardlinks and move both to /sbin rather than prefix/sbin. Note we
still obey $destdir so building packages works as well as installing
into alternate chroot / other system still works.
- ntfscmp: fix some corner cases and all memory leaks; handle corrupt
NTFS more gracefully.
- If the system does not have realpath(), supply our own dummy version
which just copies the string without any kind of checking or
expansion.
Diffstat (limited to 'sysutils/ntfsprogs/PLIST')
-rw-r--r-- | sysutils/ntfsprogs/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/ntfsprogs/PLIST b/sysutils/ntfsprogs/PLIST index 2198b827c7f..9f452e13723 100644 --- a/sysutils/ntfsprogs/PLIST +++ b/sysutils/ntfsprogs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/05 12:39:38 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/01/26 21:43:51 adam Exp $ bin/ntfscat bin/ntfscluster bin/ntfsfix @@ -8,6 +8,7 @@ include/ntfs/attrib.h include/ntfs/attrlist.h include/ntfs/bitmap.h include/ntfs/bootsect.h +include/ntfs/collate.h include/ntfs/compat.h include/ntfs/compress.h include/ntfs/debug.h @@ -17,6 +18,7 @@ include/ntfs/dir.h include/ntfs/endians.h include/ntfs/gnome-vfs-method.h include/ntfs/gnome-vfs-module.h +include/ntfs/index.h include/ntfs/inode.h include/ntfs/layout.h include/ntfs/lcnalloc.h @@ -24,27 +26,33 @@ include/ntfs/list.h include/ntfs/logfile.h include/ntfs/mft.h include/ntfs/mst.h +include/ntfs/ntfstime.h include/ntfs/runlist.h include/ntfs/security.h include/ntfs/support.h include/ntfs/types.h include/ntfs/unistr.h +include/ntfs/version.h include/ntfs/volume.h lib/libntfs.la man/man8/libntfs-gnomevfs.8 +man/man8/mkfs.ntfs.8 man/man8/mkntfs.8 man/man8/ntfscat.8 man/man8/ntfsclone.8 man/man8/ntfscluster.8 +man/man8/ntfscp.8 man/man8/ntfsfix.8 man/man8/ntfsinfo.8 man/man8/ntfslabel.8 man/man8/ntfsls.8 +man/man8/ntfsmount.8 man/man8/ntfsprogs.8 man/man8/ntfsresize.8 man/man8/ntfsundelete.8 sbin/mkntfs sbin/ntfsclone +sbin/ntfscp sbin/ntfslabel sbin/ntfsresize sbin/ntfsundelete |