Path to this page:
./
sysutils/e2fsprogs,
Second extended file system (ext2fs) management programs
Branch: pkgsrc-2018Q1,
Version: 1.43.7,
Package name: e2fsprogs-1.43.7,
Maintainer: pkgsrc-usersThe filesystem utilities for the EXT2/EXT3/EXT4 filesystem, including
e2fsck, mke2fs, dumpe2fs, fsck, and others.
Required to run:[
devel/libblkid] [
devel/libuuid]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 06c5798cbd72d8c6655f5442848ffd33a0c913fc
RMD160: ccfa3a6e474fbb3c5314bd5b6e6cc00eb1bb5076
Filesize: 5162.777 KB
Version history: (Expand)
- (2018-04-04) Package added to pkgsrc.se, version e2fsprogs-1.43.7 (created)
CVS history: (Expand)
2018-04-11 13:49:12 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5736 - requested by maya
sysutils/e2fsprogs: Linux build fix
Revisions pulled up:
- sysutils/e2fsprogs/PLIST.Linux 1.5
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 11 08:11:57 UTC 2018
Added Files:
pkgsrc/sysutils/e2fsprogs: PLIST.Linux
Log message:
e2fsprogs: add linux-specific PLIST.
These files are only built on linux. When attempting to build them on netbsd,
I found I am missing mntent.h, and there might be more changes necessary.
Just make it linux-specific now.
PR pkg/53174, from Albert Ou.
|