1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to the most recent upstream commit. This includes some fixes already

reported upstream.

Notified by:	pfg
This commit is contained in:
Emanuel Haupt 2018-07-29 09:57:19 +00:00
parent 5c89b9bbcd
commit efb84df9b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475641
3 changed files with 5 additions and 16 deletions

View File

@ -4,6 +4,7 @@
PORTNAME= fusefs-ext2
PORTVERSION= 0.0.10
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
@ -23,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprog
GH_PROJECT= fuse-ext2
GH_ACCOUNT= alperakcan
GH_TAGNAME= 677722d
PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \
man/man1/fuse-ext2.1.gz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1519131045
SHA256 (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = ad2260df4ccfb8ba9f761c66ea7c3b24bf690eab46e6d562d2d2e5a5f2f76dff
SIZE (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = 122746
TIMESTAMP = 1532787157
SHA256 (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 5f1c46f6015d7b1053d0366b727bc76da5962f14886f049b1169510bd448cdf5
SIZE (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 123158

View File

@ -1,13 +0,0 @@
--- fuse-ext2/fuse-ext2.h.orig 2018-02-08 17:53:26 UTC
+++ fuse-ext2/fuse-ext2.h
@@ -34,6 +34,10 @@
#include <fuse.h>
#include <ext2fs/ext2fs.h>
+#ifndef ENODATA
+#define ENODATA ENOMSG
+#endif
+
#if !defined(FUSE_VERSION) || (FUSE_VERSION < 26)
#error "***********************************************************"
#error "* *"