From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 26 05:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3425106566C for ; Wed, 26 Mar 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 979398FC1D for ; Wed, 26 Mar 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2Q5K1Ih050743 for ; Wed, 26 Mar 2008 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2Q5K1qE050742; Wed, 26 Mar 2008 05:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 26 Mar 2008 05:20:01 GMT Resent-Message-Id: <200803260520.m2Q5K1qE050742@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75D2106566B for ; Wed, 26 Mar 2008 05:16:40 +0000 (UTC) (envelope-from fluffy@fluffy.khv.ru) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id F0D198FC19 for ; Wed, 26 Mar 2008 05:16:39 +0000 (UTC) (envelope-from fluffy@fluffy.khv.ru) Received: from Fluffy.Khv.RU ([10.0.3.66]) by ns.ael.RU (8.14.1/8.14.1/Fluffy/5.2) with ESMTP id m2Q5Gc4R020426 for ; Wed, 26 Mar 2008 15:16:43 +1000 (VLAT) (envelope-from fluffy@fluffy.khv.ru) Received: from Fluffy.Khv.RU (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.2/8.14.2/Fluffy/5.4) with ESMTP id m2Q5GVFR012494 for ; Wed, 26 Mar 2008 15:16:31 +1000 (VLAT) (envelope-from fluffy@fluffy.khv.ru) Message-Id: <1206508591.9025@Fluffy.Khv.RU> Date: Wed, 26 Mar 2008 15:16:31 +1000 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/122107: net/c3270: fix single-quotes in OPTIONS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 05:20:02 -0000 >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 --- net::c3270.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: