pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/netpgpverify/files forcibly disable tools bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc48c7db0b0a
branches:  trunk
changeset: 646166:dc48c7db0b0a
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Feb 05 01:28:25 2015 +0000

description:
forcibly disable tools build when running the testing script - found when
testing the src/ version, benign for pkgsrc. ride previous version bump.

diffstat:

 security/netpgpverify/files/testit.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r e9499814ba54 -r dc48c7db0b0a security/netpgpverify/files/testit.sh
--- a/security/netpgpverify/files/testit.sh     Thu Feb 05 00:59:10 2015 +0000
+++ b/security/netpgpverify/files/testit.sh     Thu Feb 05 01:28:25 2015 +0000
@@ -17,5 +17,5 @@
 
 #endif /* CONFIG_H_ */
 EOF
-(cd ${tmp} && make -f Makefile.bsd && make -f Makefile.bsd tst)
+(cd ${tmp} && env USETOOLS=no make -f Makefile.bsd && make -f Makefile.bsd tst)
 rm -rf ${tmp}



Home | Main Index | Thread Index | Old Index