summaryrefslogtreecommitdiff
path: root/mail/mess822/files
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-02-05 07:23:54 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-02-05 07:23:54 +0000
commit66a8bdb9289e743c2ee77709b4ddfb4d55e92534 (patch)
treeea514d5bfb5f6f16c5db1820d58b669c3c5b4e9b /mail/mess822/files
parentUpdate to 4.54. (diff)
mess822 is a package containing a RFC 822 message parsing library and
rewriting utilities. WWW: http://cr.yp.to/mess822.html PR: 24848 Submitted by: David Siebörger <drs@rucus.ru.ac.za>
Notes
Notes: svn path=/head/; revision=37962
Diffstat (limited to 'mail/mess822/files')
-rw-r--r--mail/mess822/files/patch-aa53
1 files changed, 53 insertions, 0 deletions
diff --git a/mail/mess822/files/patch-aa b/mail/mess822/files/patch-aa
new file mode 100644
index 000000000000..e1c86d5ee3df
--- /dev/null
+++ b/mail/mess822/files/patch-aa
@@ -0,0 +1,53 @@
+*** hier.c.orig Sun Feb 4 16:12:16 2001
+--- hier.c Sun Feb 4 16:13:07 2001
+***************
+*** 12,21 ****
+ d(auto_home,"man/man3",-1,-1,02755);
+ d(auto_home,"man/man5",-1,-1,02755);
+ d(auto_home,"man/man8",-1,-1,02755);
+! d(auto_home,"man/cat1",-1,-1,02755);
+! d(auto_home,"man/cat3",-1,-1,02755);
+! d(auto_home,"man/cat5",-1,-1,02755);
+! d(auto_home,"man/cat8",-1,-1,02755);
+
+ c(auto_home,"lib","mess822.a",-1,-1,0644);
+ c(auto_home,"include","mess822.h",-1,-1,0644);
+--- 12,18 ----
+ d(auto_home,"man/man3",-1,-1,02755);
+ d(auto_home,"man/man5",-1,-1,02755);
+ d(auto_home,"man/man8",-1,-1,02755);
+! d(auto_home,"etc",-1,-1,02755);
+
+ c(auto_home,"lib","mess822.a",-1,-1,0644);
+ c(auto_home,"include","mess822.h",-1,-1,0644);
+***************
+*** 48,70 ****
+ c(auto_home,"man/man3","mess822_token.3",-1,-1,0644);
+ c(auto_home,"man/man3","mess822_when.3",-1,-1,0644);
+
+! c(auto_home,"man/cat1","iftocc.0",-1,-1,0644);
+! c(auto_home,"man/cat1","new-inject.0",-1,-1,0644);
+! c(auto_home,"man/cat1","822field.0",-1,-1,0644);
+! c(auto_home,"man/cat1","822header.0",-1,-1,0644);
+! c(auto_home,"man/cat1","822date.0",-1,-1,0644);
+! c(auto_home,"man/cat1","822received.0",-1,-1,0644);
+! c(auto_home,"man/cat1","822print.0",-1,-1,0644);
+! c(auto_home,"man/cat5","rewriting.0",-1,-1,0644);
+! c(auto_home,"man/cat8","ofmipd.0",-1,-1,0644);
+! c(auto_home,"man/cat8","ofmipname.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_addr.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_date.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_fold.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_quote.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_token.0",-1,-1,0644);
+! c(auto_home,"man/cat3","mess822_when.0",-1,-1,0644);
+!
+! c("/etc",".","leapsecs.dat",-1,-1,0644);
+ }
+--- 45,49 ----
+ c(auto_home,"man/man3","mess822_token.3",-1,-1,0644);
+ c(auto_home,"man/man3","mess822_when.3",-1,-1,0644);
+
+! c(auto_home,"etc","leapsecs.dat",-1,-1,0644);
+ }