pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/fuse-exfat
Module Name: pkgsrc
Committed By: bacon
Date: Wed Jul 5 14:52:53 UTC 2023
Modified Files:
pkgsrc/filesystems/fuse-exfat: Makefile PLIST distinfo
pkgsrc/filesystems/fuse-exfat/patches: patch-configure.ac
Log Message:
filesystems/fuse-exfat: Update to 1.4.0
Unbreaks exfat filesystem creation, which was indicating
a 4 TB filesystem on an 8 GB thumb drive
Also orders of magnitude faster than 1.3.0
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/fuse-exfat/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/filesystems/fuse-exfat/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/filesystems/fuse-exfat/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/fuse-exfat/Makefile
diff -u pkgsrc/filesystems/fuse-exfat/Makefile:1.3 pkgsrc/filesystems/fuse-exfat/Makefile:1.4
--- pkgsrc/filesystems/fuse-exfat/Makefile:1.3 Thu Oct 6 00:51:49 2022
+++ pkgsrc/filesystems/fuse-exfat/Makefile Wed Jul 5 14:52:53 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/10/06 00:51:49 perseant Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/05 14:52:53 bacon Exp $
-DISTNAME= fuse-exfat-1.3.0
-PKGREVISION= 1
+DISTNAME= fuse-exfat-1.4.0
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=relan/}
GITHUB_PROJECT= exfat
@@ -12,12 +11,10 @@ HOMEPAGE= https://github.com/relan/exfat
COMMENT= FUSE file-system and utilities for exFAT file systems
LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
-post-patch:
+pre-configure:
cd ${WRKSRC} && autoreconf -fiv
.include "../../mk/fuse.buildlink3.mk"
Index: pkgsrc/filesystems/fuse-exfat/PLIST
diff -u pkgsrc/filesystems/fuse-exfat/PLIST:1.1 pkgsrc/filesystems/fuse-exfat/PLIST:1.2
--- pkgsrc/filesystems/fuse-exfat/PLIST:1.1 Fri Apr 5 19:32:55 2019
+++ pkgsrc/filesystems/fuse-exfat/PLIST Wed Jul 5 14:52:53 2023
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/05 19:32:55 maya Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/07/05 14:52:53 bacon Exp $
man/man8/dumpexfat.8
+man/man8/exfatattrib.8
man/man8/exfatfsck.8
man/man8/exfatlabel.8
man/man8/mkexfatfs.8
man/man8/mount.exfat-fuse.8
sbin/dumpexfat
+sbin/exfatattrib
sbin/exfatfsck
sbin/exfatlabel
sbin/fsck.exfat
Index: pkgsrc/filesystems/fuse-exfat/distinfo
diff -u pkgsrc/filesystems/fuse-exfat/distinfo:1.4 pkgsrc/filesystems/fuse-exfat/distinfo:1.5
--- pkgsrc/filesystems/fuse-exfat/distinfo:1.4 Thu Oct 6 00:51:49 2022
+++ pkgsrc/filesystems/fuse-exfat/distinfo Wed Jul 5 14:52:53 2023
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.4 2022/10/06 00:51:49 perseant Exp $
+$NetBSD: distinfo,v 1.5 2023/07/05 14:52:53 bacon Exp $
-BLAKE2s (fuse-exfat-1.3.0.tar.gz) = cc38c87a3c600539f3a31d546da4ea743164e6d8aab91939222c6761e7ce39fe
-SHA512 (fuse-exfat-1.3.0.tar.gz) = fa3951e16889db65685e1fb71b0c75fc7014a8025c3442bf6164b94ddd51d282a8ae5e891c46195be53d2a10d62444e2fa1bb3fa3de59c2c3411c6dac363b488
-Size (fuse-exfat-1.3.0.tar.gz) = 57846 bytes
-SHA1 (patch-configure.ac) = 4cf96cdf651c49bc01751d38427a9451b02aeeea
+BLAKE2s (fuse-exfat-1.4.0.tar.gz) = 327585eaa7b56a05fe24b339bd0a9bd95f9d1e11348104ff17f06c8c33ac08bd
+SHA512 (fuse-exfat-1.4.0.tar.gz) = 70a951c878e3eb9173c8bc24908da1a64e4e83990b4ae3bb53a9f20e9d618f30ef7e93e818f0387fe9a76a87c8ba970aa2d8728c386865fe658d76c1bee830ae
+Size (fuse-exfat-1.4.0.tar.gz) = 62390 bytes
+SHA1 (patch-configure.ac) = ff8ebb0672020434db45d477898d7656fbd8ab12
SHA1 (patch-libexfat__Makefile.am) = a1a4a6c83eac6364fef0ad4fe1fa788feececf91
-SHA1 (patch-libexfat__io.c) = e03d4bf8ae18cb08cab041dce115ffae00d17918
SHA1 (patch-libexfat__nbpartutil.c) = 24b4062543afc864230e28cd667ada06a3a35052
SHA1 (patch-libexfat__nbpartutil.h) = 0e87652c054314eabeafc1cbed76cbe0a933735e
Index: pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac
diff -u pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac:1.1 pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac:1.2
--- pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac:1.1 Thu Oct 6 00:51:49 2022
+++ pkgsrc/filesystems/fuse-exfat/patches/patch-configure.ac Wed Jul 5 14:52:53 2023
@@ -1,13 +1,13 @@
-$NetBSD: patch-configure.ac,v 1.1 2022/10/06 00:51:49 perseant Exp $
+$NetBSD: patch-configure.ac,v 1.2 2023/07/05 14:52:53 bacon Exp $
-Supply -lutil and -lprop, required for the NetBSD disk size routine.
+# Portability
---- configure.ac 2018-09-14 22:03:24.000000000 -0700
-+++ configure.ac 2022-09-27 08:59:46.680435126 -0700
-@@ -38,6 +38,8 @@
- [Define if block devices are not supported.])
- ], [:])
- PKG_CHECK_MODULES([FUSE], [fuse])
+--- configure.ac.orig 2023-07-05 13:45:39.933803250 +0000
++++ configure.ac
+@@ -47,6 +47,8 @@ case "$host_os" in
+ AC_DEFINE([_DEFAULT_SOURCE], [], [Enable vsyslog().])
+ ;;
+ esac
+AC_CHECK_LIB(util, opendisk)
+AC_CHECK_LIB(prop, prop_dictionary_get_int64)
AC_CONFIG_HEADERS([libexfat/config.h])
Home |
Main Index |
Thread Index |
Old Index