mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
sysutils/exfat-utils: update to 1.4.0
This commit is contained in:
parent
463b5fbc59
commit
98830129a0
@ -1,6 +1,6 @@
|
||||
PORTNAME= exfat
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX= -utils
|
||||
|
||||
@ -20,12 +20,8 @@ GH_ACCOUNT= relan
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs \
|
||||
sbin/fsck.exfat sbin/mkfs.exfat \
|
||||
sbin/fsck.exfat sbin/mkfs.exfat sbin/exfatattrib \
|
||||
man/man8/exfatlabel.8.gz man/man8/mkexfatfs.8.gz man/man8/exfatfsck.8.gz \
|
||||
man/man8/dumpexfat.8.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/fuse/d' ${WRKSRC}/configure.ac
|
||||
@${REINPLACE_CMD} -e 's/ fuse//' ${WRKSRC}/Makefile.am
|
||||
man/man8/dumpexfat.8.gz man/man8/exfatattrib.8.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566154695
|
||||
SHA256 (relan-exfat-v1.3.0_GH0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375
|
||||
SIZE (relan-exfat-v1.3.0_GH0.tar.gz) = 57846
|
||||
TIMESTAMP = 1685989221
|
||||
SHA256 (relan-exfat-v1.4.0_GH0.tar.gz) = af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8
|
||||
SIZE (relan-exfat-v1.4.0_GH0.tar.gz) = 62390
|
||||
|
8
sysutils/exfat-utils/files/patch-Makefile.am
Normal file
8
sysutils/exfat-utils/files/patch-Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
--- Makefile.am.orig 2023-06-05 18:39:49 UTC
|
||||
+++ Makefile.am
|
||||
@@ -20,4 +20,4 @@
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
-SUBDIRS = libexfat attrib dump fsck fuse label mkfs
|
||||
+SUBDIRS = libexfat attrib dump fsck label mkfs
|
21
sysutils/exfat-utils/files/patch-configure.ac
Normal file
21
sysutils/exfat-utils/files/patch-configure.ac
Normal file
@ -0,0 +1,21 @@
|
||||
--- configure.ac.orig 2023-06-05 18:39:27 UTC
|
||||
+++ configure.ac
|
||||
@@ -37,10 +37,6 @@ PKG_CHECK_MODULES([UBLIO], [libublio], [
|
||||
AC_DEFINE([USE_UBLIO], [1],
|
||||
[Define if block devices are not supported.])
|
||||
], [:])
|
||||
-PKG_CHECK_MODULES([FUSE3], [fuse3],
|
||||
- [AC_DEFINE([FUSE_USE_VERSION], [30], [Required FUSE API version.])],
|
||||
- [PKG_CHECK_MODULES([FUSE2], [fuse >= 2.6],
|
||||
- [AC_DEFINE([FUSE_USE_VERSION], [26], [Required FUSE API version.])])])
|
||||
case "$host_os" in
|
||||
*-gnu)
|
||||
AC_DEFINE([_XOPEN_SOURCE], [500], [Enable pread() and pwrite().])
|
||||
@@ -53,7 +49,6 @@ AC_CONFIG_FILES([
|
||||
attrib/Makefile
|
||||
dump/Makefile
|
||||
fsck/Makefile
|
||||
- fuse/Makefile
|
||||
label/Makefile
|
||||
mkfs/Makefile
|
||||
Makefile])
|
Loading…
Reference in New Issue
Block a user