Add the Linux binaries for the Dell RAID tools. These have been tested and
known to work with a Dell PowerEdge 2400's onboard PERC 2/Si, with firmware version 2.1. Reviewed by: edwin
This commit is contained in:
parent
4e335e7a08
commit
cabddf4957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90429
5 changed files with 61 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
|||
SUBDIR += lineakd
|
||||
SUBDIR += linneighborhood
|
||||
SUBDIR += linux-acu
|
||||
SUBDIR += linux-afaapps
|
||||
SUBDIR += linux-e2fsprogs
|
||||
SUBDIR += linuxfdisk
|
||||
SUBDIR += lire
|
||||
|
|
48
sysutils/linux-afaapps/Makefile
Normal file
48
sysutils/linux-afaapps/Makefile
Normal file
|
@ -0,0 +1,48 @@
|
|||
# New ports collection makefile for: linux-afaapps
|
||||
# Date created: 6 October 2003
|
||||
# Whom: bms@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= afaapps
|
||||
PORTVERSION= 2.7
|
||||
CATEGORIES= sysutils linux
|
||||
MASTER_SITES= ftp://ftp.us.dell.com/scsi-raid/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= aacraid-util-rh8.0-${MACHINE_ARCH}
|
||||
|
||||
MAINTAINER= bms@FreeBSD.org
|
||||
COMMENT= DELL PowerEdge Raid Controller 2 (apps)
|
||||
|
||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \
|
||||
${LINUXBASE}/usr/lib/libncurses.so.5:${PORTSDIR}/emulators/linux_base-8
|
||||
|
||||
RESTRICTED= "binary redistribution license needs clarification"
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_LINUX_PREFIX= yes
|
||||
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
RPMFILE= ${PORTNAME}-${PORTVERSION}-2.${MACHINE_ARCH}.rpm
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
--nodeps --replacepkgs --noscripts
|
||||
|
||||
do-install:
|
||||
@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${WRKDIR}/${RPMFILE}
|
||||
@${RM} ${LINUXBASE}/usr/sbin/afacli
|
||||
@${MV} ${LINUXBASE}/usr/sbin/afacli.bin ${LINUXBASE}/usr/sbin/afacli
|
||||
@${LDCONFIG_LINUX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/linux-afaapps/distinfo.i386
Normal file
1
sysutils/linux-afaapps/distinfo.i386
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (aacraid-util-rh8.0-i386.tar.gz) = 06195cbabedef5983d2d06fa7cf2088a
|
8
sysutils/linux-afaapps/pkg-descr
Normal file
8
sysutils/linux-afaapps/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Red Hat Linux 8.0 shipping version of Dell's PERC RAID utilities.
|
||||
|
||||
The afacli application consists of a command line interface (CLI)
|
||||
that lets you perform storage management tasks related to
|
||||
managing controllers, disks, containers, and enclosure devices
|
||||
by providing a variety of commands.
|
||||
|
||||
WWW: http://support.dell.com/
|
3
sysutils/linux-afaapps/pkg-plist.i386
Normal file
3
sysutils/linux-afaapps/pkg-plist.i386
Normal file
|
@ -0,0 +1,3 @@
|
|||
dev/MAKEDEV.afa
|
||||
usr/sbin/afacli
|
||||
usr/sbin/getcfg.afa
|
Loading…
Reference in a new issue