Nuke openistgt from orbit. Between istgt now supporting target reload

and more importantly the kernel iSCSI work there is no point to
this port.
This commit is contained in:
Josh Paetzel 2014-03-13 04:42:30 +00:00
parent 254505e391
commit a2242e8e9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348029
6 changed files with 22 additions and 60 deletions

View file

@ -5,6 +5,28 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140312:
AFFECTS: users of net/openistgt
AUTHOR: jpaetzel@FreeBSD.org
Between istgt supporting target reload, and iscsid using CTL there is no
point to this port. As such it has been deleted without warning, since
the support for it is as best questionable.
pkgng users:
# pkg set -o net/openistgt:net/istgt
portmaster users:
# portmaster -o net/istgt net/openistgt
# portmaster -r istgt
portupgrade users:
# portupgrade -o net/istgt -f net/openistgt
# portupgrade -fr net/istgt
20140307:
AFFECTS: users of devel/py-setuptools dependent ports
AUTHOR: sunpoet@FreeBSD.org

View file

@ -465,7 +465,6 @@
SUBDIR += openbgpd
SUBDIR += opendpi
SUBDIR += openh323
SUBDIR += openistgt
SUBDIR += openldap24-client
SUBDIR += openldap24-sasl-client
SUBDIR += openldap24-server

View file

@ -1,45 +0,0 @@
# Created by: Daisuke Aoyama <aoyama@peach.ne.jp>
# $FreeBSD$
PORTNAME= openistgt
PORTVERSION= 20120516
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= An iSCSI target for FreeBSD
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
CONFLICTS= istgt-2*
GNU_CONFIGURE= yes
MAN1= istgt.1
MANCOMPRESSED= yes
ETCDIR= ${PREFIX}/etc/istgt
PLIST_FILES= bin/istgt \
bin/istgtcontrol \
etc/rc.d/openistgt \
%%ETCDIR%%/auth.conf.sample \
%%ETCDIR%%/istgt.conf.sample \
%%ETCDIR%%/istgt.large.conf.sample \
%%ETCDIR%%/istgtcontrol.conf.sample
PLIST_DIRS= %%ETCDIR%%
PORTDOCS= ${DOCS:T}
DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (openistgt-20120516.tar.gz) = 4d8752ca761f047cd1f1800d760a3b1afd157ad116d4d9677206401d68a7bfd4
SIZE (openistgt-20120516.tar.gz) = 237295

View file

@ -1,8 +0,0 @@
*************************************************************************
To run openistgt at startup, add openistgt_enable="YES" to /etc/rc.conf.
Create configuration files manually.
Sample configuration files can be found in %%PREFIX%%/etc/istgt.
QUICKSTART in %%DOCSDIR%% shows you how to configure.
*************************************************************************

View file

@ -1,4 +0,0 @@
This is an iSCSI target, it serves iSCSI protocol and provides
SCSI devices to the initiator (client).
WWW: http://shell.peach.ne.jp/aoyama/