IABSD.fr/ports/sysutils/exfat-fuse

Branch :


Log

Author Commit Date CI Message
9bab3a8c 2024-10-17 10:50:02 remove some of the sprinklings of .include <bsd.port.arch.mk> .if !${PROPERTIES:Mclang} CFLAGS+= -std=gnu99 .endif which are no longer needed since "Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89" commit in Oct 2023. pointed out by tb@
00aa01cb 2023-08-24 03:54:33 Update to exfat-fuse 1.4.0 https://github.com/relan/exfat/releases/tag/v1.4.0 ok helg
c891e82c 2023-01-30 17:19:55 Do the usual c99 dance to fix build on sparc64
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
792b694c 2019-05-19 19:13:45 switch to CONFIGURE_STYLE=autoreconf
7ddb2391 2018-07-06 08:47:58 Update to exfat-fuse 1.2.8 ok yasuoka@
55425d7b 2016-08-06 06:53:44 Unbreak build on little-endian architectures: we have swap{16,32,64}, not bswap{16,32,64}. Checking whether it actually works is left as an exercise to the reader..
d507b0d7 2016-07-11 09:23:17 Add exfat-fuse 1.2.4 exfat-fuse is an exFAT file system implementation working on FUSE. fix and OK czarkoff