Wed Mar 9 20:25:09 2011 UTC ()
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


(asau)
diff -r1.46 -r1.47 pkgsrc/sysutils/mtools/Makefile
diff -r1.9 -r1.10 pkgsrc/sysutils/mtools/PLIST
diff -r1.15 -r1.16 pkgsrc/sysutils/mtools/distinfo
diff -r1.11 -r1.12 pkgsrc/sysutils/mtools/patches/patch-aa

cvs diff -r1.46 -r1.47 pkgsrc/sysutils/mtools/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/mtools/Makefile 2010/08/30 02:22:32 1.46
+++ pkgsrc/sysutils/mtools/Makefile 2011/03/09 20:25:08 1.47
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.46 2010/08/30 02:22:32 obache Exp $ 1# $NetBSD: Makefile,v 1.47 2011/03/09 20:25:08 asau Exp $
2 2
3DISTNAME= mtools-4.0.13 3DISTNAME= mtools-4.0.14
4PKGREVISION= # 
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6MASTER_SITES= http://mtools.linux.lu/ 5MASTER_SITES= http://mtools.linux.lu/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= is@NetBSD.org 8MAINTAINER= is@NetBSD.org
10HOMEPAGE= http://mtools.linux.lu/ 9HOMEPAGE= http://mtools.linux.lu/
11COMMENT= FAT (MS-DOS, Atari) disk access tools 10COMMENT= FAT (MS-DOS, Atari) disk access tools
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_TOOLS+= gmake makeinfo 16USE_TOOLS+= gmake makeinfo

cvs diff -r1.9 -r1.10 pkgsrc/sysutils/mtools/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/mtools/PLIST 2008/04/10 21:19:19 1.9
+++ pkgsrc/sysutils/mtools/PLIST 2011/03/09 20:25:08 1.10
@@ -1,64 +1,66 @@ @@ -1,64 +1,66 @@
1@comment $NetBSD: PLIST,v 1.9 2008/04/10 21:19:19 jlam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2011/03/09 20:25:08 asau Exp $
2bin/amuFormat.sh 2bin/amuFormat.sh
3${PLIST.floppyd}bin/floppyd 3${PLIST.floppyd}bin/floppyd
4${PLIST.floppyd}bin/floppyd_installtest 4${PLIST.floppyd}bin/floppyd_installtest
5bin/lz 5bin/lz
6bin/mattrib 6bin/mattrib
7bin/mbadblocks 7bin/mbadblocks
8bin/mcat 8bin/mcat
9bin/mcd 9bin/mcd
10bin/mcheck 10bin/mcheck
11bin/mclasserase 11bin/mclasserase
12bin/mcomp 12bin/mcomp
13bin/mcopy 13bin/mcopy
14bin/mdel 14bin/mdel
15bin/mdeltree 15bin/mdeltree
16bin/mdir 16bin/mdir
17bin/mdu 17bin/mdu
18bin/mformat 18bin/mformat
19bin/minfo 19bin/minfo
20bin/mkmanifest 20bin/mkmanifest
21bin/mlabel 21bin/mlabel
22bin/mmd 22bin/mmd
23bin/mmount 23bin/mmount
24bin/mmove 24bin/mmove
25bin/mpartition 25bin/mpartition
26bin/mrd 26bin/mrd
27bin/mren 27bin/mren
 28bin/mshortname
28bin/mshowfat 29bin/mshowfat
29bin/mtools 30bin/mtools
30bin/mtoolstest 31bin/mtoolstest
31bin/mtype 32bin/mtype
32bin/mxtar 33bin/mxtar
33bin/mzip 34bin/mzip
34bin/tgz 35bin/tgz
35bin/uz 36bin/uz
36info/mtools.info 37info/mtools.info
37${PLIST.floppyd}man/man1/floppyd.1 38man/man1/floppyd.1
38${PLIST.floppyd}man/man1/floppyd_installtest.1 39man/man1/floppyd_installtest.1
39man/man1/mattrib.1 40man/man1/mattrib.1
40man/man1/mbadblocks.1 41man/man1/mbadblocks.1
41man/man1/mcat.1 42man/man1/mcat.1
42man/man1/mcd.1 43man/man1/mcd.1
43man/man1/mclasserase.1 44man/man1/mclasserase.1
44man/man1/mcopy.1 45man/man1/mcopy.1
45man/man1/mdel.1 46man/man1/mdel.1
46man/man1/mdeltree.1 47man/man1/mdeltree.1
47man/man1/mdir.1 48man/man1/mdir.1
48man/man1/mdu.1 49man/man1/mdu.1
49man/man1/mformat.1 50man/man1/mformat.1
50man/man1/minfo.1 51man/man1/minfo.1
51man/man1/mkmanifest.1 52man/man1/mkmanifest.1
52man/man1/mlabel.1 53man/man1/mlabel.1
53man/man1/mmd.1 54man/man1/mmd.1
54man/man1/mmount.1 55man/man1/mmount.1
55man/man1/mmove.1 56man/man1/mmove.1
56man/man1/mpartition.1 57man/man1/mpartition.1
57man/man1/mrd.1 58man/man1/mrd.1
58man/man1/mren.1 59man/man1/mren.1
 60man/man1/mshortname.1
