19857328 Perl 5.12 needs mediated links
authorBill Rushmore <bill.rushmore@oracle.com>
Fri, 20 Feb 2015 05:04:33 -0800
changeset 3837 1cf22c2ad72c
parent 3836 56af60eb6020
child 3838 43d6e6bfc498
19857328 Perl 5.12 needs mediated links 20563729 perl is told to use the old opensolaris userland alias
components/perl/perl516/Makefile
components/perl512/Makefile
components/perl512/perl-512.p5m
--- a/components/perl/perl516/Makefile	Thu Feb 19 16:20:08 2015 -0800
+++ b/components/perl/perl516/Makefile	Fri Feb 20 05:04:33 2015 -0800
@@ -77,7 +77,7 @@
 			-Uloclibpth= \
                         -Dbin=/usr/perl5/$(PERL_VERSION)/bin \
 			-Dcc="cc" \
-			-Dcf_email="[email protected]" \
+			-Dcf_email="[email protected]" \
 			-Dcf_by="perl-bugs" \
 			-Dlibperl=libperl.so \
 			-Dmyhostname="localhost" \
--- a/components/perl512/Makefile	Thu Feb 19 16:20:08 2015 -0800
+++ b/components/perl512/Makefile	Fri Feb 20 05:04:33 2015 -0800
@@ -85,7 +85,7 @@
 			    -Duse64bitint \
 			    -Dcc="cc" \
 			    -Doptimize="$(CFLAGS.studio)" \
-			    -Dcf_email="[email protected]" \
+			    -Dcf_email="[email protected]" \
 			    -Dcf_by="perl-bugs" \
 			    -Dmyhostname="localhost" \
 			    -Dmksymlinks \
--- a/components/perl512/perl-512.p5m	Thu Feb 19 16:20:08 2015 -0800
+++ b/components/perl512/perl-512.p5m	Fri Feb 20 05:04:33 2015 -0800
@@ -2901,7 +2901,10 @@
 file path=usr/perl5/$(PERL_VERSION)/man/man3/vmsish.3
 file path=usr/perl5/$(PERL_VERSION)/man/man3/warnings.3
 file path=usr/perl5/$(PERL_VERSION)/man/man3/warnings::register.3
-link path=usr/perl5/bin target=5.12/bin
-link path=usr/perl5/man target=5.12/man
-link path=usr/perl5/pod target=5.12/lib/pod
+link path=usr/perl5/bin target=$(PERL_VERSION)/bin mediator=perl \
+    mediator-priority=vendor mediator-version=$(PERL_VERSION)
+link path=usr/perl5/man target=$(PERL_VERSION)/man mediator=perl \
+    mediator-priority=vendor mediator-version=$(PERL_VERSION)
+link path=usr/perl5/pod target=$(PERL_VERSION)/lib/pod mediator=perl \
+    mediator-priority=vendor mediator-version=$(PERL_VERSION)
 license perl.license license=Artistic