sysutils/mtools: update to 4.0.43

v4_0_43
	- Fix root directory test in mattrib
	- -b BiosDisk flag for mformat to allow setting physdrive to
          a user-specified value
	- Clearer error message in mformat when trying to mformat a
          disk whose total size is not known
	- Make recursive copy more consistent
	- Trailing slash now always implies target should be a directory
	- Code cleanup
v4_0_42
	- Added postcmd attribute in drive description to allow to
          execute "device release" code automatically at end of
          command
	- Code cleanup (unneeded functions, initializations, added
          comments to unobvious code, obsolete stuff in Makefile)
	- signedness cleanup about directory entries
v4_0_41
	- Made it possible again to have FAT32 filesystems with less
	than 0xfff5 clusters
	- Make FAT32 entries 0 and 1 match what windows 10 does
	- Misc source code and configure script cleanup

v4_0_40
	- Remove libbsd dependency
	- Better compatibility with legacy platforms such as AT&T UnixPC
	- Upgraded to autoconf 2.71
v4_0_39
	- Rename strtoi to strosi (string to signed int). The strtoi
          function on BSD does something else (returns an intmax, not
          an int)
This commit is contained in:
rhialto 2023-03-29 13:07:10 +00:00
parent 986f283d2e
commit 066836cda7
2 changed files with 6 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.63 2022/04/03 15:51:42 rhialto Exp $
# $NetBSD: Makefile,v 1.64 2023/03/29 13:07:10 rhialto Exp $
DISTNAME= mtools-4.0.38
DISTNAME= mtools-4.0.43
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=mtools/}
EXTRACT_SUFX= .tar.bz2
@ -10,19 +10,11 @@ HOMEPAGE= https://www.gnu.org/software/mtools/
COMMENT= FAT (MS-DOS, Atari) disk access tools
LICENSE= gnu-gpl-v3 # or later
SUBST_CLASSES+= strtoi
SUBST_STAGE.strtoi= post-configure
SUBST_FILES.strtoi= config.h config.c floppyd_io.c \
mtools.h strtonum.c # *.[hc]
SUBST_SED.strtoi+= -e s/strtoi/mtools_strtoi/
GNU_CONFIGURE= yes
USE_TOOLS+= gmake makeinfo
INFO_FILES= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= ac_cv_func_strtoi=no
.include "options.mk"

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.29 2022/04/03 15:51:42 rhialto Exp $
$NetBSD: distinfo,v 1.30 2023/03/29 13:07:10 rhialto Exp $
BLAKE2s (mtools-4.0.38.tar.bz2) = 9cc9ef654d43be16cba72edcef9014a1d6c222223dfa8043042beaa4e9c812d8
SHA512 (mtools-4.0.38.tar.bz2) = 045e7dba159699c53abefd69e2065c116e2e360e7ec537df1e4d38309fb03587c600bb930363ecffef48cef1c8c118146691cf9a35c36abbb40e4546e532ce4a
Size (mtools-4.0.38.tar.bz2) = 440491 bytes
BLAKE2s (mtools-4.0.43.tar.bz2) = e01b8d76c78886ff0270161b7d429bd3c58d8b37fc3bf8978b5fa0d0fbb5e43e
SHA512 (mtools-4.0.43.tar.bz2) = b70e483688124a653dd333ab127494dab12d413809680a4846dc4ae5c166a0b9938a2ab290e518c1f1a5b18ed96d2c2a29d92d61b16b772a4ab5e495379fe410
Size (mtools-4.0.43.tar.bz2) = 443673 bytes
SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc
SHA1 (patch-ae) = 0142fa2fccfc81da0daab2a3caee2dbcb107f895