head	1.6;
access;
symbols
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	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;
locks; strict;
comment	@# @;


1.6
date	2000.11.17.19.06.53;	author keith;	state dead;
branches;
next	1.5;

1.5
date	99.12.27.00.58.52;	author steve;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.6
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
@--- build.orig	Tue Nov 16 06:16:25 1999
+++ build	Fri Nov 19 16:18:24 1999
@@@@ -80,8 +80,8 @@@@
  pine   The Pine mailer. Once compiled this should work just fine on
         your system with no other files than this binary, and no
         modifications to your system. Optionally you may create two
-        configuration files, /usr/local/lib/pine.conf and 
-        /usr/local/lib/pine.info. See the documentation for details.
+        configuration files, /usr/local/etc/pine.conf and 
+        /usr/local/etc/pine.info. See the documentation for details.
  
  pico   The standalone editor similar to the Pine message composer.
         This is a very simple straight forward text editor.
@@@@ -279,11 +279,11 @@@@
 
         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
@@@@ -304,17 +304,17 @@@@
         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
         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
 	case $maketarg in
 	    mnt)    echo "Fixing stacksizes ..."
-		    fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot
+		    fixstk 64K bin/pine bin/pico bin/pilot
 	esac
         echo "Done"
         ;;
@@@@ -326,10 +326,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
         ;;
@


1.5
log
@Update to version 4.21.

PR:		14994
Submitted by:	maintainer
@
text
@@


1.4
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- build.orig	Sat Feb 20 07:30:54 1999
+++ build	Thu Oct 14 11:31:12 1999
d14 1
a14 1
@@@@ -278,11 +278,11 @@@@
d31 1
a31 1
@@@@ -303,17 +303,17 @@@@
d53 1
a53 1
@@@@ -325,10 +325,10 @@@@
@


1.3
log
@Update to version 4.05.

PR:		8025
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- build.orig	Fri Sep  4 08:01:15 1998
+++ build	Tue Sep 22 13:21:37 1998
d14 1
a14 1
@@@@ -274,11 +274,11 @@@@
d31 1
a31 1
@@@@ -299,14 +299,14 @@@@
d37 2
a38 2
+#       if [ -s ../mtest/mtest ] ;    then ln ../mtest/mtest mtest ; fi
+#       if [ -s ../imapd/imapd ] ;    then ln ../imapd/imapd imapd    ; fi
d46 5
d53 1
a53 2
 
@@@@ -317,10 +317,10 @@@@
@


1.2
log
@Update to version 4.0a2.

PR:		7672
Submitted by:	maintainer
@
text
@d1 14
a14 3
--- build.orig	Tue Jun 16 01:35:10 1998
+++ build	Wed Aug 19 10:45:16 1998
@@@@ -256,11 +256,11 @@@@
d31 1
a31 1
@@@@ -281,14 +281,16 @@@@
a40 2
+        if [ -s ../pico/libpico.so.2.0 ] ;
+              then ln ../pico/libpico.so.2.0 libpico.so.2.0 ; fi
d45 1
a45 1
+        size bin/pine bin/pico bin/pilot bin/libpico.so.2.0
d49 1
a49 1
@@@@ -299,10 +301,10 @@@@
@


1.1
log
@Cleanups from maintainer.

PR:		7468
Submitted by:	maintainer
@
text
@d2 1
a2 1
+++ build	Tue Aug  4 12:42:12 1998
d30 2
a31 2
+        if [ -s ../pico/libpico.so.1.3 ] ;
+              then ln ../pico/libpico.so.1.3 libpico.so.1.3 ; fi
d36 1
a36 1
+        size bin/pine bin/pico bin/pilot bin/libpico.so.1.3
@
