%n perl %v 5.003 %c * %l * %b * %d * %f * %t perl-5.003.tgz %w Misc %% %setup patch -u -p1 <<'ENDPATCH' diff -ru2N perl-5.003/Configure perl-MCC/Configure --- perl-5.003/Configure Mon Mar 25 06:04:01 1996 +++ perl-MCC/Configure Tue Sep 10 14:23:43 1996 @@ -87,8 +87,4 @@ : Sanity checks -if test ! -t 0; then - echo "Say 'sh $me', not 'sh <$me'" - exit 1 -fi : On HP-UX, large Configure scripts may exercise a bug in /bin/sh @@ -590,4 +586,28 @@ undef='undef' smallmach='pdp11 i8086 z8000 i80286 iAPX286' +archlib='/usr/lib/perl5.003' +archlibexp='/usr/lib/perl5.003' +ccflags='-Dbool=char -DHAS_BOOL' +cppflags='-Dbool=char -DHAS_BOOL' +installarchlib='/usr/lib/perl5.003' +installman1dir='/usr/man/man1' +installman3dir='/usr/man/man3' +installprivlib='/usr/share/perl5' +installsitearch='/usr/lib/perl5.003' +installsitelib='/usr/share/perl5/site_perl' +man1dir='/usr/man/man1' +man1direxp='/usr/man/man1' +man1ext='1' +man3dir='/usr/man/man3' +man3direxp='/usr/man/man3' +man3ext='3' +optimize='-O6 -fomit-frame-pointer' +privlib='/usr/share/perl5' +privlibexp='/usr/share/perl5' +sitearch='/usr/lib/perl5.003' +sitearchexp='/usr/lib/perl5.003' +sitelib='/usr/share/perl5/site_perl' +sitelibexp='/usr/share/perl5/site_perl' +d_dosuid='define' rmlist='' ENDPATCH mkdir -p /usr/share/perl5/site_perl /usr/lib/perl5.003 ./Configure -d -Dalldone=cont make * make test install * (cd /usr/bin;chmod a+r-w a2p c2ph h2* *perl* pod* pstruct s2p) * (cd /usr/bin;strip a2p perl perl5.003 sperl5.003 suidperl) * find /usr/lib/perl5.003|xargs chmod a+r-w * find /usr/share/perl5|xargs chmod a+r-w * chmod 444 /usr/man/man1/*1 /usr/man/man3/*3 * gzip -9f /usr/man/man{1/*.1,3/*.3} * ln -f /usr/bin/perl /usr/bin/perl5 %%