home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / perl-4.036-src.lha / src / diffs / perl-4.036.diffs
Encoding:
Text File  |  1993-09-28  |  2.8 KB  |  118 lines

  1. diff -rc perl-4.036-fsf/Configure perl-4.036-amiga/Configure
  2. *** perl-4.036-fsf/Configure    Mon Feb  8 20:37:48 1993
  3. --- perl-4.036-amiga/Configure    Mon Sep 27 21:46:16 1993
  4. ***************
  5. *** 4023,4029 ****
  6.       eval $ans;;
  7.   esac
  8.   chmod +x doSH
  9. ! ./doSH
  10.   
  11.   if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
  12.       dflt=n
  13. --- 4023,4029 ----
  14.       eval $ans;;
  15.   esac
  16.   chmod +x doSH
  17. ! sh doSH
  18.   
  19.   if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
  20.       dflt=n
  21. diff -rc perl-4.036-fsf/Makefile.SH perl-4.036-amiga/Makefile.SH
  22. *** perl-4.036-fsf/Makefile.SH    Mon Feb  8 20:35:21 1993
  23. --- perl-4.036-amiga/Makefile.SH    Tue Sep 28 07:16:24 1993
  24. ***************
  25. *** 349,355 ****
  26.   
  27.   test: perl
  28.       - cd t && chmod +x TEST */*.t
  29. !     - cd t && (rm -f perl; $(SLN) ../perl perl) && ./perl TEST </dev/tty
  30.   
  31.   clist:
  32.       echo $(c) | tr ' ' '\012' >.clist
  33. --- 349,355 ----
  34.   
  35.   test: perl
  36.       - cd t && chmod +x TEST */*.t
  37. !     - cd t && (rm -f perl; $(SLN) ../perl perl) && ./perl TEST
  38.   
  39.   clist:
  40.       echo $(c) | tr ' ' '\012' >.clist
  41. ***************
  42. *** 373,376 ****
  43.       ln Makefile ../Makefile
  44.       ;;
  45.   esac
  46. ! rm -f makefile
  47. --- 373,377 ----
  48.       ln Makefile ../Makefile
  49.       ;;
  50.   esac
  51. ! #rm -f makefile  (AmigaDOS is case-independent)
  52. diff -rc perl-4.036-fsf/makedepend.SH perl-4.036-amiga/makedepend.SH
  53. *** perl-4.036-fsf/makedepend.SH    Mon Feb  8 20:36:27 1993
  54. --- perl-4.036-amiga/makedepend.SH    Mon Sep 27 22:06:33 1993
  55. ***************
  56. *** 63,71 ****
  57.   $cat /dev/null >.deptmp
  58.   $rm -f *.c.c c/*.c.c
  59.   if test -f Makefile; then
  60. !     cp Makefile makefile
  61.   fi
  62. ! mf=makefile
  63.   if test -f $mf; then
  64.       defrule=`<$mf sed -n        \
  65.       -e '/^\.c\.o:.*;/{'        \
  66. --- 63,71 ----
  67.   $cat /dev/null >.deptmp
  68.   $rm -f *.c.c c/*.c.c
  69.   if test -f Makefile; then
  70. !     cp Makefile Makefile.bak
  71.   fi
  72. ! mf=Makefile
  73.   if test -f $mf; then
  74.       defrule=`<$mf sed -n        \
  75.       -e '/^\.c\.o:.*;/{'        \
  76. diff -rc perl-4.036-fsf/perl.h perl-4.036-amiga/perl.h
  77. *** perl-4.036-fsf/perl.h    Mon Feb  8 20:36:01 1993
  78. --- perl-4.036-amiga/perl.h    Mon Sep 27 22:06:19 1993
  79. ***************
  80. *** 79,85 ****
  81. --- 79,87 ----
  82.    */
  83.   #define HAS_ALARM
  84.   #define HAS_CHOWN
  85. + #ifndef amigados
  86.   #define HAS_CHROOT
  87. + #endif
  88.   #define HAS_FORK
  89.   #define HAS_GETLOGIN
  90.   #define HAS_GETPPID
  91. ***************
  92. *** 93,99 ****
  93. --- 95,103 ----
  94.    * password and group functions in general.  All Unix systems do.
  95.    */
  96.   #define HAS_GROUP
  97. + #ifndef amigados
  98.   #define HAS_PASSWD
  99. + #endif
  100.   
  101.   #endif /* !MSDOS */
  102.   
  103. diff -rc perl-4.036-fsf/x2p/Makefile.SH perl-4.036-amiga/x2p/Makefile.SH
  104. *** perl-4.036-fsf/x2p/Makefile.SH    Mon Feb  8 20:36:33 1993
  105. --- perl-4.036-amiga/x2p/Makefile.SH    Mon Sep 27 22:07:15 1993
  106. ***************
  107. *** 157,160 ****
  108.       ln Makefile ../Makefile
  109.       ;;
  110.   esac
  111. ! rm -f makefile
  112. --- 157,160 ----
  113.       ln Makefile ../Makefile
  114.       ;;
  115.   esac
  116. ! #rm -f makefile
  117.