head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q3:1.2.0.26 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.24 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.22 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.18 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.16 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.14 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.4 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.6 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2010.12.31.06.12.03; author taca; state dead; branches; next 1.3; 1.3 date 2010.12.23.06.34.50; author ryoon; state Exp; branches; next 1.2; 1.2 date 2008.03.07.22.40.29; author tron; state Exp; branches; next 1.1; 1.1 date 2007.06.20.19.51.09; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Remove empty patch files which are really unused. @ text @@ 1.3 log @Update e2fsprogs to 1.41.12 from 1.40.7. Fix PR pkg/43950. Major change from 1.40.7: * ext4 filesystem support * many translation updates * many bug-fixes in detail, see RELEASE-NOTES. @ text @@ 1.2 log @Update "e2fsprogs" to version 1.40.7. Changes since version 1.39: - a lot of bug fixes - security fix for CVE-2007-5497 - uuid support @ text @a0 14 $NetBSD$ --- debugfs/util.c.orig 2008-02-28 23:03:53.000000000 +0000 +++ debugfs/util.c 2008-03-07 21:11:18.000000000 +0000 @@@@ -6,7 +6,8 @@@@ * */ -#define _XOPEN_SOURCE /* needed for strptime */ + +#define _XOPEN_SOURCE 500 /* needed for strptime */ #include #include @ 1.1 log @* Honor PKG_SYSCONFDIR. * Simplify the PLISTs by merging them. This makes it easier to handle future platforms that want to install fsck. * Don't compress the info files during installation. The plist module can handle that automatically. * Install the example mke2fs.conf file into the right place. This should fix the latest bulk build error for e2fsprogs. Bump PKGREVISION to 1. @ text @d3 5 a7 3 --- MCONFIG.in.orig 2006-03-22 20:19:19.000000000 -0500 +++ MCONFIG.in @@@@ -33,7 +33,7 @@@@ datadir = @@datadir@@ d9 6 a14 7 CC = @@CC@@ BUILD_CC = @@BUILD_CC@@ -DEFS = -DLOCALEDIR=\"$(localedir)\" @@DEFS@@ +DEFS = -DLOCALEDIR=\"$(localedir)\" -DETC_DIR=\"$(root_sysconfdir)\" @@DEFS@@ CFLAGS = @@CFLAGS@@ CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib @@CPPFLAGS@@ INTL_FLAGS = @@INTL_FLAGS@@ @