summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-05-20 19:32:57 -0400
committerRicardo Signes <rjbs@cpan.org>2012-05-20 19:32:57 -0400
commit0e79a3d1bc1c5a952ab84e05a3a18162f3651f61 (patch)
tree03f845b0ddcf57d10ddd72de2131c7bd1ff54d85 /hints
parentf900159586df0c5a5de8f02417791836a23c3c0a (diff)
downloadperl-0e79a3d1bc1c5a952ab84e05a3a18162f3651f61.tar.gz
bump version to 5.17.0
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
-rw-r--r--hints/dgux.sh16
-rw-r--r--hints/hpux.sh2
3 files changed, 11 insertions, 11 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index f58ad5f3dd..eeb2a5efa3 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.16.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.17.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.16.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.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 2bd7d758a8..31ce2f8cb7 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -52,14 +52,14 @@ libpth="/usr/lib"
#####################################
prefix=/usr/local
-perlpath="$prefix/bin/perl516"
-startperl="#! $prefix/bin/perl516"
-privlib="$prefix/lib/perl516"
+perlpath="$prefix/bin/perl517"
+startperl="#! $prefix/bin/perl517"
+privlib="$prefix/lib/perl517"
man1dir="$prefix/man/man1"
man3dir="$prefix/man/man3"
-sitearch="$prefix/lib/perl516/$archname"
-sitelib="$prefix/lib/perl516"
+sitearch="$prefix/lib/perl517/$archname"
+sitelib="$prefix/lib/perl517"
#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="libperl516.so"
+libperl="libperl517.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/perl516/$archname"
- sitelib="$prefix/lib/perl516"
+ sitearch="$prefix/lib/perl517/$archname"
+ sitelib="$prefix/lib/perl517"
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 d6d4deae38..143284f2c7 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.16.0),
+ # Has optimizing problems with +O2 for blead (5.17.0),
# see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668.
#
# +O2 +Onolimit +Onoprocelim +Ostore_ordering \