diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:11:34 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:11:34 +0000 |
| commit | 991d09aec4e9b0ba9f12122d49ef31aa6de71e7b (patch) | |
| tree | 289e5f7c28d6cfd0a4a81901b06639dd791602a3 /ftp/wu-ftpd/files/patch-ap | |
| parent | Remove unmaintained expired ports from graphics (diff) | |
Remove unmaintained expired ports from ftp
2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available
2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
Diffstat (limited to 'ftp/wu-ftpd/files/patch-ap')
| -rw-r--r-- | ftp/wu-ftpd/files/patch-ap | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ftp/wu-ftpd/files/patch-ap b/ftp/wu-ftpd/files/patch-ap deleted file mode 100644 index 852d49fc1120..000000000000 --- a/ftp/wu-ftpd/files/patch-ap +++ /dev/null @@ -1,34 +0,0 @@ ---- src/glob.c.old Thu Nov 29 20:01:38 2001 -+++ src/glob.c Thu Jun 10 06:13:51 2004 -@@ -45,10 +45,12 @@ - - #include "proto.h" - -+#define ARGSIZ (524288) -+ - #define QUOTE 0200 - #define TRIM 0177 - #define eq(a,b) (strcmp(a, b)==0) --#define GAVSIZ (NCARGS/6) -+#define GAVSIZ (ARGSIZ/6) - #define isdir(d) ((d.st_mode & S_IFMT) == S_IFDIR) - - static char **gargv; /* Pointer to the (stack) arglist */ -@@ -112,7 +114,7 @@ - - fixpath(v); - if (v[0] == '\0') -- v = "*"; -+ v = "."; - else if ((strlen(v) > 1) && (v[strlen(v) - 1] == '/')) - v[strlen(v) - 1] = '\0'; - -@@ -149,7 +151,7 @@ - gargv = agargv; - sortbas = agargv; - gargc = 0; -- gnleft = NCARGS - 4; -+ gnleft = ARGSIZ - 4; - } - - static void collect(register char *as) |
