From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 9 06:40:37 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7B9316A4E1 for ; Wed, 9 Aug 2006 06:40:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831C443D53 for ; Wed, 9 Aug 2006 06:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k796eWQm073675 for ; Wed, 9 Aug 2006 06:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k796eWLl073674; Wed, 9 Aug 2006 06:40:32 GMT (envelope-from gnats) Date: Wed, 9 Aug 2006 06:40:32 GMT Message-Id: <200608090640.k796eWLl073674@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: User1001 Cc: Subject: Re: ports/101529: editors/the can be built automatically for full X11 capabilities with a few minor changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User1001 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 06:40:38 -0000 The following reply was made to PR ports/101529; it has been noted by GNATS. From: User1001 To: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Cc: Subject: Re: ports/101529: editors/the can be built automatically for full X11 capabilities with a few minor changes Date: Wed, 09 Aug 2006 01:37:32 -0500 Please modify the previous changes for WITH_CURSES from + .if defined(WITH_XCURSES) + CONFIGURE_ARGS+= --with-xcurses + LIB_DEPENDS+= XCurses.8:${PORTSDIR}/devel/pdcurses + .endif to + .if defined(WITH_XCURSES) + CONFIGURE_ARGS+= --with-xcurses \ + --with-cursesincdir=/usr/local/include \ + --with-curseslibdir=/usr/local/lib + LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses + .endif