pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
torsocks: Add support for the tests
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Jan 29 15:30:58 2018 +0100
Changeset: 012fdccff7b77463416c3babdbd28c7bf42a8e6f
Modified Files:
torsocks/Makefile
torsocks/TODO
Log Message:
torsocks: Add support for the tests
(It was just a matter of defining TEST_TARGET!)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=012fdccff7b77463416c3babdbd28c7bf42a8e6f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
torsocks/Makefile | 2 ++
torsocks/TODO | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/torsocks/Makefile b/torsocks/Makefile
index 1aa64ac958..6da20548b3 100644
--- a/torsocks/Makefile
+++ b/torsocks/Makefile
@@ -60,6 +60,8 @@ SUBST_FILES.lib= src/lib/torsocks.h
SUBST_SED.lib= -e '/LIBC_GETHOSTBYADDR_SIG/ s/const void \*addr/const char *addr/'
.endif
+TEST_TARGET= check
+
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/torsocks.conf \
diff --git a/torsocks/TODO b/torsocks/TODO
index ac58a616e0..fba0110ad1 100644
--- a/torsocks/TODO
+++ b/torsocks/TODO
@@ -2,5 +2,4 @@
kosher to call `getcap /usr/bin/foo'
- Is LIBC_PATH usage via CONFIGURE_ARGS correct, needed and portable?
- Adjust any possible hardcoded path in man pages
-- Add support for tests
- Test it via net/tor torify(1)
Home |
Main Index |
Thread Index |
Old Index