forked from Lainports/freebsd-ports
- Fix problem with gcc 2.95 (add -fwritable-strings)
- Fix problem with display depth when printing username below icon
(white text on white background ;-)
- Add some documentation (READMEs) with respect to NOPORTDOCS
- Define of USE_NAS environment variable builds faces with
NAS (auplay) support (default is rplay)
- Correct pkg-plist
- Shorten pkg-desc below 24 lines
- Bump PORTREVISION to 1
Changes were stimulated by: Mike Meyer <mwm@mired.org>
20 lines
606 B
Text
20 lines
606 B
Text
--- 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/\(.*\)//;
|