Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 15:16:31 +1000
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/122107: net/c3270: fix single-quotes in OPTIONS
Message-ID:  <1206508591.9025@Fluffy.Khv.RU>
Resent-Message-ID: <200803260520.m2Q5K1qE050742@freefall.freebsd.org>

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

>Number:         122107
>Category:       ports
>Synopsis:       net/c3270: fix single-quotes in OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 05:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800027-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-800027-CURRENT #0: Tue Mar 25 16:19:27 VLAT 2008
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


net/c3270: fix single-quotes in OPTIONS


>How-To-Repeat:





>Fix:


--- net::c3270.diff begins here ---
Index: net/c3270/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/c3270/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- net/c3270/Makefile	29 Jun 2007 16:29:06 -0000	1.17
+++ net/c3270/Makefile	26 Mar 2008 03:31:22 -0000
@@ -37,18 +37,18 @@
 # c3270's ./configure script supports these.
 # Within it all options except DBCS are enabled by default.
 
-OPTIONS=OPENSSL		'Build with OpenSSL support'		on	\
-	READLINE	'Use system Readline library'		on	\
-	PR3287		'Build pr3287 component'		on	\
-	ANSI		'Include NVT (ANSI) support'		on	\
-	APL		'Include APL support'			on	\
-	DBCS		'Include EBCDIC DBCS support'		off	\
-	FT		'Include IND\$$FILE support'		on	\
-	LOCAL_PROCESS	'Include Local Process support'		on	\
-	PRINTER		'Include printer session support'	on	\
-	SCRIPT		'Include scripting support'		on	\
-	TN3270E		'Include TN3270-Extended support'	on	\
-	TRACE		'Include trace support'			on
+OPTIONS=OPENSSL		"Build with OpenSSL support"		on	\
+	READLINE	"Use system Readline library"		on	\
+	PR3287		"Build pr3287 component"		on	\
+	ANSI		"Include NVT (ANSI) support"		on	\
+	APL		"Include APL support"			on	\
+	DBCS		"Include EBCDIC DBCS support"		off	\
+	FT		"Include IND\$$FILE support"		on	\
+	LOCAL_PROCESS	"Include Local Process support"		on	\
+	PRINTER		"Include printer session support"	on	\
+	SCRIPT		"Include scripting support"		on	\
+	TN3270E		"Include TN3270-Extended support"	on	\
+	TRACE		"Include trace support"			on
 
 .include <bsd.port.pre.mk>
 
--- net::c3270.diff ends here ---



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



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