summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-05-06 21:24:52 -0400
committerRicardo Signes <rjbs@cpan.org>2013-05-07 17:49:52 -0400
commit4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790 (patch)
tree399b5026b05ded318f7acbb915d1f22ffc441511 /hints
parent7c1269c390077d174b46acc7890ba23ad4cb5014 (diff)
downloadperl-4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790.tar.gz
Bump version to 5.18.0-RC0
This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
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 cf2c1e41f6..09a0ee0b15 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.17.12
+# mkdir -p /opt/perl-catamount/lib/perl5/5.18.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.17.12
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.18.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 31ce2f8cb7..a0a1abd400 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -52,14 +52,14 @@ libpth="/usr/lib"
#####################################
prefix=/usr/local
-perlpath="$prefix/bin/perl517"
-startperl="#! $prefix/bin/perl517"
-privlib="$prefix/lib/perl517"
+perlpath="$prefix/bin/perl518"
+startperl="#! $prefix/bin/perl518"
+privlib="$prefix/lib/perl518"
man1dir="$prefix/man/man1"
man3dir="$prefix/man/man3"
-sitearch="$prefix/lib/perl517/$archname"
-sitelib="$prefix/lib/perl517"
+sitearch="$prefix/lib/perl518/$archname"
+sitelib="$prefix/lib/perl518"
#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="libperl517.so"
+libperl="libperl518.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/perl517/$archname"
- sitelib="$prefix/lib/perl517"
+ sitearch="$prefix/lib/perl518/$archname"
+ sitelib="$prefix/lib/perl518"
case "$cc" in
*gcc*)
#### Use GCC -2.95.2/3 rev (DG/UX) and -pthread