diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 10:38:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 10:38:57 +0000 |
commit | 1feab97485c26e665b39546117c84e66f0b6cf0a (patch) | |
tree | ab7943f41d561c0928dce796db98926e39b68b98 /lang/tcl84/files/patch-test-fCmd | |
parent | - Take maintainership (diff) |
lang/tcl84, x11-toolkits/tk84: remove expired ports
Fix supported versions in USES=t[cl|k], remove last consumer (lang/fpc-tcl) and
bump PORTREVISION on two other ports that have had their dependencies or
default options changed (lang/smalltalk and x11-toolkits/ocaml-labltk)
Notes
Notes:
svn path=/head/; revision=452511
Diffstat (limited to 'lang/tcl84/files/patch-test-fCmd')
-rw-r--r-- | lang/tcl84/files/patch-test-fCmd | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/tcl84/files/patch-test-fCmd b/lang/tcl84/files/patch-test-fCmd deleted file mode 100644 index 04adaf1b7e2d..000000000000 --- a/lang/tcl84/files/patch-test-fCmd +++ /dev/null @@ -1,21 +0,0 @@ -Don't fail, when the tester's home directory (or any sub-path -thereof) is a symbolic link... - - -mi - ---- ../tests/fCmd.test Sun Mar 19 17:47:30 2006 -+++ ../tests/fCmd.test Tue Jun 27 14:13:53 2006 -@@ -578,5 +578,5 @@ - } {1 {error copying "td2" to "~/td1/td2": permission denied}} - test fCmd-6.26 {CopyRenameOneFile: doesn't use original name} \ -- {unixOnly notRoot} { -+ -constraints {unixOnly notRoot} -match regexp -body { - cleanup - file mkdir ~/td1/td2 -@@ -587,5 +587,5 @@ - file delete -force ~/td1 - set msg --} "1 {error copying \"~/td1\" to \"td1\": \"[file join [file dirname ~] [file tail ~] td1 td2]\": permission denied}" -+} -result "1 {error copying \"~/td1\" to \"td1\": \".*[file join td1 td2]\": permission denied}" - test fCmd-6.27 {CopyRenameOneFile: TclpCopyDirectory failed} \ - {unixOnly notRoot xdev} { |