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

Collapse All | Expand All

(-)./net/libiscsi/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1588264800
2
SHA256 (sahlberg-libiscsi-1.19.0_GH0.tar.gz) = c7848ac722c8361d5064654bc6e926c2be61ef11dd3875020a63931836d806df
3
SIZE (sahlberg-libiscsi-1.19.0_GH0.tar.gz) = 284969
(-)./net/libiscsi/files/patch-configure.ac (+12 lines)
Line 0 Link Here
1
--- ./configure.ac.ORIG	2016-10-09 20:54:23.000000000 +0200
2
+++ ./configure.ac	2018-12-22 19:15:36.197493000 +0100
3
@@ -103,7 +103,8 @@
4
 AC_TRY_COMPILE([
5
 #include <infiniband/verbs.h>
6
 #include <rdma/rdma_cma.h>
7
-#include <rdma/rdma_verbs.h>],
8
+#include <rdma/rdma_verbs.h>
9
+#error not on FreeBSD],
10
 [int ibv = IBV_WC_SEND;],
11
 libiscsi_cv_HAVE_LINUX_ISER=yes,libiscsi_cv_HAVE_LINUX_ISER=no)])
12
 if test x"$libiscsi_cv_HAVE_LINUX_ISER" = x"yes"; then
(-)./net/libiscsi/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: M. Birgmeier
2
# $FreeBSD$
3
4
PORTNAME=	libiscsi
5
DISTVERSION=	1.19.0
6
CATEGORIES=	net
7
8
MAINTAINER=	la5lbtyi@aon.at
9
COMMENT=	Client-side library to implement the iSCSI protocol
10
11
LICENSE_COMB=		multi
12
LICENSE=		LGPL21+ GPLv2+
13
LICENSE_FILE_LGPL21+  =	${WRKSRC}/LICENCE-LGPL-2.1.txt
14
LICENSE_FILE_GPLv2+   =	${WRKSRC}/LICENCE-GPL-2.txt
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	sahlberg
18
19
USES=		autoreconf:build libtool:build pathfix
20
21
GNU_CONFIGURE=	yes
22
23
pre-configure:
24
	@(cd ${WRKSRC} && ./autogen.sh)
25
26
.include <bsd.port.mk>
(-)./net/libiscsi/pkg-descr (+8 lines)
Line 0 Link Here
1
Libiscsi is a client-side library to implement the iSCSI protocol
2
that can be used to access the resources of an iSCSI target.
3
4
The library is fully asynchronous with regards to iSCSI commands
5
and SCSI tasks, but a synchronous layer is also provided for ease
6
of use for simpler applications.
7
8
https://github.com/sahlberg/libiscsi
(-)./net/libiscsi/pkg-plist (+16 lines)
Line 0 Link Here
1
bin/iscsi-inq
2
bin/iscsi-ls
3
bin/iscsi-perf
4
bin/iscsi-readcapacity16
5
bin/iscsi-swp
6
include/iscsi/iscsi.h
7
include/iscsi/scsi-lowlevel.h
8
lib/libiscsi.a
9
lib/libiscsi.so
10
lib/libiscsi.so.9
11
lib/libiscsi.so.9.0.0
12
libdata/pkgconfig/libiscsi.pc
13
man/man1/iscsi-inq.1.gz
14
man/man1/iscsi-ls.1.gz
15
man/man1/iscsi-swp.1.gz
16
man/man1/iscsi-test-cu.1.gz

Return to bug 217355