Received: from mail.netbsd.org (unknown [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id A426D63B853 for ; Wed, 27 Feb 2008 18:16:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 56B9563B421; Wed, 27 Feb 2008 18:16:38 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9A47B63B370 for ; Wed, 27 Feb 2008 18:16:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 82464175C1; Wed, 27 Feb 2008 18:16:37 +0000 (UTC) From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/devel/readline To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org Message-Id: <20080227181637.82464175C1@cvs.netbsd.org> Date: Wed, 27 Feb 2008 18:16:37 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jlam Date: Wed Feb 27 18:16:37 UTC 2008 Modified Files: pkgsrc/devel/readline: Makefile buildlink3.mk builtin.mk Log Message: + Teach the readline buildlink3.mk and builtin.mk files to determine the correct terminal library that must be linked along with -lreadline. On NetBSD, this is -ltermcap. On Linux, this should be either -ltinfo or -lcurses. On Solaris, this should be -lcurses. + Add a "termlib" dependency to the devel/readline package that allows for linking against -lcurses. Bump the PKGREVISON to 1. To generate a diff of this commit: cvs rdiff -r1.42 -r1.43 pkgsrc/devel/readline/Makefile cvs rdiff -r1.28 -r1.29 pkgsrc/devel/readline/buildlink3.mk cvs rdiff -r1.15 -r1.16 pkgsrc/devel/readline/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.