summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-05-18 09:48:01 -0400
committerRicardo Signes <rjbs@cpan.org>2013-05-18 09:48:18 -0400
commitf7cf42bb697e73cddbd6c6fd696f6d0842311bed (patch)
treee14ca770d0d7200bf9fef4926e13afa6ade61299 /hints
parenta9acda3b5f74585852a57b51b724804ac586cb0b (diff)
downloadperl-f7cf42bb697e73cddbd6c6fd696f6d0842311bed.tar.gz
bump version to 5.19.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 09a0ee0b15..012474612f 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.18.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.19.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.18.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.19.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 a0a1abd400..bb4955666a 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -52,14 +52,14 @@ libpth="/usr/lib"
#####################################
prefix=/usr/local
-perlpath="$prefix/bin/perl518"
-startperl="#! $prefix/bin/perl518"
-privlib="$prefix/lib/perl518"
+perlpath="$prefix/bin/perl519"
+startperl="#! $prefix/bin/perl519"
+privlib="$prefix/lib/perl519"
man1dir="$prefix/man/man1"
man3dir="$prefix/man/man3"
-sitearch="$prefix/lib/perl518/$archname"
-sitelib="$prefix/lib/perl518"
+sitearch="$prefix/lib/perl519/$archname"
+sitelib="$prefix/lib/perl519"
#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="libperl518.so"
+libperl="libperl519.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/perl518/$archname"
- sitelib="$prefix/lib/perl518"
+ sitearch="$prefix/lib/perl519/$archname"
+ sitelib="$prefix/lib/perl519"
case "$cc" in
*gcc*)
#### Use GCC -2.95.2/3 rev (DG/UX) and -pthread