diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
commit | 5e535e782212b88c5653bcdf5b479068766cccd3 (patch) | |
tree | 383e4760b87c61a4d7ed195e85cffa507c0ebb80 /mail/dkimap4/files/patch-movemail.c | |
parent | - Actually, klamav doesn't install docs, it just installs kde stuffs on (diff) |
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Notes
Notes:
svn path=/head/; revision=230793
Diffstat (limited to 'mail/dkimap4/files/patch-movemail.c')
-rw-r--r-- | mail/dkimap4/files/patch-movemail.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/dkimap4/files/patch-movemail.c b/mail/dkimap4/files/patch-movemail.c deleted file mode 100644 index 95ed6fa9a1b5..000000000000 --- a/mail/dkimap4/files/patch-movemail.c +++ /dev/null @@ -1,39 +0,0 @@ ---- movemail/movemail.c.orig Tue Jul 4 23:07:49 2000 -+++ movemail/movemail.c Sun May 27 02:21:01 2001 -@@ -155,7 +155,7 @@ - /* Nonzero means this is name of a lock file to delete on fatal error. */ - char *delete_lockname; - --void -+int - main (argc, argv) - int argc; - char **argv; -@@ -258,7 +258,7 @@ - p--; - *p = 0; - strcpy (p, "EXXXXXX"); -- mktemp (tempname); -+ mkstemp (tempname); - unlink (tempname); - - while (1) -@@ -840,18 +840,3 @@ - } - - #endif /* MAIL_USE_POP */ -- --#ifndef HAVE_STRERROR --char * --strerror (errnum) -- int errnum; --{ -- extern char *sys_errlist[]; -- extern int sys_nerr; -- -- if (errnum >= 0 && errnum < sys_nerr) -- return sys_errlist[errnum]; -- return (char *) "Unknown error"; --} -- --#endif /* ! HAVE_STRERROR */ |