Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 12:58:43 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462394 - in head/sysutils/fusefs-ext2: . files
Message-ID:  <201802201258.w1KCwhOt018345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 20 12:58:43 2018
New Revision: 462394
URL: https://svnweb.freebsd.org/changeset/ports/462394

Log:
  Update to 0.0.10

Added:
  head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h   (contents, props changed)
Modified:
  head/sysutils/fusefs-ext2/Makefile
  head/sysutils/fusefs-ext2/distinfo
  head/sysutils/fusefs-ext2/files/patch-Makefile.am
  head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am

Modified: head/sysutils/fusefs-ext2/Makefile
==============================================================================
--- head/sysutils/fusefs-ext2/Makefile	Tue Feb 20 12:54:59 2018	(r462393)
+++ head/sysutils/fusefs-ext2/Makefile	Tue Feb 20 12:58:43 2018	(r462394)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	fusefs-ext2
-PORTVERSION=	0.0.9
+PORTVERSION=	0.0.10
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	ehaupt@FreeBSD.org

Modified: head/sysutils/fusefs-ext2/distinfo
==============================================================================
--- head/sysutils/fusefs-ext2/distinfo	Tue Feb 20 12:54:59 2018	(r462393)
+++ head/sysutils/fusefs-ext2/distinfo	Tue Feb 20 12:58:43 2018	(r462394)
@@ -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

Modified: head/sysutils/fusefs-ext2/files/patch-Makefile.am
==============================================================================
--- head/sysutils/fusefs-ext2/files/patch-Makefile.am	Tue Feb 20 12:54:59 2018	(r462393)
+++ head/sysutils/fusefs-ext2/files/patch-Makefile.am	Tue Feb 20 12:58:43 2018	(r462394)
@@ -1,8 +1,8 @@
---- 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

Modified: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am
==============================================================================
--- head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am	Tue Feb 20 12:54:59 2018	(r462393)
+++ head/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am	Tue Feb 20 12:58:43 2018	(r462394)
@@ -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)"

Added: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h	Tue Feb 20 12:58:43 2018	(r462394)
@@ -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 <fuse.h>
+ #include <ext2fs/ext2fs.h>
+ 
++#ifndef ENODATA
++#define ENODATA ENOMSG
++#endif
++
+ #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26)
+ #error "***********************************************************"
+ #error "*                                                         *"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201258.w1KCwhOt018345>