aboutsummaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-12-12 09:39:23 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-12-12 09:39:23 +0000
commit01aefb6a4d7932da6b9406228d704b8fa3c772bb (patch)
tree19b5db0dcec1aa2008291398d06e4bbfa9dd1db1 /mail/metamail
parentba2097f169c0973fb05793040058356a725c495e (diff)
downloadports-01aefb6a4d7932da6b9406228d704b8fa3c772bb.tar.gz
ports-01aefb6a4d7932da6b9406228d704b8fa3c772bb.zip
Add a patch for the sun2mime command to use /usr/bin/awk instead of
the non-existant /bin/nawk.
Notes
Notes: svn path=/head/; revision=559
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-ac19
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 000000000000..22277ebe313b
--- /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" {