diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 04:23:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 04:23:19 +0000 |
commit | 6c5a81185b98298fd59c50d7213fa1d02896d59f (patch) | |
tree | 4d86acc88be5e417eb080b92831696978bdf2482 /mail/pine4/files/patch-av | |
parent | Revert previous diff; we've found the XFree86 dist problem which really (diff) |
Update to version 4.05.
PR: 7993, 8151
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-av | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-av b/mail/pine4/files/patch-av new file mode 100644 index 000000000000..efa915e4e2bf --- /dev/null +++ b/mail/pine4/files/patch-av @@ -0,0 +1,44 @@ +*** pine/mailcap.c.orig Wed Aug 19 03:47:42 1998 +--- pine/mailcap.c Sat Sep 12 22:00:48 1998 +*************** +*** 61,67 **** + + Mime types makes mime assign attachment types according + to file name extensions found in a system wide file +! ``/usr/local/lib/mime.types'' and a user specific file + ``~/.mime.types'' . These files specify file extensions + that will be connected to a mime type. + ******************************************************* +--- 61,67 ---- + + Mime types makes mime assign attachment types according + to file name extensions found in a system wide file +! ``@@PREFIX@@/etc/mime.types'' and a user specific file + ``~/.mime.types'' . These files specify file extensions + that will be connected to a mime type. + ******************************************************* +*************** +*** 96,106 **** + #define MC_PATH_SEPARATOR ':' + #define MC_USER_FILE NULL + #define MC_STDPATH \ +! ".mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap" + #define MT_PATH_SEPARATOR ':' + #define MT_USER_FILE NULL + #define MT_STDPATH \ +! ".mime.types:/etc/mime.types:/usr/local/lib/mime.types" + #endif /* !DOS */ + + #ifdef _WINDOWS +--- 96,106 ---- + #define MC_PATH_SEPARATOR ':' + #define MC_USER_FILE NULL + #define MC_STDPATH \ +! ".mailcap:/etc/mailcap:/usr/etc/mailcap:@@PREFIX@@/etc/mailcap" + #define MT_PATH_SEPARATOR ':' + #define MT_USER_FILE NULL + #define MT_STDPATH \ +! ".mime.types:/etc/mime.types:@@PREFIX@@/etc/mime.types" + #endif /* !DOS */ + + #ifdef _WINDOWS |