diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:17:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:17:54 +0000 |
commit | 66e43df3729911d514bab54fc262af2358c4fbd6 (patch) | |
tree | 19ffa0ab341b3e225066b07b75a9260c1035fd90 /shells/scponly/files/patch-ad | |
parent | [NEW PORT] cad/gplcver: A Verilog HDL simulator (diff) |
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release,
- Compatibility of WinSCP in SCP mode improved.
- The scponlyc (chroot'ed version of scponly) works again.
PR: ports/91039
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Diffstat (limited to 'shells/scponly/files/patch-ad')
-rw-r--r-- | shells/scponly/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/scponly/files/patch-ad b/shells/scponly/files/patch-ad new file mode 100644 index 000000000000..be67490ca236 --- /dev/null +++ b/shells/scponly/files/patch-ad @@ -0,0 +1,11 @@ +--- setup_chroot.sh.in.orig Wed Dec 28 06:55:52 2005 ++++ setup_chroot.sh.in Wed Dec 28 17:42:27 2005 +@@ -72,7 +72,7 @@ if [ `uname -s` = "OpenBSD" ]; then + GREP_LIST="$GREP_LIST -e $bin" + done + LIB_LIST=`/usr/bin/ldd $BINARIES 2> /dev/null | /usr/bin/tr -s " " | /usr/bin/cut -f5 -d" " | /usr/bin/grep -v "^Name" | /usr/bin/grep -v $GREP_LIST | /usr/bin/sort -u` +-elif ++else + LIB_LIST=`@PROG_LDD@ $BINARIES 2> /dev/null | @PROG_CUT@ -f2 -d\> | @PROG_CUT@ -f1 -d\( | @PROG_GREP@ "^ " | @PROG_SORT@ -u` + fi + |