git: 38aecddd3d57 - main - sysutils/fusefs-funionfs: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 30 Nov 2024 16:30:51 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38aecddd3d57e3ba2869bce4d4b6b4808ea5cadd

commit 38aecddd3d57e3ba2869bce4d4b6b4808ea5cadd
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-30 16:30:47 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-30 16:30:47 +0000

    sysutils/fusefs-funionfs: Remove expired port
    
    2024-11-30 sysutils/fusefs-funionfs: Upstream is no longer around
---
 MOVED                                           |  1 +
 sysutils/Makefile                               |  1 -
 sysutils/fusefs-funionfs/Makefile               | 28 -------------------------
 sysutils/fusefs-funionfs/distinfo               |  2 --
 sysutils/fusefs-funionfs/files/patch-configure  | 11 ----------
 sysutils/fusefs-funionfs/files/patch-funionfs.h | 12 -----------
 sysutils/fusefs-funionfs/pkg-descr              |  4 ----
 7 files changed, 1 insertion(+), 58 deletions(-)

diff --git a/MOVED b/MOVED
index 6d463c4fcf1e..5682c295519c 100644
--- a/MOVED
+++ b/MOVED
@@ -3739,3 +3739,4 @@ databases/vsqlite||2024-11-30|Has expired: Abandonware, last release in 2014 and
 www/npapi-xine||2024-11-30|Has expired: NPAPI support was removed in browsers years ago
 net/shadowsocks-libev|net/shadowsocks-rust|2024-11-30|Has expired: Abandonware, no active development. Please migrate to net/shadowsocks-rust
 sysutils/fusefs-fusepak||2024-11-30|Has expired: Upstream is no longer around
+sysutils/fusefs-funionfs||2024-11-30|Has expired: Upstream is no longer around
diff --git a/sysutils/Makefile b/sysutils/Makefile
index e6daa2100040..5973fc63fd51 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -424,7 +424,6 @@
     SUBDIR += fsearch
     SUBDIR += fselect
     SUBDIR += ftwin
-    SUBDIR += fusefs-funionfs
     SUBDIR += fvcool
     SUBDIR += fwup
     SUBDIR += fx
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
deleted file mode 100644
index 04f589b84612..000000000000
--- a/sysutils/fusefs-funionfs/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	funionfs
-PORTVERSION=	0.4.3
-PORTREVISION=	1
-CATEGORIES=	sysutils
-MASTER_SITES=	http://funionfs.apiou.org/file/
-PKGNAMEPREFIX=	fusefs-
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Union filesystem for the FUSE driver
-WWW=		http://funionfs.apiou.org/
-
-LICENSE=	GPLv2+
-
-BROKEN=		Unfetchable
-DEPRECATED=	Upstream is no longer around
-EXPIRATION_DATE=2024-11-30
-
-USES=		fuse localbase
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
-
-PLIST_FILES=	bin/funionfs share/man/man1/${PORTNAME}.1.gz
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \
-		${WRKSRC}/control.c
-
-.include <bsd.port.mk>
diff --git a/sysutils/fusefs-funionfs/distinfo b/sysutils/fusefs-funionfs/distinfo
deleted file mode 100644
index ab9194c0524d..000000000000
--- a/sysutils/fusefs-funionfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (funionfs-0.4.3.tar.gz) = 1a87a4b0521a9962100e3bdf393d2858e4de47b38e162e20384cc913845aacba
-SIZE (funionfs-0.4.3.tar.gz) = 693349
diff --git a/sysutils/fusefs-funionfs/files/patch-configure b/sysutils/fusefs-funionfs/files/patch-configure
deleted file mode 100644
index 1c816f93c1b2..000000000000
--- a/sysutils/fusefs-funionfs/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	Mon Feb 26 21:08:32 2007
-+++ configure	Mon Feb 26 21:08:48 2007
-@@ -19750,7 +19750,7 @@
- 
- 
- # version 2.5 of fuse
--CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 -DHAVE_SETXATTR"
-+CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25"
- 
- # version 2.3 or 2.4 of fuse used don't forget to modify Makefile.am to add compat/fuse_opt.c
- #CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -DHAVE_SETXATTR"
diff --git a/sysutils/fusefs-funionfs/files/patch-funionfs.h b/sysutils/fusefs-funionfs/files/patch-funionfs.h
deleted file mode 100644
index 6cfda2aeb0c8..000000000000
--- a/sysutils/fusefs-funionfs/files/patch-funionfs.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- funionfs.h.orig	Fri Jan 19 06:35:52 2007
-+++ funionfs.h	Mon Apr 23 09:39:54 2007
-@@ -21,6 +21,9 @@
- #ifndef _FUNIONFS_H
- #define _FUNIONFS_H
- 
-+#include <limits.h>
-+#include <pthread.h>
-+
- // use the new API
- 
- #define VERSION "0.4.2"
diff --git a/sysutils/fusefs-funionfs/pkg-descr b/sysutils/fusefs-funionfs/pkg-descr
deleted file mode 100644
index b3b00e93f3bd..000000000000
--- a/sysutils/fusefs-funionfs/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-FunionFS means an Union filesystem for the FUSE driver.
-
-This program works only with the Fuse driver which is natively
-included since the 2.6.14 Linux kernel.