aboutsummaryrefslogtreecommitdiff
path: root/sysutils/graid5/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-08-21 20:21:51 +0000
committerRene Ladan <rene@FreeBSD.org>2021-08-21 20:21:57 +0000
commitbc7ca40fff5cd1046337608545066929672eb34c (patch)
tree9515972d623bfedd33acc6ca35e31063a55711ae /sysutils/graid5/Makefile
parentcafb4e2c9e3cf01a594a2e69b9ae858b059cdef9 (diff)
downloadports-bc7ca40fff5cd1046337608545066929672eb34c.tar.gz
ports-bc7ca40fff5cd1046337608545066929672eb34c.zip
cleanup: Remove expired ports:
2021-08-19 sysutils/graid5: Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS. 2021-08-19 x11-wm/gcompmgr: Abandonware since 2005, using discontinued libraries 2021-08-19 irc/lostirc: Abandonware since 2005, dependens on discontinued libraries
Diffstat (limited to 'sysutils/graid5/Makefile')
-rw-r--r--sysutils/graid5/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/sysutils/graid5/Makefile b/sysutils/graid5/Makefile
deleted file mode 100644
index 211da054405f..000000000000
--- a/sysutils/graid5/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Lev Serebryakov <lev@FreeBSD.org>
-
-PORTNAME= graid5
-PORTVERSION= ${MAINVERSION}.${VERSIONDATE}
-CATEGORIES= sysutils
-MASTER_SITES= http://lev.serebryakov.spb.ru/download/graid5/
-
-MAINTAINER= lev@FreeBSD.org
-COMMENT= RAID5 geom class
-
-LICENSE= BSD2CLAUSE
-
-BROKEN_FreeBSD_13= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
-BROKEN_FreeBSD_14= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
-
-DEPRECATED=Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS.
-EXPIRATION_DATE=2021-08-19
-
-MAINVERSION=1.3
-VERSIONDATE=20140711.62
-
-MAKE_ENV+= KMODDIR=${KMODDIR} SRC_BASE=${SRC_BASE}
-
-USES= tar:bzip2 kmod uidfix
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${SRC_BASE}/sbin/geom/Makefile)
-IGNORE= requires sbin source files
-.endif
-
-pre-install:
- ${MKDIR} ${STAGEDIR}/lib/geom
- ${MKDIR} ${STAGEDIR}/sbin
-
-.include <bsd.port.post.mk>