aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-19 23:09:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-19 23:51:43 +0000
commitc81a35f67ddc906c0dbb16931957a053296993d2 (patch)
treea2e3384880c9d3bd6b802336a445ad3fa1687a21
parent57aa88af6003a73816dc09633c37654fa4737d6d (diff)
downloadports-c81a35f.tar.gz
ports-c81a35f.zip
net/nfs-ganesha-kmod: Remove expired port:
2023-03-20 net/nfs-ganesha-kmod: Broken since 2020
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/nfs-ganesha-kmod/Makefile37
-rw-r--r--net/nfs-ganesha-kmod/distinfo3
-rw-r--r--net/nfs-ganesha-kmod/pkg-descr4
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index e264a2695598..d67aa44bfeed 100644
--- a/MOVED
+++ b/MOVED
@@ -17799,3 +17799,4 @@ devel/libhyve-remote||2023-03-19|Has expired: Broken since 2020
chinese/brise||2023-03-19|Has expired: Broken since 2020
cad/NASTRAN-95||2023-03-19|Has expired: Broken since 2020
lang/dlv||2023-03-19|Has expired: Broken since 2020
+net/nfs-ganesha-kmod||2023-03-19|Has expired: Broken since 2020
diff --git a/net/Makefile b/net/Makefile
index 3ff3a620ae6c..756ee099c213 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -521,7 +521,6 @@
SUBDIR += netselect
SUBDIR += netstrain
SUBDIR += netwib
- SUBDIR += nfs-ganesha-kmod
SUBDIR += nfsshell
SUBDIR += nfstrace
SUBDIR += ng_mikrotik_eoip
diff --git a/net/nfs-ganesha-kmod/Makefile b/net/nfs-ganesha-kmod/Makefile
deleted file mode 100644
index c784e9aaf60a..000000000000
--- a/net/nfs-ganesha-kmod/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= nfs-ganesha-kmod
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.2
-CATEGORIES= net
-
-MAINTAINER= freebsd@gandi.net
-COMMENT= Modules to implement required syscalls for userspace fileservers
-WWW= https://github.com/gandi/nfs-ganesha-kmod
-
-LICENSE= BSD3CLAUSE
-
-BROKEN= fails to compile: fhlink.c:57: error: redefinition of 'struct fhlink_args'
-DEPRECATED= Broken since 2020
-EXPIRATION_DATE= 2023-03-20
-
-USES= kmod
-
-USE_GITHUB= yes
-GH_ACCOUNT= Gandi
-
-GANESHA_MODULE= getfhat \
- fhreadlink \
- fhlink \
- setthreaduid \
- setthreadgid \
- setthreadgroups
-
-.for f in ${GANESHA_MODULE}
-PLIST_FILES+= ${KMODDIR}/${f}.ko
-.endfor
-
-do-install:
-.for f in ${GANESHA_MODULE}
- ${INSTALL_DATA} ${WRKSRC}/${f}/${f}.ko ${STAGEDIR}/${KMODDIR}/
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net/nfs-ganesha-kmod/distinfo b/net/nfs-ganesha-kmod/distinfo
deleted file mode 100644
index d24517865523..000000000000
--- a/net/nfs-ganesha-kmod/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1537178376
-SHA256 (Gandi-nfs-ganesha-kmod-v0.2_GH0.tar.gz) = fd218e8f5780994da10429a7b893238c3a0a32475a7f6cc55d5a040a3af81b0d
-SIZE (Gandi-nfs-ganesha-kmod-v0.2_GH0.tar.gz) = 5961
diff --git a/net/nfs-ganesha-kmod/pkg-descr b/net/nfs-ganesha-kmod/pkg-descr
deleted file mode 100644
index 1af27be3a144..000000000000
--- a/net/nfs-ganesha-kmod/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode.
-It also supports the 9p.2000L protocol.
-
-This port contains the kernel modules which implement required syscalls.