ports/159985: [patch] add aio support knob to net/istgt

Garrett Cooper gcooper at ixsystems.com
Mon Aug 22 04:00:25 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list