pkgsrc-WIP-changes archive

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

plan9port: make debugging a little easier



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 8 16:28:02 2020 +0200
Changeset:	f1d985e4442833015587e60de7f2cae31b500b7f

Modified Files:
	plan9port/PLIST
	plan9port/distinfo
Added Files:
	plan9port/patches/patch-INSTALL

Log Message:
plan9port: make debugging a little easier

Do not use files for logging and do not redirect stderr.

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

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

diffstat:
 plan9port/PLIST                 |  2 --
 plan9port/distinfo              |  1 +
 plan9port/patches/patch-INSTALL | 15 +++++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs:
diff --git a/plan9port/PLIST b/plan9port/PLIST
index 085d6f2f01..b65970b9bb 100644
--- a/plan9port/PLIST
+++ b/plan9port/PLIST
@@ -4096,8 +4096,6 @@ plan9/include/thread.h
 plan9/include/u.h
 plan9/include/utf.h
 plan9/include/venti.h
-plan9/install.log
-plan9/install.sum
 plan9/install.txt
 plan9/lib/CVS.IEXIST
 plan9/lib/acme.rc
diff --git a/plan9port/distinfo b/plan9port/distinfo
index e873e9f42d..a3bb53d51b 100644
--- a/plan9port/distinfo
+++ b/plan9port/distinfo
@@ -4,6 +4,7 @@ SHA1 (plan9port-20200622-95ab1308b410ad8547e38e47ec4a36f560dcece5.tar.gz) = af51
 RMD160 (plan9port-20200622-95ab1308b410ad8547e38e47ec4a36f560dcece5.tar.gz) = dcd35a7564d1c0569383a6d9782a6c64de10ccac
 SHA512 (plan9port-20200622-95ab1308b410ad8547e38e47ec4a36f560dcece5.tar.gz) = e3e2f66c854304702f10568a3ae8990f62b6b66872f0bb6b9e3f629ff5616e82ce2c88331ec58f27d1c9cf9fda6c7d0cb072e7a746ed0ce94dc600918efda964
 Size (plan9port-20200622-95ab1308b410ad8547e38e47ec4a36f560dcece5.tar.gz) = 23445330 bytes
+SHA1 (patch-INSTALL) = 677acd580efcd7c5e6d75e3c43d41a384e291918
 SHA1 (patch-include_u.h) = d8681e7c663f9dd6da46d0af2eb33a8e1b014fbd
 SHA1 (patch-src_cmd_devdraw_mkwsysrules.sh) = 7418cfbedafa74145c4c3395fe11b2bb3b6b50ef
 SHA1 (patch-src_cmd_rio_mkfile) = b2584bf14a71efb7af4bebba763035d21b38a194
diff --git a/plan9port/patches/patch-INSTALL b/plan9port/patches/patch-INSTALL
new file mode 100644
index 0000000000..b83a4acbf9
--- /dev/null
+++ b/plan9port/patches/patch-INSTALL
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Silent is gold, ability to debug possible errors as the user wishes
+is much more precious (do not filter/redirect stdout/stderr to files
+making possible debugging harder).
+
+--- INSTALL.orig	2020-06-22 15:22:27.000000000 +0000
++++ INSTALL
+@@ -211,5 +211,5 @@ if $doinstall; then
+ 	echo "	PLAN9=$PLAN9 export PLAN9"
+ 	echo '	PATH=$PATH:$PLAN9/bin export PATH'
+ fi
+-) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum
++)
+ 


Home | Main Index | Thread Index | Old Index