pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/readline OpenBSD ships GNU readline with integra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4204c6f91e78
branches:  trunk
changeset: 522907:4204c6f91e78
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 29 15:11:20 2006 +0000

description:
OpenBSD ships GNU readline with integrated libhistory. Use the
transformation framework to handle it. Reported and tested by
Brad Knotwell. Thanks to the OpenBSD guys on the other side of
the room for the clarification.

diffstat:

 devel/readline/builtin.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 31e0768a6de1 -r 4204c6f91e78 devel/readline/builtin.mk
--- a/devel/readline/builtin.mk Fri Dec 29 14:18:21 2006 +0000
+++ b/devel/readline/builtin.mk Fri Dec 29 15:11:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.14 2006/04/06 06:21:55 reed Exp $
+# $NetBSD: builtin.mk,v 1.15 2006/12/29 15:11:20 joerg Exp $
 
 BUILTIN_PKG:=  readline
 
@@ -107,7 +107,9 @@
 .if !empty(CHECK_BUILTIN.readline:M[nN][oO])
 
 .  if !empty(USE_BUILTIN.readline:M[yY][eE][sS])
-.    if !empty(BUILTIN_LIB_FOUND.readline:M[nN][oO]) && \
+.    if !empty(BUILTIN_LIB_FOUND.readline:M[Yy][Ee][Ss]) && ${OPSYS} == "OpenBSD"
+BUILDLINK_TRANSFORM+=  l:history:readline:termcap
+.    elif !empty(BUILTIN_LIB_FOUND.readline:M[nN][oO]) && \
         !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
 BUILDLINK_TRANSFORM+=  l:history:edit:termcap
 BUILDLINK_TRANSFORM+=  l:readline:edit:termcap



Home | Main Index | Thread Index | Old Index