pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup sysutils/bup: Directly include GNU readline



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cf888c4a41c
branches:  trunk
changeset: 439565:1cf888c4a41c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 20 18:33:13 2020 +0000

description:
sysutils/bup: Directly include GNU readline

I was thinking of this as "needs a readline and happens to need GNU
this minute" but mk/readline.buildlink3.mk is clear that it should not
be used this way.  NFCI.

diffstat:

 sysutils/bup/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 741828a8f1b8 -r 1cf888c4a41c sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Sun Sep 20 16:46:27 2020 +0000
+++ b/sysutils/bup/Makefile     Sun Sep 20 18:33:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/09/20 16:46:08 gdt Exp $
+# $NetBSD: Makefile,v 1.48 2020/09/20 18:33:13 gdt Exp $
 
 DISTNAME=      bup-0.31
 CATEGORIES=    sysutils
@@ -81,7 +81,6 @@
 .include "options.mk"
 
 # \todo Investigate "bup ftp" crash with NetBSD editline and resolve.
-READLINE_DEFAULT=      readline
-.include "../../mk/readline.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index