Index: head/sysutils/fusefs-ext2/Makefile =================================================================== --- head/sysutils/fusefs-ext2/Makefile (revision 462393) +++ head/sysutils/fusefs-ext2/Makefile (revision 462394) @@ -1,31 +1,30 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= fusefs-ext2 -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs RUN_DEPENDS= mke2fs:sysutils/e2fsprogs USES= autoreconf libtool fuse pkgconfig localbase:ldflags USE_GITHUB= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs GH_PROJECT= fuse-ext2 GH_ACCOUNT= alperakcan PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ man/man1/fuse-ext2.1.gz .include Index: head/sysutils/fusefs-ext2/distinfo =================================================================== --- head/sysutils/fusefs-ext2/distinfo (revision 462393) +++ head/sysutils/fusefs-ext2/distinfo (revision 462394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506281848 -SHA256 (alperakcan-fuse-ext2-v0.0.9_GH0.tar.gz) = a6375e51ae8fd42b07eed0e5ab2d85d867c640b6ae0f16b3ae907e54d85acb23 -SIZE (alperakcan-fuse-ext2-v0.0.9_GH0.tar.gz) = 163442 +TIMESTAMP = 1519131045 +SHA256 (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = ad2260df4ccfb8ba9f761c66ea7c3b24bf690eab46e6d562d2d2e5a5f2f76dff +SIZE (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = 122746 Index: head/sysutils/fusefs-ext2/files/patch-Makefile.am =================================================================== --- head/sysutils/fusefs-ext2/files/patch-Makefile.am (revision 462393) +++ head/sysutils/fusefs-ext2/files/patch-Makefile.am (revision 462394) @@ -1,15 +1,15 @@ ---- Makefile.am.orig 2015-03-30 23:42:20 UTC +--- Makefile.am.orig 2018-02-08 17:53:26 UTC +++ Makefile.am -@@ -5,12 +5,6 @@ SUBDIRS += tools - SUBDIRS += test - SUBDIRS += test/pjdfstest +@@ -3,12 +3,6 @@ SUBDIRS = + SUBDIRS += fuse-ext2 + SUBDIRS += tools -EXTRA_DIST = \ - fuse-ext2.pc.in - -pkgconfigdir = @pkgconfigdir@ -pkgconfig_DATA = fuse-ext2.pc - $(pkgconfig_DATA): config.status man1_MANS = fuse-ext2.1 Index: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am =================================================================== --- head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am (revision 462393) +++ head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am (revision 462394) @@ -1,11 +1,11 @@ ---- fuse-ext2/Makefile.am.orig 2015-03-30 23:42:20 UTC +--- fuse-ext2/Makefile.am.orig 2018-02-08 17:53:26 UTC +++ fuse-ext2/Makefile.am -@@ -146,7 +146,7 @@ fuse_ext2_CFLAGS += \ +@@ -156,7 +156,7 @@ install-exec-local: endif - + if LINUX install-data-hook: - cd "$(DESTDIR)/$(moddir)" && rm -f $(mod_LTLIBRARIES) + true - if DARWIN install-exec-local: + $(INSTALL) -d "$(DESTDIR)/$(sbindir)" Index: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h =================================================================== --- head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h (nonexistent) +++ head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h (revision 462394) @@ -0,0 +1,13 @@ +--- fuse-ext2/fuse-ext2.h.orig 2018-02-08 17:53:26 UTC ++++ fuse-ext2/fuse-ext2.h +@@ -34,6 +34,10 @@ + #include + #include + ++#ifndef ENODATA ++#define ENODATA ENOMSG ++#endif ++ + #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26) + #error "***********************************************************" + #error "* *" Property changes on: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property