aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-03 22:54:50 +0800
committerache <ache@FreeBSD.org>1996-12-03 22:54:50 +0800
commit920c6f727949665443713e5c4346269a50070902 (patch)
treef4405a71280fb140293141ee3a89db87e4f60dde /mail
parent75cc36d02ca0c5e19154ed3440764a6dcb471769 (diff)
downloadfreebsd-ports-gnome-920c6f727949665443713e5c4346269a50070902.tar.gz
freebsd-ports-gnome-920c6f727949665443713e5c4346269a50070902.tar.zst
freebsd-ports-gnome-920c6f727949665443713e5c4346269a50070902.zip
Turn on locale. More FreeBSD tunings
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/files/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac
index c51a4d300e21..53a87ba265e1 100644
--- a/mail/pine4/files/patch-ac
+++ b/mail/pine4/files/patch-ac
@@ -1,5 +1,5 @@
-*** pine/osdep/os-bsf.h.orig Sat Jun 15 12:32:50 1996
---- pine/osdep/os-bsf.h Fri Jun 14 00:45:08 1996
+*** pine/osdep/os-bsf.h.orig Tue Dec 3 16:36:18 1996
+--- pine/osdep/os-bsf.h Tue Dec 3 17:46:48 1996
***************
*** 0 ****
--- 1,406 ----
@@ -235,7 +235,7 @@
+
+
+ /*----------------- locale.h -------------------------------------------*/
-+ /* #include <locale.h> /* To make matching and sorting work right */
++ #include <locale.h> /* To make matching and sorting work right */
+
+
+
@@ -247,8 +247,8 @@
+
+
+ /*--------------- signal.h ---------------------------------------------*/
-+ /* #include <signal.h> /* sometimes both required, sometimes */
-+ #include <sys/signal.h> /* only one or the other */
++ #include <signal.h> /* sometimes both required, sometimes */
++ /* #include <sys/signal.h> /* only one or the other */
+
+ #define SigType void /* value returned by sig handlers is void */
+ /* #define SigType int /* value returned by sig handlers is int */
@@ -336,7 +336,7 @@
+ /*----------------------------------------------------------------------
+ If no nntp-servers are defined, this program will be used to post news.
+ ----*/
-+ /* #define SENDNEWS "/usr/local/bin/inews -h" /* news posting cmd */
++ #define SENDNEWS "/usr/local/lib/news/inews -h" /* news posting cmd */
+
+
+ /*--------- Program employed by users to change their password ---------*/