pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/mtools



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Wed Mar 29 13:07:10 UTC 2023

Modified Files:
        pkgsrc/sysutils/mtools: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/mtools/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/mtools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/mtools/Makefile
diff -u pkgsrc/sysutils/mtools/Makefile:1.63 pkgsrc/sysutils/mtools/Makefile:1.64
--- pkgsrc/sysutils/mtools/Makefile:1.63        Sun Apr  3 15:51:42 2022
+++ pkgsrc/sysutils/mtools/Makefile     Wed Mar 29 13:07:10 2023
@@ -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/m
 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"
 

Index: pkgsrc/sysutils/mtools/distinfo
diff -u pkgsrc/sysutils/mtools/distinfo:1.29 pkgsrc/sysutils/mtools/distinfo:1.30
--- pkgsrc/sysutils/mtools/distinfo:1.29        Sun Apr  3 15:51:42 2022
+++ pkgsrc/sysutils/mtools/distinfo     Wed Mar 29 13:07:10 2023
@@ -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



Home | Main Index | Thread Index | Old Index