Subject: CVS commit: pkgsrc/devel/readline
From: Johnny C. Lam
Date: 2008-02-27 19:16:37
Message id: 20080227181637.82464175C1@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.43modifypkgsrc/devel/readline/Makefile
1.29modifypkgsrc/devel/readline/buildlink3.mk
1.16modifypkgsrc/devel/readline/builtin.mk