Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2011 04:00:07 GMT
From:      Garrett Cooper <gcooper@ixsystems.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159985: [patch] add aio support knob to net/istgt
Message-ID:  <201108220400.p7M407tI059792@red.freebsd.org>
Resent-Message-ID: <201108220400.p7M40Pwu063848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159985
>Category:       ports
>Synopsis:       [patch] add aio support knob to net/istgt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 04:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        n/a
>Organization:
iXsystems, Inc.
>Environment:
n/a
>Description:
The attached patch adds a knob to istgt to enable aio support in the port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? net/istgt/work
Index: net/istgt/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/istgt/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- net/istgt/Makefile	8 Aug 2011 07:11:07 -0000	1.24
+++ net/istgt/Makefile	22 Aug 2011 03:57:47 -0000
@@ -21,6 +21,12 @@
 MAN1=		istgt.1
 MANCOMPRESSED=	yes
 
+OPTIONS=	AIO "Enable aio support" off
+
+#.if defined(WITH_AIO)
+CONFIGURE_ARGS+=	--with-aio
+#.endif
+
 PLIST_FILES=	bin/istgt \
 		bin/istgtcontrol \
 		etc/rc.d/istgt \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108220400.p7M407tI059792>