head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1.1.1
	zh_pine_3_95:1.1.1.1
	WOJU:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.11.17.19.06.52;	author keith;	state dead;
branches;
next	1.4;

1.4
date	99.11.01.00.40.55;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	98.07.30.12.30.38;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	98.07.21.14.11.35;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade from 4.21 to 4.30.

Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
@
text
@--- pico/osdep/os-bsf.h.orig	Thu Oct  8 06:10:21 1998
+++ pico/osdep/os-bsf.h	Thu Oct 14 10:53:41 1999
@@@@ -23,7 +23,7 @@@@
 
 #define  USE_DIRENT
 #include <sys/types.h>
-#include <sys/dir.h>
+#include <dirent.h>
 #include <stdlib.h>
 #include <string.h>
 
@@@@ -152,7 +152,7 @@@@
 /*
  * Place where mail gets delivered (for pico's new mail checking)
  */
-#define MAILDIR		"/usr/spool/mail"
+#define MAILDIR		"/var/mail"
 
 /*
  * What and where the tool that checks spelling is located.  If this is
@


1.4
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@@


1.3
log
@Upgrade to 4.02,
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- pico/osdep/os-bsf.h.orig	Thu Jul  9 00:37:28 1998
+++ pico/osdep/os-bsf.h	Tue Jul 28 08:35:00 1998
@


1.2
log
@Upgrade to 4.00
Submitted by:	Liang Tai-hwa <avatar@@www.mmlab.cse.yzu.edu.tw>
@
text
@d2 1
a2 1
+++ pico/osdep/os-bsf.h	Wed Jul 15 17:02:31 1998
@


1.1
log
@Initial revision
@
text
@d1 20
a20 37
*** imap/ANSI/c-client/Makefile.orig	Sat Jun 22 01:25:45 1996
--- imap/ANSI/c-client/Makefile	Sun Jan 12 19:41:38 1997
***************
*** 36,43 ****
  BINARIES=mail.o bezerk.o mtx.o tenex2.o mbox.o mh.o mmdf.o imap2.o pop3.o \
  	news.o nntpcunx.o phile.o dummy.o smtp.o nntp.o rfc822.o misc.o \
  	osdep.o sm_unix.o newsrc.o
! CC=cc
! CFLAGS=$(EXTRACFLAGS)
  DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
  LN=ln -s
  MAKE=make
--- 36,43 ----
  BINARIES=mail.o bezerk.o mtx.o tenex2.o mbox.o mh.o mmdf.o imap2.o pop3.o \
  	news.o nntpcunx.o phile.o dummy.o smtp.o nntp.o rfc822.o misc.o \
  	osdep.o sm_unix.o newsrc.o
! #CC=cc
! #CFLAGS=$(EXTRACFLAGS)
  DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
  LN=ln -s
  MAKE=make
***************
*** 118,123 ****
--- 118,130 ----
  		STDPROTO=bezerkproto MAILSPOOL=/var/mail \
  		ACTIVEFILE=/usr/lib/news/active NEWSSPOOL=/usr/spool/news \
  		RSHPATH=/usr/bin/rsh CFLAGS="-g -O -pipe -DNFSKLUDGE $(EXTRACFLAGS)"
+ 
+ bsf:	# FreeBSD
+ 	$(MAKE) $(ARCHIVE) OS=bsi EXTRADRIVERS="$(EXTRADRIVERS)" \
+ 		STDPROTO=bezerkproto MAILSPOOL=/var/mail \
+ 		ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
+               RSHPATH=/usr/bin/rsh CFLAGS="${CFLAGS} -DNFSKLUDGE $(EXTRACFLAGS)" \
+ 		LDFLAGS="-lcrypt"
  
  cvx:	# Convex
  	$(MAKE) mtest OS=$@@ EXTRADRIVERS="$(EXTRADRIVERS)" \
@


1.1.1.1
log
@Fix chinese display/input problem in pine.
PR:		ports/5083
Submitted by:	Yen-Shuo Su <yssu@@CCCA.NCTU.edu.tw>
@
text
@@
