diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-01 21:18:37 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-10 11:11:40 -0400 |
commit | 5407e0a8eaa47eb0496267be0c13b8cef68baabf (patch) | |
tree | 2321d48f068d5e74fd49b5465d1f971f6458c482 /hints | |
parent | 01b71c89216c9f447494638a5d108e13c45c3863 (diff) | |
download | perl-5407e0a8eaa47eb0496267be0c13b8cef68baabf.tar.gz |
bump version to 5.16.0 RC0
Done with:
./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0
...followed by a small edit to INSTALL and patchlevel.h.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 | ||||
-rw-r--r-- | hints/dgux.sh | 16 | ||||
-rw-r--r-- | hints/hpux.sh | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 1fb9339faa..f58ad5f3dd 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.15.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.16.0 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.16.0 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount diff --git a/hints/dgux.sh b/hints/dgux.sh index 4850afa735..2bd7d758a8 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -52,14 +52,14 @@ libpth="/usr/lib" ##################################### prefix=/usr/local -perlpath="$prefix/bin/perl515" -startperl="#! $prefix/bin/perl515" -privlib="$prefix/lib/perl515" +perlpath="$prefix/bin/perl516" +startperl="#! $prefix/bin/perl516" +privlib="$prefix/lib/perl516" man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" -sitearch="$prefix/lib/perl515/$archname" -sitelib="$prefix/lib/perl515" +sitearch="$prefix/lib/perl516/$archname" +sitelib="$prefix/lib/perl516" #Do not overwrite by default /usr/bin/perl of DG/UX installusrbinperl="$undef" @@ -138,7 +138,7 @@ unset sde_path default_sde sde # <takis@XFree86.Org> ##################################### -libperl="libperl515.so" +libperl="libperl516.so" # Many functions (eg, gethostent(), killpg(), getpriority(), setruid() # dbm_*(), and plenty more) are defined in -ldgc. Usually you don't @@ -205,8 +205,8 @@ $define|true|[yY]*) # DG/UX library! libswanted="dbm posix resolv socket nsl dl m rte" archname="ix86-dgux-thread" - sitearch="$prefix/lib/perl515/$archname" - sitelib="$prefix/lib/perl515" + sitearch="$prefix/lib/perl516/$archname" + sitelib="$prefix/lib/perl516" case "$cc" in *gcc*) #### Use GCC -2.95.2/3 rev (DG/UX) and -pthread diff --git a/hints/hpux.sh b/hints/hpux.sh index d4918213fc..d6d4deae38 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -439,7 +439,7 @@ case "$ccisgcc" in B3910B*A.06.15) # > cc --version # cc: HP C/aC++ B3910B A.06.15 [May 16 2007] - # Has optimizing problems with +O2 for blead (5.15.9), + # Has optimizing problems with +O2 for blead (5.16.0), # see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668. # # +O2 +Onolimit +Onoprocelim +Ostore_ordering \ |