diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 16:16:42 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 16:16:42 +0000 |
commit | 98bf9511846b91dc76444ad4253758e298d8232c (patch) | |
tree | be364c0e0b6245061baa1609090d162cf988acb7 /mail/faces/files/patch-ea | |
parent | o) Remove of libhelp, which would never compile with current motif (diff) |
o) Update to nearly complete rewritten faces-1.7.7 port
o) This port now includes xfaces functionality -> remove xfaces port
o) Support for different audio systems when building the port
PR: ports/35578, ports/35617
Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes
Notes:
svn path=/head/; revision=73500
Diffstat (limited to 'mail/faces/files/patch-ea')
-rw-r--r-- | mail/faces/files/patch-ea | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/faces/files/patch-ea b/mail/faces/files/patch-ea deleted file mode 100644 index d682b048b3b8..000000000000 --- a/mail/faces/files/patch-ea +++ /dev/null @@ -1,20 +0,0 @@ ---- scripts/from.faces.orig Tue Nov 19 05:05:58 1991 -+++ scripts/from.faces Sun Feb 18 17:57:50 2001 -@@ -17,7 +17,7 @@ - - $cols = 7; - --;# from.faces - alternate, experimental faces script to monitor one's mail -+;# from.faces - alternate, experimental faces script to monitor ones mail - ;# spool file - ;# Steve Kinzler, kinzler@cs.indiana.edu, 28 Jan 1991 - -@@ -58,7 +58,7 @@ - ($from, $wday, $mon, $mday, $time, $year) = - split(/\s+/, $hdr{'from'}); - --#include "/usr/local/faces/lib/allrc"; -+#include "/usr/local/share/faces/lib/allrc"; - - $from =~ s/.*<([^>]*)>.*/\1/; - $from =~ s/\(.*\)//; |