1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mail/pine4/files/patch-al
Steve Price 7e03a84d91 Update to version 4.10.
PR:		10286
Submitted by:	maintainer
1999-03-15 01:41:19 +00:00

101 lines
3.8 KiB
Plaintext

*** build.orig Wed Dec 16 01:53:29 1998
--- build Tue Feb 9 21:38:45 1999
***************
*** 80,87 ****
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.
pico The standalone editor similar to the Pine message composer.
This is a very simple straight forward text editor.
--- 80,87 ----
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/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.
***************
*** 277,287 ****
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"
eval echo make "$makeargs" "$K1" "$K2" $ccltarg
cd $PHOME/imap
eval make "$makeargs" "$K1" "$K2" $ccltarg
--- 277,287 ----
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"
eval echo make "$makeargs" "$K1" "$K2" $ccltarg
cd $PHOME/imap
eval make "$makeargs" "$K1" "$K2" $ccltarg
***************
*** 302,315 ****
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 ../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
echo "Done"
;;
--- 302,315 ----
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 ../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/pico bin/pilot
echo "Done"
;;
***************
*** 320,329 ****
make clean
echo "Cleaning Pine"
cd $PHOME/pine
! make -f makefile.ult clean
echo "Cleaning pico"
cd $PHOME/pico
! make $makeargs -f makefile.ult clean
echo "Done"
cd $PHOME
;;
--- 320,329 ----
make clean
echo "Cleaning Pine"
cd $PHOME/pine
! make -f makefile.bsf clean
echo "Cleaning pico"
cd $PHOME/pico
! make $makeargs -f makefile.bsf clean
echo "Done"
cd $PHOME
;;