From cbfe7948cac99ecd7eb24a7393a3ce65c04763db Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 3 Jul 2001 18:13:14 +0000 Subject: Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2 filesystem. WARNING: The sole reason why I'm adding this port is to allow me upgrade gnomeutils port to the latest version. For some very strange reason this new version requires libext2fs to build. The only thing I know for sure about e2fsprogs is that it compiles cleanly on 4-STABLE and 5-CURRENT systems - I have not tested it in action. Please use it with extremal precaution, because due to its low-level nature and Linux roots it can do Very Bad Things[tm] to your data, set fire on your house, kill your cat or something else even more horrible. If someone wants to take over maintainership please feel free to do so. --- sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in (limited to 'sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in') diff --git a/sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in b/sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in new file mode 100644 index 000000000000..ac516f420cea --- /dev/null +++ b/sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/ext2fs/Makefile.in 2001/07/03 15:30:54 1.1 ++++ lib/ext2fs/Makefile.in 2001/07/03 15:31:07 +@@ -156,7 +156,7 @@ + @ELF_CMT@ $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $< + @BSDLIB_CMT@ $(CC) $(ALL_CFLAGS) -fpic -o pic/$*.o -c $< + +-COMPILE_ET=../et/compile_et ++COMPILE_ET=compile_et + + DISTFILES= Makefile *.c *.h image + -- cgit v1.2.3