diff options
author | ats <ats@FreeBSD.org> | 1994-12-12 09:39:23 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-12 09:39:23 +0000 |
commit | 36a72413da11248442b50e628a097754e00fa291 (patch) | |
tree | 1e837c214f7453e30c488ca75fbef3195c079e98 /mail/metamail | |
parent | 7aa2a83351ccc75de4dd083383df9043341e04ef (diff) | |
download | FreeBSD-ports-36a72413da11248442b50e628a097754e00fa291.zip FreeBSD-ports-36a72413da11248442b50e628a097754e00fa291.tar.gz |
Add a patch for the sun2mime command to use /usr/bin/awk instead of
the non-existant /bin/nawk.
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-ac b/mail/metamail/files/patch-ac new file mode 100644 index 0000000..22277eb --- /dev/null +++ b/mail/metamail/files/patch-ac @@ -0,0 +1,19 @@ +*** bin/sun2mime.ORIG Sat Nov 13 15:53:51 1993 +--- bin/sun2mime Mon Dec 12 10:07:44 1994 +*************** +*** 11,17 **** + fi + TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$ + +! /bin/nawk ' + BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n") + RS=""; FS="\n"; mode="HEADER" } + mode == "HEADER" { +--- 11,17 ---- + fi + TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$ + +! /usr/bin/awk ' + BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n") + RS=""; FS="\n"; mode="HEADER" } + mode == "HEADER" { |