1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/pine4/files/patch-al

38 lines
1.7 KiB
Plaintext
Raw Normal View History

*** build.orig Tue May 14 14:22:47 1996
--- build Fri Jun 14 00:09:03 1996
***************
*** 169,179 ****
if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi
if [ -s ../c-client/mtest ] ; then ln ../c-client/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"
;;
--- 169,189 ----
if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi
if [ -s ../c-client/mtest ] ; then ln ../c-client/mtest mtest ; fi
+ if [ -s ../c-client/libc-client.so.1.3 ] ;
+ then ln ../c-client/libc-client.so.1.3 libc-client.so.1.3 ; fi
if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi
+ if [ -s ../imap/systype/ipopd/ipop2d ] ;
+ then ln ../imap/systype/ipopd/ipop2d ipop2d ; fi
+ if [ -s ../imap/systype/ipopd/ipop3d ] ;
+ then ln ../imap/systype/ipopd/ipop3d ipop3d ; 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 \
! bin/ipop2d bin/ipop3d \
! bin/libc-client.so.1.3 bin/libpico.so.1.3
echo "Done"
;;