aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-08-11 17:41:26 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-08-11 17:41:26 +0000
commit5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06 (patch)
treeb42cd599f9729b6209416771d200a1810b979f64 /sysutils/e2fsprogs
parentda10a41153fbc8f7aa4732788a8c635d99fea14f (diff)
downloadports-5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06.tar.gz
ports-5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06.zip
Drop patch that changed mke2fs default inode size to 128.
Not bumping PORTREVISION as there's no urge to push this and it doesn't "fix" anything.
Notes
Notes: svn path=/head/; revision=279502
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile3
-rw-r--r--sysutils/e2fsprogs/files/diff-inode_size14
2 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index f7fb48d5bc31..a4724bfdcf79 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -103,9 +103,6 @@ post-build:
@${ECHO_CMD} '===> Running e2fsprogs self-test suite'
cd ${WRKSRC}/tests && ${GMAKE} check \
|| { head -n30000 ${WRKSRC}/tests/*.failed 2>/dev/null ; exit 1 ; }
-# Now patch mke2fs.conf to default to 128 byte inodes - we need to do this
-# after self tests since they assume 256 byte inodes.
- ${PATCH} -N -d ${WRKSRC} <${FILESDIR}/diff-inode_size
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/fsck_ext2fs ${PREFIX}/sbin/
diff --git a/sysutils/e2fsprogs/files/diff-inode_size b/sysutils/e2fsprogs/files/diff-inode_size
deleted file mode 100644
index 98e8e7e90c6b..000000000000
--- a/sysutils/e2fsprogs/files/diff-inode_size
+++ /dev/null
@@ -1,14 +0,0 @@
-# do not call this patch-* - we need to apply this after running self-tests!
-# -- Matthias Andree, 2009-02-10
-
---- ./misc/mke2fs.conf.orig 2009-02-10 18:32:45.000000000 +0900
-+++ ./misc/mke2fs.conf 2009-02-10 18:32:52.000000000 +0900
-@@ -1,7 +1,7 @@
- [defaults]
- base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
- blocksize = 4096
-- inode_size = 256
-+ inode_size = 128
- inode_ratio = 16384
-
- [fs_types]