From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 18 05:40:01 2010 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 5E0DE106566C for ; Sat, 18 Sep 2010 05:40: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 1CEC08FC0A for ; Sat, 18 Sep 2010 05:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8I5e0W3095276 for ; Sat, 18 Sep 2010 05:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8I5e0tE095275; Sat, 18 Sep 2010 05:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 18 Sep 2010 05:40:00 GMT Resent-Message-Id: <201009180540.o8I5e0tE095275@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, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5020106564A for ; Sat, 18 Sep 2010 05:39:20 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6548FC0A for ; Sat, 18 Sep 2010 05:39:20 +0000 (UTC) Received: by iwn34 with SMTP id 34so3035221iwn.13 for ; Fri, 17 Sep 2010 22:39:19 -0700 (PDT) Received: by 10.231.146.136 with SMTP id h8mr6578301ibv.0.1284788359801; Fri, 17 Sep 2010 22:39:19 -0700 (PDT) Received: from localhost (tor-exit-proxy7-readme.formlessnetworking.net [208.53.142.43]) by mx.google.com with ESMTPS id r3sm4515470ibk.13.2010.09.17.22.39.18 (version=SSLv3 cipher=RC4-MD5); Fri, 17 Sep 2010 22:39:19 -0700 (PDT) Message-Id: <86pqwbk442.fsf@gmail.com> Date: Sat, 18 Sep 2010 09:33:33 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/150695: [patch] editors/2bsd-vi: use ncurses rather than termlib 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: Sat, 18 Sep 2010 05:40:01 -0000 >Number: 150695 >Category: ports >Synopsis: [patch] editors/2bsd-vi: use ncurses rather than termlib >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: Sat Sep 18 05:40:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: editing wide characters work on both, tested under unicode locale >Description: Use system library for accessing termcap database. E.g. termlib doesn't read ~/.termcap. >How-To-Repeat: >Fix: --- a.diff begins here --- Index: editors/2bsd-vi/files/patch-Makefile =================================================================== RCS file: /a/.cvsup/ports/editors/2bsd-vi/files/patch-Makefile,v retrieving revision 1.2 diff -u -p -r1.2 patch-Makefile --- editors/2bsd-vi/files/patch-Makefile 20 Jan 2005 23:12:20 -0000 1.2 +++ editors/2bsd-vi/files/patch-Makefile 9 Aug 2010 21:11:37 -0000 @@ -21,6 +21,22 @@ # # Compiler and linker flags. +@@ -205,13 +204,13 @@ OSTYPE = -DVMUNIX + # + # You may also get terminfo access by using the ncurses library. + # +-#TERMLIB = ncurses ++TERMLIB = ncurses + # + # The preferred choice for ex on Linux distributions, other systems that + # provide a good termcap file, or when setting the TERMCAP environment + # variable is deemed sufficient, is the included 2.11BSD termcap library. + # +-TERMLIB = termlib ++#TERMLIB = termlib + + # + # Since ex uses sbrk() internally, a conflict with the libc's version of @@ -292,13 +291,6 @@ # install in standard place --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: