Date: Mon, 24 May 2004 22:17:40 -0700 (PDT) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/fd Makefile ports/shells/fd/files patch-apply.c patch-doscom.c patch-input.c patch-pathname.c patch-pathname.h Message-ID: <200405250517.i4P5HfVP059026@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2004/05/24 22:17:40 PDT
FreeBSD ports repository
Modified files:
shells/fd Makefile
Added files:
shells/fd/files patch-apply.c patch-doscom.c
patch-input.c patch-pathname.c
patch-pathname.h
Log:
Apply fixes against recently reported bugs.
[FDclone-users:00266]
Properly expand globs like <"/usr/"*> and </usr\/*>.
[FDclone-users:00274]
Complete the previous fix and make <'/usr/'*> work.
[FDclone-users:00275]
Fix a bug where a recursive copy fails when the destination directory
has a trailing slash.
[FDclone-users:00276]
Remove superfluous calls of chflags(2) to supress errors on filesystems
that do not support file flags.
[FDclone-users:00278]
Disable path name completion RENAME_FILE.
Revision Changes Path
1.63 +1 -0 ports/shells/fd/Makefile
1.1 +31 -0 ports/shells/fd/files/patch-apply.c (new)
1.1 +31 -0 ports/shells/fd/files/patch-doscom.c (new)
1.5 +13 -0 ports/shells/fd/files/patch-input.c (new)
1.7 +575 -0 ports/shells/fd/files/patch-pathname.c (new)
1.1 +45 -0 ports/shells/fd/files/patch-pathname.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405250517.i4P5HfVP059026>
