aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-22 11:48:43 +0000
committerRene Ladan <rene@FreeBSD.org>2013-12-22 11:48:43 +0000
commitd8338d9bfa2f5ef8dca1a9ebe8c1dabed694678e (patch)
tree5c74afb677f6d923be988dd72e2c0627794cebcb /sysutils
parent42071bac987e66ef0458abf9b19d4413bb92fa0c (diff)
downloadports-d8338d9bfa2f5ef8dca1a9ebe8c1dabed694678e.tar.gz
ports-d8338d9bfa2f5ef8dca1a9ebe8c1dabed694678e.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/linux-megamgr/Makefile54
-rw-r--r--sysutils/linux-megamgr/distinfo2
-rw-r--r--sysutils/linux-megamgr/files/megamgr.sh.in24
-rw-r--r--sysutils/linux-megamgr/pkg-descr10
-rw-r--r--sysutils/linux-megamgr/pkg-plist4
6 files changed, 0 insertions, 95 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index aba96b952129..6db286e305ea 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -468,7 +468,6 @@
SUBDIR += linux-afaapps
SUBDIR += linux-crashplan
SUBDIR += linux-f10-procps
- SUBDIR += linux-megamgr
SUBDIR += linux-nero
SUBDIR += linuxfdisk
SUBDIR += lire
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile
deleted file mode 100644
index d44b26db6e30..000000000000
--- a/sysutils/linux-megamgr/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: Patrick M. Hausen (pmh@hausen.com)
-# $FreeBSD$
-
-PORTNAME= linux-megamgr
-PORTVERSION= 5.20
-CATEGORIES= sysutils linux
-MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/
-DISTNAME= ut_linux_mgr_5.20
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= LSI MegaRAID controller management utility
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-12-22
-
-BROKEN= Does not fetch
-
-NO_WRKSUBDIR= yes
-USES= dos2unix
-USE_ZIP= yes
-RESTRICTED= Redistribution seems to be prohibited
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX= yes
-SUB_FILES= megamgr.sh
-DOS2UNIX_FILES= ut_linux_mgr_5.20.txt
-
-NO_STAGE= yes
-do-build:
- ${CHMOD} 755 ${WRKSRC}/megamgr.bin
- ${BRANDELF} -t Linux ${WRKSRC}/megamgr.bin
- ${REINPLACE_CMD} -E -e 's,[[:blank:]]+$$,,' ${WRKSRC}/ut_linux_mgr_5.20.txt
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/megamgr.sh ${PREFIX}/sbin/megamgr
- ${INSTALL_PROGRAM} ${WRKSRC}/megamgr.bin ${PREFIX}/libexec
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.txt ${DOCSDIR}/readme.txt
-.endif
-
-pre-fetch:
- #
- # You may need to accept LSI's End-User License Agreement
- # before downloading. If the automatic fetching fails,
- # please, paste the following URL into your browser:
- #
- # ${MASTER_SITES}${_DISTFILES}
- #
- # and save the downloaded file into ${DISTDIR}/
- #
-
-.include <bsd.port.mk>
diff --git a/sysutils/linux-megamgr/distinfo b/sysutils/linux-megamgr/distinfo
deleted file mode 100644
index 08c5dd511056..000000000000
--- a/sysutils/linux-megamgr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ut_linux_mgr_5.20.zip) = e7313ed8f59897f132ffed55ed606f19dc72a5d529e6b647cb157a39f0d79123
-SIZE (ut_linux_mgr_5.20.zip) = 253549
diff --git a/sysutils/linux-megamgr/files/megamgr.sh.in b/sysutils/linux-megamgr/files/megamgr.sh.in
deleted file mode 100644
index a4523a8ad810..000000000000
--- a/sysutils/linux-megamgr/files/megamgr.sh.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-# check for root user
-#
-if [ `id -u` -ne 0 ]
-then
- echo You must be root to run `basename $0`.
- exit 1
-fi
-
-# check for active amr_linux.ko
-#
-if ! kldstat -q -m amr_linux
-then
- if kldload amr_linux
- then
- echo 'amr_linux module loaded.'
- else
- echo 'amr_linux module failed to load.'
- exit 1
- fi
-fi
-
-exec %%PREFIX%%/libexec/megamgr.bin
diff --git a/sysutils/linux-megamgr/pkg-descr b/sysutils/linux-megamgr/pkg-descr
deleted file mode 100644
index 68fb81552853..000000000000
--- a/sysutils/linux-megamgr/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-LSI Logic MegaRAID Megamgr Release
-
-This is the Linux console based management utility for the LSI
-MegaRAID family of controllers.
-
-FreeBSD >= 6.1 supports running this tool by the means of the
-amr_linux.ko kernel module and the /dev/megadev0 device.
-
-Author: LSI Logic Corporation
-WWW: http://www.lsi.com/
diff --git a/sysutils/linux-megamgr/pkg-plist b/sysutils/linux-megamgr/pkg-plist
deleted file mode 100644
index c06d02292002..000000000000
--- a/sysutils/linux-megamgr/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/megamgr
-libexec/megamgr.bin
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%