From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 05:29:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 891BA106564A for ; Wed, 13 Aug 2008 05:29:04 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57014.mail.re3.yahoo.com (web57014.mail.re3.yahoo.com [66.196.97.118]) by mx1.freebsd.org (Postfix) with SMTP id 185E88FC34 for ; Wed, 13 Aug 2008 05:29:03 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 84381 invoked by uid 60001); 13 Aug 2008 05:29:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=30NMW3O4PzgApgmD3ShQaNB0VmP7uT7Jx5GSPyRW+ywx1DZ+5Y421RgKmoi91as1JE/3IY7m9cceUvv1RiEMsz9Mp7NyYdAAwzpxI9Md4UGpzdUf/vbKYqlo2wO1jDnbLHjTh2nVCOOKzkicg4GkIsMxYDaEkaFWfrA/5zXQjG8=; Received: from [220.255.7.196] by web57014.mail.re3.yahoo.com via HTTP; Tue, 12 Aug 2008 22:29:02 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Tue, 12 Aug 2008 22:29:02 -0700 (PDT) From: Unga To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <926661.84257.qm@web57014.mail.re3.yahoo.com> Cc: olli@lurza.secnetix.de, dickey@invisible-island.net, rafan@FreeBSD.org Subject: Build ncurses from sources HOWTO? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 05:29:04 -0000 Hi all I'm learning to build ncurses-5.6 from sources (ie. outside of ports) on i386 FreeBSD 7.0 (RELENG_7). As the first step, I want to make sure I patch the ncurses-5.6.tar.gz correctly. Here is what I do: 1. Download ncurses-5.6.tar.gz from http://ftp.gnu.org/pub/gnu/ncurses/ 2. Download patches from ftp://invisible-island.net/ncurses/5.6/ 3. Unpack tar xzf ncurses-5.6.tar.gz cd ncurses-5.6 4. Patch sh ../patch-5.6-20080621.sh patch -Np1 -i ../ncurses-5.6-20080628.patch patch -Np1 -i ../ncurses-5.6-20080705.patch patch -Np1 -i ../ncurses-5.6-20080712.patch patch -Np1 -i ../ncurses-5.6-20080713.patch patch -Np1 -i ../ncurses-5.6-20080726.patch patch -Np1 -i ../ncurses-5.6-20080804.patch 5. Post patch sed -i '' -e 's,$(INSTALL_PROG) ncurses-config,@INSTALL_SCRIPT@ ncurses-config,' misc/Makefile.in rm -rfv tack Ada95/src/terminal_interface-curses.adb mkinstalldirs Here are my questions: 1. Have I patched correctly? Are there anymore patches to apply or have I patch too much? 2. Are there anymore Post patch actions to be performed? Your help in this regard is very much appreciated and many thanks in advance. Kind regards Unga