Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 17:39:18 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328716 - head/sysutils/e2fsprogs
Message-ID:  <201309291739.r8THdIW7040498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Sep 29 17:39:18 2013
New Revision: 328716
URL: http://svnweb.freebsd.org/changeset/ports/328716

Log:
  Skip unwieldy m_bigjournal test.
  Avoid removing NLS directories we did not create.

Modified:
  head/sysutils/e2fsprogs/Makefile
  head/sysutils/e2fsprogs/pkg-plist   (contents, props changed)

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sun Sep 29 17:22:55 2013	(r328715)
+++ head/sysutils/e2fsprogs/Makefile	Sun Sep 29 17:39:18 2013	(r328716)
@@ -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
 

Modified: head/sysutils/e2fsprogs/pkg-plist
==============================================================================
--- head/sysutils/e2fsprogs/pkg-plist	Sun Sep 29 17:22:55 2013	(r328715)
+++ head/sysutils/e2fsprogs/pkg-plist	Sun Sep 29 17:39:18 2013	(r328716)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291739.r8THdIW7040498>