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: Add todo notes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac53603c5876
branches:  trunk
changeset: 439563:ac53603c5876
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 20 16:46:08 2020 +0000

description:
sysutils/bup: Add todo notes

- man pages
- resolve 'bup ftp' crash with NetBSD editline

diffstat:

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

diffs (25 lines):

diff -r 9e2d4337284a -r ac53603c5876 sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Sun Sep 20 16:44:54 2020 +0000
+++ b/sysutils/bup/Makefile     Sun Sep 20 16:46:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2020/09/20 16:44:54 gdt Exp $
+# $NetBSD: Makefile,v 1.47 2020/09/20 16:46:08 gdt Exp $
 
 DISTNAME=      bup-0.31
 CATEGORIES=    sysutils
@@ -14,6 +14,7 @@
 #   https://github.com/bup/bup/archive/0.30.tar.gz
 #   https://github.com/bup/bup/archive/28876cde4a3dac518e773860aa7969c106f5390d.tar.gz
 
+# \todo Update man pages to 0.31.
 # EXTRACT_SUFX default value is set too late, so using it in SITES.* fails.
 EXTRACT_SUFX=          .tar.gz
 MAN_TAG=               bd52b8fffc37788fc00071a8e46842e60ef30926
@@ -79,6 +80,7 @@
 
 .include "options.mk"
 
+# \todo Investigate "bup ftp" crash with NetBSD editline and resolve.
 READLINE_DEFAULT=      readline
 .include "../../mk/readline.buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index