69aead19c7
- Support new e2fsprogs-libblkid slave port[1] - Get rid of pkg-install, use @exec option unconditionally[1] - Turn NLS knob into an option[2] - Avoid building/installing things rather than removing them afterwards[2] PR: ports/116434 Submitted by: Matthias Andree <matthias.andree@gmx.de>[1] Alejandro Pulver <alepulver@FreeBSD.org>[2] Approved by: shaun(mentor)
39 lines
1.6 KiB
Text
39 lines
1.6 KiB
Text
bin/chattr
|
|
bin/lsattr
|
|
@unexec if cmp -s %D/etc/mke2fs.conf %D/etc/mke2fs.conf.dist ; then rm -f %D/etc/mke2fs.conf ; else echo "If and only if you are deleting e2fsprogs forever," ; echo "remember to delete %D/etc/mke2fs.conf." ; fi
|
|
@unexec if test -f %D/etc/e2fsck.conf ; then echo "If and only if you are deleting e2fsprogs forever," ; echo "remember to delete %D/etc/e2fsck.conf, too." ; fi
|
|
etc/mke2fs.conf.dist
|
|
@exec test -f %D/etc/mke2fs.conf || cp -p %D/etc/mke2fs.conf.dist %D/etc/mke2fs.conf
|
|
sbin/badblocks
|
|
sbin/blkid
|
|
sbin/debugfs
|
|
sbin/dumpe2fs
|
|
sbin/e2fsck
|
|
sbin/e2image
|
|
sbin/e2label
|
|
sbin/findfs
|
|
sbin/fsck.ext2
|
|
sbin/fsck.ext3
|
|
sbin/fsck_ext2fs
|
|
@exec ln -f %D/sbin/e2fsck /sbin 2>/dev/null || cp -p %D/sbin/e2fsck /sbin
|
|
@exec ln -f %D/sbin/fsck_ext2fs /sbin 2>/dev/null || cp -p %D/sbin/fsck_ext2fs /sbin
|
|
@unexec rm -f /sbin/fsck_ext2fs /sbin/e2fsck
|
|
sbin/logsave
|
|
sbin/mke2fs
|
|
sbin/mkfs.ext2
|
|
sbin/mkfs.ext3
|
|
sbin/mklost+found
|
|
sbin/resize2fs
|
|
sbin/tune2fs
|
|
%%NLS%%share/locale/cs/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/de/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/fr/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/nl/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/pl/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/rw/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/sv/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/tr/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%share/locale/vi/LC_MESSAGES/e2fsprogs.mo
|
|
%%NLS%%@unexec for i in cs de es fr it nl pl rw sv tr vi ; do rmdir -p %D/share/locale/$i/LC_MESSAGES 2>/dev/null || true ; done
|