pkgsrc-WIP-changes archive

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

mit-krb5-32: Add a note about `remove-non-libs:' target requiring user interaction



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jul 13 13:42:06 2019 +0200
Changeset:	2eb3c622deb728e887555098aa644d780f97c3ed

Added Files:
	mit-krb5-32/TODO

Log Message:
mit-krb5-32: Add a note about `remove-non-libs:' target requiring user interaction

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

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

diffstat:
 mit-krb5-32/TODO | 9 +++++++++
 1 file changed, 9 insertions(+)

diffs:
diff --git a/mit-krb5-32/TODO b/mit-krb5-32/TODO
new file mode 100644
index 0000000000..11fbed1b18
--- /dev/null
+++ b/mit-krb5-32/TODO
@@ -0,0 +1,9 @@
+When building as a user in `users' group the `remove-non-libs:' target leads to requiring
+user confirmation:
+
+ echo "Removing non-compat lib package content"
+ Removing non-compat lib package content
+ find /tmp/pkgsrc/wip/mit-krb5-32/work/.destdir/usr/pkg -path /tmp/pkgsrc/wip/mit-krb5-32/work/.destdir/usr/pkg/lib/32 -prune -or -type f -exec /bin/rm {} +
+ override r-sr-xr-x  leot:users for '/tmp/pkgsrc/wip/mit-krb5-32/work/.destdir/usr/pkg/bin/ksu'?
+
+Should the `${RM} -f' be used instead of `${RM}'.


Home | Main Index | Thread Index | Old Index