head	1.4;
access;
symbols
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2000.11.17.19.06.53;	author keith;	state dead;
branches;
next	1.3;

1.3
date	99.11.01.00.40.58;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	98.08.09.00.51.27;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.07.30.12.30.39;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.4
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
@--- pine/status.c.orig	Thu Jul  8 07:42:17 1999
+++ pine/status.c	Thu Oct 14 10:53:45 1999
@@@@ -72,7 +72,7 @@@@
 static struct key modal_message_keys[] =
        {NULL_MENU,
 	NULL_MENU,
-	{"Ret","Finished",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
+	{"Ret","",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
 	NULL_MENU,
 	NULL_MENU,
 	NULL_MENU,
@@@@ -1022,8 +1022,8 @@@@
  * want_to's array passed to radio_buttions...
  */
 static ESCKEY_S yorn[] = {
-    {'y', 'y', "Y", "Yes"},
-    {'n', 'n', "N", "No"},
+    {'y', 'y', "Y", "O"},
+    {'n', 'n', "N", "_"},
     {-1, 0, NULL, NULL}
 };
 
@@@@ -1232,7 +1232,7 @@@@
     memset(fkey_table, NO_OP_COMMAND, 12 * sizeof(int));
     if(help_text != NO_HELP){		/* if shown, always at position 0 */
 	rb_keymenu.keys[0].name  = "?";
-	rb_keymenu.keys[0].label = "Help";
+	rb_keymenu.keys[0].label = "U";
 	setbitn(0, bitmap);
 	fkey_table[0] = ctrl('G');
 	start++;
@@@@ -1240,7 +1240,7 @@@@
 
     if(on_ctrl_C){			/* if shown, always at position 1 */
 	rb_keymenu.keys[1].name  = "^C";
-	rb_keymenu.keys[1].label = "Cancel";
+	rb_keymenu.keys[1].label = "";
 	setbitn(1, bitmap);
 	fkey_table[1] = ctrl('C');
 	start++;
@


1.3
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@@


1.2
log
@Cleanups from maintainer.

PR:		7468
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- pine/status.c.orig	Sat Jun 27 07:36:34 1998
+++ pine/status.c	Tue Aug  4 12:42:22 1998
d12 1
a12 1
@@@@ -931,8 +931,8 @@@@
d23 1
a23 1
@@@@ -1139,7 +1139,7 @@@@
d32 1
a32 1
@@@@ -1147,7 +1147,7 @@@@
@


1.1
log
@Upgrade to 4.02,
Submitted by:	maintainer
@
text
@d1 21
a21 3
--- build.orig	Tue Jun 16 01:35:10 1998
+++ build	Tue Jul 28 08:34:58 1998
@@@@ -256,11 +256,11 @@@@
d23 10
a32 34
         if [ -s c-client ] ; then rm -f c-client ; fi
         ln -s imap/c-client c-client
-        if [ -s mtest    ] ; then rm -f mtest    ; fi
-        ln -s imap/mtest mtest
-        if [ -s imapd    ] ; then rm -f imapd    ; fi
-        ln -s imap/imapd imapd
-        echo "Making c-client library, mtest and imapd"
+#       if [ -s mtest    ] ; then rm -f mtest    ; fi
+#       ln -s imap/mtest mtest
+#       if [ -s imapd    ] ; then rm -f imapd    ; fi
+#       ln -s imap/imapd imapd
+        echo "Making c-client library"
         eval echo make "$makeargs" "$K1" "$K2" $ccltarg
         cd $PHOME/imap
         eval make "$makeargs" "$K1" "$K2" $ccltarg
@@@@ -281,14 +281,16 @@@@
         cd $PHOME/bin
         rm -f pine mtest imapd pico pilot
         if [ -s ../pine/pine ] ;      then ln ../pine/pine  pine      ; fi
-        if [ -s ../mtest/mtest ] ;    then ln ../mtest/mtest mtest ; fi
-        if [ -s ../imapd/imapd ] ;    then ln ../imapd/imapd imapd    ; fi
+#       if [ -s ../mtest/mtest ] ;    then ln ../mtest/mtest mtest ; fi
+#       if [ -s ../imapd/imapd ] ;    then ln ../imapd/imapd imapd    ; fi
         if [ -s ../pico/pico ] ;      then ln ../pico/pico pico ; fi
         if [ -s ../pico/pilot ] ;     then ln ../pico/pilot pilot ; fi
+        if [ -s ../pico/libpico.so.1.3 ] ;
+              then ln ../pico/libpico.so.1.3 libpico.so.1.3 ; fi
         cd $PHOME
         echo ''
         echo "Links to executables are in bin directory:"
-        size bin/pine bin/mtest bin/imapd bin/pico bin/pilot
+        size bin/pine bin/pico bin/pilot bin/libpico.so.1.3
         echo "Done"
         ;;
d34 7
a40 13
@@@@ -299,10 +301,10 @@@@
 	make clean
         echo "Cleaning Pine"
         cd $PHOME/pine
-        make -f makefile.ult clean
+        make -f makefile.bsf clean
         echo "Cleaning pico"
         cd $PHOME/pico
-        make $makeargs -f makefile.ult clean
+        make $makeargs -f makefile.bsf clean
         echo "Done"
         cd $PHOME
         ;;
@
