mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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.
This commit is contained in:
parent
da10a41153
commit
5f5c4ad5ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279502
@ -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/
|
||||
|
@ -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]
|
Loading…
Reference in New Issue
Block a user