pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bup



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Sep 20 18:33:13 UTC 2020

Modified Files:
        pkgsrc/sysutils/bup: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/bup/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.47 pkgsrc/sysutils/bup/Makefile:1.48
--- pkgsrc/sysutils/bup/Makefile:1.47   Sun Sep 20 16:46:08 2020
+++ pkgsrc/sysutils/bup/Makefile        Sun Sep 20 18:33:13 2020
@@ -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 @@ post-install:
 .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