The NetBSD Project

CVS log for pkgsrc/sysutils/e2fsprogs/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / sysutils / e2fsprogs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 31 06:21:33 2010 UTC (16 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Fix pkglint warning.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 23 06:34:50 2010 UTC (17 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

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.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:12 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.16: +6 -9 lines
Diff to previous 1.16 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 7 22:40:29 2008 UTC (4 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.15: +2 -4 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 29 16:17:12 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

Support DESTDIR installation.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 20 19:51:08 2007 UTC (4 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.13: +18 -4 lines
Diff to previous 1.13 (colored)

* 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.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 6 09:35:17 2007 UTC (4 years, 11 months ago) by martti
Branch: MAIN
Changes since 1.12: +4 -7 lines
Diff to previous 1.12 (colored)

Updated sysutils/e2fsprogs to 1.39

This release contains a number of bug fixes and enhancements over the
previous releases. For details, see

http://e2fsprogs.sourceforge.net/e2fsprogs-release.html

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 7 19:54:16 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:28 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:40 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 16 12:25:34 2005 UTC (7 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

hand over maintainership to tech-pkg

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 4 05:22:35 2003 UTC (8 years, 5 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update HOMEPAGE. Old homepage still announced 1999 release and said this
page has been moved.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 9 11:25:11 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 5 14:23:58 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

Handle info file properly.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 14 23:15:54 2003 UTC (9 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update e2fsprogs to 1.32. No list of changes available.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 16 19:19:55 2003 UTC (9 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

When on Linux, don't disable fsck.
Thus, rename PLIST to PLIST.common and add PLIST.Linux.
Changes suggested by Jeremy C. Reed (reed at reedmedia dot net) in
PR pkg/19477.  Thanks and sorry for the delay.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 17 17:42:12 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 11 17:49:28 2000 UTC (11 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Use "${MASTER_SITE_SOURCEFORGE}".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 5 03:10:58 2000 UTC (11 years, 9 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs,
dumpe2fs, fsck, and others. 

I've tested mke2fs and resize2fs on NetBSD 1.5_ALPHA/i386, and they work
fine. (Given that FFS is quite similar to e2fs, i wonder how much work it
would be to adopt resize2fs to FFS...)

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 5 03:10:58 2000 UTC (11 years, 9 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>