diff options
author | asau <asau@pkgsrc.org> | 2011-03-09 20:25:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-03-09 20:25:08 +0000 |
commit | b140ae6de706f315a3ca5ce1841f215c9ba8a695 (patch) | |
tree | e85f055d8b1a5183a2b460c08a548b12253091ff | |
parent | 1904b3ccb9fb03b44b2cfc704064519779c36822 (diff) | |
download | pkgsrc-b140ae6de706f315a3ca5ce1841f215c9ba8a695.tar.gz |
Update to mtools 4.0.14
Changes in 4.0.14:
Fix floppyd for disks bigger than 2 Gig
Remove obsolete -z flag
Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
Mformat now correctly writes backup boot sector
Fixed signedness of serial number in mlabel
Fixed buffer size problem in mlabel
Make mlabel write backup boot sector if FAT32
Catch situation where both clear and new label are given to mlabel
Quote filename parameters to scripts
Mformat: Close file descriptor for boot sector
Added lzip support to scripts/uz
Added Tot_sectors option to mformat
Fixed hidden sector handling in mformat
Minfo generates mformat command lines containing new -T option
Mlabel prints error if label too long
-rw-r--r-- | sysutils/mtools/Makefile | 5 | ||||
-rw-r--r-- | sysutils/mtools/PLIST | 8 | ||||
-rw-r--r-- | sysutils/mtools/distinfo | 10 | ||||
-rw-r--r-- | sysutils/mtools/patches/patch-aa | 21 |
4 files changed, 18 insertions, 26 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index de04e1b16e3..99babbe6fc5 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2010/08/30 02:22:32 obache Exp $ +# $NetBSD: Makefile,v 1.47 2011/03/09 20:25:08 asau Exp $ -DISTNAME= mtools-4.0.13 -PKGREVISION= # +DISTNAME= mtools-4.0.14 CATEGORIES= sysutils MASTER_SITES= http://mtools.linux.lu/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/mtools/PLIST b/sysutils/mtools/PLIST index 4d831cc3d63..7239362de9a 100644 --- a/sysutils/mtools/PLIST +++ b/sysutils/mtools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2008/04/10 21:19:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/03/09 20:25:08 asau Exp $ bin/amuFormat.sh ${PLIST.floppyd}bin/floppyd ${PLIST.floppyd}bin/floppyd_installtest @@ -25,6 +25,7 @@ bin/mmove bin/mpartition bin/mrd bin/mren +bin/mshortname bin/mshowfat bin/mtools bin/mtoolstest @@ -34,8 +35,8 @@ bin/mzip bin/tgz bin/uz info/mtools.info -${PLIST.floppyd}man/man1/floppyd.1 -${PLIST.floppyd}man/man1/floppyd_installtest.1 +man/man1/floppyd.1 +man/man1/floppyd_installtest.1 man/man1/mattrib.1 man/man1/mbadblocks.1 man/man1/mcat.1 @@ -56,6 +57,7 @@ man/man1/mmove.1 man/man1/mpartition.1 man/man1/mrd.1 man/man1/mren.1 +man/man1/mshortname.1 man/man1/mshowfat.1 man/man1/mtools.1 man/man1/mtoolstest.1 diff --git a/sysutils/mtools/distinfo b/sysutils/mtools/distinfo index 78d7051d726..3e98ec0985f 100644 --- a/sysutils/mtools/distinfo +++ b/sysutils/mtools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2010/04/19 13:50:19 is Exp $ +$NetBSD: distinfo,v 1.16 2011/03/09 20:25:08 asau Exp $ -SHA1 (mtools-4.0.13.tar.bz2) = 9f15df3e379c446c4574ebea565a08ef3249380a -RMD160 (mtools-4.0.13.tar.bz2) = dd29aca28d0b039370a02f41156d73112c181f44 -Size (mtools-4.0.13.tar.bz2) = 382262 bytes -SHA1 (patch-aa) = 0979e8007e0ca1b6702aefe62c16b7eb29d5b9a5 +SHA1 (mtools-4.0.14.tar.bz2) = f2b9f96e9a6cf4213e24d1533012a6e211aabdd8 +RMD160 (mtools-4.0.14.tar.bz2) = 28298625f4a7d3cc22c4d9d28aa358cf58462e1f +Size (mtools-4.0.14.tar.bz2) = 384982 bytes +SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3 diff --git a/sysutils/mtools/patches/patch-aa b/sysutils/mtools/patches/patch-aa index 806f4c1ff2c..96ec62e6944 100644 --- a/sysutils/mtools/patches/patch-aa +++ b/sysutils/mtools/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.11 2007/12/09 23:38:24 wiz Exp $ +$NetBSD: patch-aa,v 1.12 2011/03/09 20:25:08 asau Exp $ ---- Makefile.in.orig 2006-02-28 08:55:15.000000000 +0000 -+++ Makefile.in -@@ -11,7 +11,6 @@ USERCFLAGS = +--- Makefile.in.orig 2010-10-17 02:23:20.000000000 +0400 ++++ Makefile.in 2011-03-09 23:09:25.000000000 +0300 +@@ -26,7 +26,6 @@ USERLDFLAGS = USERLDLIBS = @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.11 2007/12/09 23:38:24 wiz Exp $ TEXI2DVI = texi2dvi TEXI2PDF = texi2pdf TEXI2HTML = texi2html -@@ -49,6 +48,7 @@ LN_S = @LN_S@ +@@ -65,6 +64,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -18,16 +18,7 @@ $NetBSD: patch-aa,v 1.11 2007/12/09 23:38:24 wiz Exp $ INSTALL_DATA = @INSTALL_DATA@ INSTALL_INFO = @INSTALL_INFO@ -@@ -56,7 +56,7 @@ INSTALL_INFO = @INSTALL_INFO@ - .SUFFIXES: .o .c - .SUFFIXES: .o .c - --MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ -+MAN1 = @MANFLOPPYD@ @MANFLOPPYD_INSTTEST@ mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ - mclasserase.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 minfo.1 \ - mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ - mrd.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1 -@@ -257,7 +257,7 @@ install-links: $(DESTDIR)$(bindir)/mtool +@@ -277,7 +277,7 @@ install-scripts: $(DESTDIR)$(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) @for j in $(SCRIPTS) ; do \ |