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.37;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	98.07.21.14.11.34;	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
@--- imap/src/osdep/unix/os_bsi.h.orig	Tue Feb  9 14:46:59 1999
+++ imap/src/osdep/unix/os_bsi.h	Thu Oct 14 10:53:41 1999
@@@@ -37,7 +37,12 @@@@
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>
+#ifdef __FreeBSD__
+#include <dirent.h>
+#define direct dirent
+#else
 #include <sys/dir.h>
+#endif
 #include <fcntl.h>
 #include <syslog.h>
 #include <sys/file.h>
@


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
--- imap/src/osdep/unix/os_bsi.h.orig	Sat Jul 11 17:29:33 1998
+++ imap/src/osdep/unix/os_bsi.h	Tue Jul 28 08:34:59 1998
@


1.2
log
@Upgrade to 4.00
Submitted by:	Liang Tai-hwa <avatar@@www.mmlab.cse.yzu.edu.tw>
@
text
@d1 2
a2 2
--- imap/src/osdep/unix/os_bsi.h.orig	Thu Feb 13 13:25:33 1997
+++ imap/src/osdep/unix/os_bsi.h	Wed Jul 15 17:02:29 1998
@


1.1
log
@Initial revision
@
text
@d1 15
a15 15
*** pico/os_unix.c.orig	Wed Jun 12 15:47:21 1996
--- pico/os_unix.c	Fri Jun 14 00:15:30 1996
***************
*** 1343,1347 ****
      extern int  sys_nerr;
  
!     return((err >= 0 && err < sys_nerr) ? sys_errlist[err] : NULL);
  }
  
--- 1343,1347 ----
      extern int  sys_nerr;
  
!     return(((err >= 0) && (err < sys_nerr)) ? (char*)sys_errlist[err] : NULL);
  }
  
@


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
@@