59man/man1/mshowfat.1 61man/man1/mshowfat.1
60man/man1/mtools.1 62man/man1/mtools.1
61man/man1/mtoolstest.1 63man/man1/mtoolstest.1
62man/man1/mtype.1 64man/man1/mtype.1
63man/man1/mzip.1 65man/man1/mzip.1
64man/man5/mtools.5 66man/man5/mtools.5

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/mtools/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/mtools/distinfo 2010/04/19 13:50:19 1.15
+++ pkgsrc/sysutils/mtools/distinfo 2011/03/09 20:25:08 1.16
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.15 2010/04/19 13:50:19 is Exp $ 1$NetBSD: distinfo,v 1.16 2011/03/09 20:25:08 asau Exp $
2 2
3SHA1 (mtools-4.0.13.tar.bz2) = 9f15df3e379c446c4574ebea565a08ef3249380a 3SHA1 (mtools-4.0.14.tar.bz2) = f2b9f96e9a6cf4213e24d1533012a6e211aabdd8
4RMD160 (mtools-4.0.13.tar.bz2) = dd29aca28d0b039370a02f41156d73112c181f44 4RMD160 (mtools-4.0.14.tar.bz2) = 28298625f4a7d3cc22c4d9d28aa358cf58462e1f
5Size (mtools-4.0.13.tar.bz2) = 382262 bytes 5Size (mtools-4.0.14.tar.bz2) = 384982 bytes
6SHA1 (patch-aa) = 0979e8007e0ca1b6702aefe62c16b7eb29d5b9a5 6SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc
7SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb 7SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb
8SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3 8SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3

cvs diff -r1.11 -r1.12 pkgsrc/sysutils/mtools/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/sysutils/mtools/patches/patch-aa 2007/12/09 23:38:24 1.11
+++ pkgsrc/sysutils/mtools/patches/patch-aa 2011/03/09 20:25:08 1.12
@@ -1,38 +1,29 @@ @@ -1,38 +1,29 @@
1$NetBSD: patch-aa,v 1.11 2007/12/09 23:38:24 wiz Exp $ 1$NetBSD: patch-aa,v 1.12 2011/03/09 20:25:08 asau Exp $
2 2
3--- Makefile.in.orig 2006-02-28 08:55:15.000000000 +0000 3--- Makefile.in.orig 2010-10-17 02:23:20.000000000 +0400
4+++ Makefile.in 4+++ Makefile.in 2011-03-09 23:09:25.000000000 +0300
5@@ -11,7 +11,6 @@ USERCFLAGS =  5@@ -26,7 +26,6 @@
6 USERLDFLAGS = 6 USERLDFLAGS =
7 USERLDLIBS = 7 USERLDLIBS =
8  8
9-MAKEINFO = makeinfo 9-MAKEINFO = makeinfo
10 TEXI2DVI = texi2dvi 10 TEXI2DVI = texi2dvi
11 TEXI2PDF = texi2pdf 11 TEXI2PDF = texi2pdf
12 TEXI2HTML = texi2html 12 TEXI2HTML = texi2html
13@@ -49,6 +48,7 @@ LN_S = @LN_S@ 13@@ -65,6 +64,7 @@
14  14
15 INSTALL = @INSTALL@ 15 INSTALL = @INSTALL@
16 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 16 INSTALL_PROGRAM = @INSTALL_PROGRAM@
17+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} 17+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
18 INSTALL_DATA = @INSTALL_DATA@ 18 INSTALL_DATA = @INSTALL_DATA@
19 INSTALL_INFO = @INSTALL_INFO@ 19 INSTALL_INFO = @INSTALL_INFO@
20  20
21@@ -56,7 +56,7 @@ INSTALL_INFO = @INSTALL_INFO@ 21@@ -277,7 +277,7 @@
22 .SUFFIXES: .o .c 
23 .SUFFIXES: .o .c 
24  
25-MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ 
26+MAN1 = @MANFLOPPYD@ @MANFLOPPYD_INSTTEST@ mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ 
27 mclasserase.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 minfo.1 \ 
28 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ 
29 mrd.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1 
30@@ -257,7 +257,7 @@ install-links: $(DESTDIR)$(bindir)/mtool 
31 install-scripts: $(DESTDIR)$(bindir)/mtools 22 install-scripts: $(DESTDIR)$(bindir)/mtools
32 @$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) 23 @$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
33 @for j in $(SCRIPTS) ; do \ 24 @for j in $(SCRIPTS) ; do \
34- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \ 25- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \
35+ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \ 26+ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \
36 echo $(DESTDIR)$(bindir)/$$j ; \ 27 echo $(DESTDIR)$(bindir)/$$j ; \
37 done 28 done
38 rm -f $(DESTDIR)$(bindir)/lz 29 rm -f $(DESTDIR)$(bindir)/lz