pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/readline
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.
Home |
Main Index |
Thread Index |
Old Index