pkgsrc-WIP-changes archive

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

tig: Define TEST_TARGET (still not very useful though)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed May 15 01:26:08 2019 +0200
Changeset:	13e245a744ef81a0c2d664aa8101589337acfc41

Modified Files:
	tig/Makefile
	tig/TODO

Log Message:
tig: Define TEST_TARGET (still not very useful though)

Also clarify a bit the corresponding TODO entry.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13e245a744ef81a0c2d664aa8101589337acfc41

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

diffstat:
 tig/Makefile | 1 +
 tig/TODO     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/tig/Makefile b/tig/Makefile
index fe96a1cf59..82716f0845 100644
--- a/tig/Makefile
+++ b/tig/Makefile
@@ -39,6 +39,7 @@ CFLAGS+=	-D_BSD_SOURCE
 
 BUILD_TARGET=	all doc
 INSTALL_TARGET=	install install-doc
+TEST_TARGET=	test
 
 post-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}/${EGDIR} && \
diff --git a/tig/TODO b/tig/TODO
index 5d4441c46b..9e1701aeb4 100644
--- a/tig/TODO
+++ b/tig/TODO
@@ -6,7 +6,7 @@
   After that the `main' view is mostly completely blank except for the current
   two entries.
   patch-src_view.c workarounds that.
-- Add support for test by adding `TEST_TARGET= test' and investigate with curses
-  could not be initialized when `TERM= dumb' (and maybe other possible problems
-  too!)
+- Investigate why curses could not be initialized when `TERM= dumb', tig fails
+  with `tig: Failed to initialize curses'.  `test' target ATM is also not very
+  useful due that.
     -- leot (2019/05/14)


Home | Main Index | Thread Index | Old Index