Commit c81a35f6 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net/nfs-ganesha-kmod: Remove expired port:

2023-03-20 net/nfs-ganesha-kmod: Broken since 2020
parent 57aa88af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -521,7 +521,6 @@
    SUBDIR += netselect
    SUBDIR += netstrain
    SUBDIR += netwib
    SUBDIR += nfs-ganesha-kmod
    SUBDIR += nfsshell
    SUBDIR += nfstrace
    SUBDIR += ng_mikrotik_eoip

net/nfs-ganesha-kmod/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
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>

net/nfs-ganesha-kmod/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1537178376
SHA256 (Gandi-nfs-ganesha-kmod-v0.2_GH0.tar.gz) = fd218e8f5780994da10429a7b893238c3a0a32475a7f6cc55d5a040a3af81b0d
SIZE (Gandi-nfs-ganesha-kmod-v0.2_GH0.tar.gz) = 5961

net/nfs-ganesha-kmod/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
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.