summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
committerDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
commit8891dd8d4c5444371851ec339d7cc20f956ffb5f (patch)
tree0e57585ce9fc920d80f40b217ae9536706e7a922 /hints
parent066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab (diff)
downloadperl-8891dd8d4c5444371851ec339d7cc20f956ffb5f.tar.gz
Bump the perl version in various places for 5.15.0
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
-rw-r--r--hints/dgux.sh16
2 files changed, 10 insertions, 10 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index ba9e2b26dd..d17bcb981f 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.14.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.15.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.14.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.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 9d5d0d41b6..4850afa735 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -52,14 +52,14 @@ libpth="/usr/lib"
#####################################
prefix=/usr/local
-perlpath="$prefix/bin/perl514"
-startperl="#! $prefix/bin/perl514"
-privlib="$prefix/lib/perl514"
+perlpath="$prefix/bin/perl515"
+startperl="#! $prefix/bin/perl515"
+privlib="$prefix/lib/perl515"
man1dir="$prefix/man/man1"
man3dir="$prefix/man/man3"
-sitearch="$prefix/lib/perl514/$archname"
-sitelib="$prefix/lib/perl514"
+sitearch="$prefix/lib/perl515/$archname"
+sitelib="$prefix/lib/perl515"
#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="libperl514.so"
+libperl="libperl515.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/perl514/$archname"
- sitelib="$prefix/lib/perl514"
+ sitearch="$prefix/lib/perl515/$archname"
+ sitelib="$prefix/lib/perl515"
case "$cc" in
*gcc*)
#### Use GCC -2.95.2/3 rev (DG/UX) and -pthread