aboutsummaryrefslogtreecommitdiff
path: root/sysutils/graid5/Makefile
blob: 211da054405f7a8a9073efe93cdc4a6b73c4fda0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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>