aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-09-30 01:39:18 +0800
committermandree <mandree@FreeBSD.org>2013-09-30 01:39:18 +0800
commit9095ea89dbdd407831538a6e3adf447867289e4e (patch)
treecf5aece5321729707e7e0efe876e6d0d3e8df1d8 /sysutils
parentd70abb029e8810011b2a5034132b242a214890b0 (diff)
downloadfreebsd-ports-gnome-9095ea89dbdd407831538a6e3adf447867289e4e.tar.gz
freebsd-ports-gnome-9095ea89dbdd407831538a6e3adf447867289e4e.tar.zst
freebsd-ports-gnome-9095ea89dbdd407831538a6e3adf447867289e4e.zip
Skip unwieldy m_bigjournal test.
Avoid removing NLS directories we did not create.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/e2fsprogs/Makefile2
-rw-r--r--sysutils/e2fsprogs/pkg-plist1
2 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index d57548015b97..bc23dec67a06 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -83,7 +83,7 @@ post-patch::
# disable f_mmp_garbage, fails on FreeBSD, and the resize*big_expand tests,
# which are too unwieldy to run automatically (need too much free space).
# f_extent_oobounds fails in Tinderbox and is fine outside, reason unclear.
-.for i in f_mmp_garbage f_extent_oobounds r_64bit_big_expand r_bigalloc_big_expand r_ext4_big_expand
+.for i in f_mmp_garbage f_extent_oobounds r_64bit_big_expand r_bigalloc_big_expand r_ext4_big_expand m_bigjournal
@${MV} ${WRKSRC}/tests/${i} ${WRKSRC}/tests/disabled_test-${i}
.endfor
diff --git a/sysutils/e2fsprogs/pkg-plist b/sysutils/e2fsprogs/pkg-plist
index 5be0861734d4..cf23579e89f8 100644
--- a/sysutils/e2fsprogs/pkg-plist
+++ b/sysutils/e2fsprogs/pkg-plist
@@ -38,4 +38,3 @@ sbin/tune2fs
%%NLS%%share/locale/tr/LC_MESSAGES/e2fsprogs.mo
%%NLS%%share/locale/vi/LC_MESSAGES/e2fsprogs.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo
-%%NLS%%@unexec for i in ca cs de es fr id it nl pl sv tr vi zh_CN ; do rmdir -p %D/share/locale/$i/LC_MESSAGES 2>/dev/null || true ; done