View | Details | Raw Unified | Return to bug 214594 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +6 lines)
Lines 11-17 DISTNAME= ${DISTVERSION}_MegaCLI Link Here
11
MAINTAINER=	samflanker@gmail.com
11
MAINTAINER=	samflanker@gmail.com
12
COMMENT=	SAS MegaRAID FreeBSD MegaCLI
12
COMMENT=	SAS MegaRAID FreeBSD MegaCLI
13
13
14
RESTRICTED=	Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/lookup/License.aspx
14
LICENSE=	megacli
15
LICENSE_NAME=	AVAGO
16
LICENSE_TEXT=	Source recipient must acknowledge license.\
17
		Reproduction or redistribution prohibited.\
18
		See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg
19
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
15
20
16
USES=		zip
21
USES=		zip
17
22
(-)./Makefile (-7 / +4 lines)
Lines 10-23 MAINTAINER= takefu@airport.fm Link Here
10
COMMENT=	SAS MegaRAID FreeBSD StorCLI
10
COMMENT=	SAS MegaRAID FreeBSD StorCLI
11
11
12
LICENSE=	storcli
12
LICENSE=	storcli
13
LICENSE_NAME=	LSI
13
LICENSE_NAME=	AVAGO
14
LICENSE_TEXT=	${RESTRICTED}
14
LICENSE_TEXT=	Source recipient must acknowledge license.\
15
		Reproduction or redistribution prohibited.\
16
		See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg
15
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
17
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
16
18
17
RESTRICTED=	Source recipient must acknowledge license. Reproduction or \
18
		redistribution prohibited. See \
19
		http://www.avagotech.com/docs/12354864
20
21
USES=		zip
19
USES=		zip
22
20
23
ONLY_FOR_ARCHS=	i386 amd64
21
ONLY_FOR_ARCHS=	i386 amd64
Lines 28-34 NO_WRKSUBDIR= yes Link Here
28
PLIST_FILES=	sbin/storcli
26
PLIST_FILES=	sbin/storcli
29
PKGMESSAGE=	${WRKDIR}/pkg-message
27
PKGMESSAGE=	${WRKDIR}/pkg-message
30
BINSRC=		${WRKSRC}/storcli_all_os/FreeBSD
28
BINSRC=		${WRKSRC}/storcli_all_os/FreeBSD
31
FETCH_AFTER_ARGS=-v
32
29
33
post-extract:
30
post-extract:
34
	@${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC}
31
	@${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC}
(-)./Makefile (-5 / +4 lines)
Lines 11-21 MAINTAINER= jpaetzel@FreeBSD.org Link Here
11
COMMENT=	3ware storage controllers management CLI
11
COMMENT=	3ware storage controllers management CLI
12
12
13
LICENSE=	tw_cli
13
LICENSE=	tw_cli
14
LICENSE_NAME=	LSI
14
LICENSE_NAME=	AVAGO
15
LICENSE_TEXT=	${RESTRICTED}
15
LICENSE_TEXT=	Source recipient must acknowledge license.\
16
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
16
		Reproduction or redistribution prohibited.\
17
17
		See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg
18
RESTRICTED=	Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx
19
18
20
USES=		zip
19
USES=		zip
21
20

Return to bug 214594