17195693 Perl-X11 Protocol needed in Solaris (don't deliver 5.8.4) s11-update
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 17 Feb 2014 13:31:03 -0800
branchs11-update
changeset 2956 148b540c6aba
parent 2955 296e2fb81490
child 2957 a670946dda79
17195693 Perl-X11 Protocol needed in Solaris (don't deliver 5.8.4) 17672127 Need CPAN perl-tk module for cssh dependency (don't deliver 5.8.4)
components/perl_modules/perl-tk/Makefile
components/perl_modules/perl-x11-protocol/Makefile
--- a/components/perl_modules/perl-tk/Makefile	Mon Feb 17 07:53:20 2014 -0800
+++ b/components/perl_modules/perl-tk/Makefile	Mon Feb 17 13:31:03 2014 -0800
@@ -34,6 +34,9 @@
 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	perl-mod/tk
 
+# Only build for the default version, since 5.8.4 is almost dead
+PERL_VERSIONS = $(PERL_VERSION)
+
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
--- a/components/perl_modules/perl-x11-protocol/Makefile	Mon Feb 17 07:53:20 2014 -0800
+++ b/components/perl_modules/perl-x11-protocol/Makefile	Mon Feb 17 13:31:03 2014 -0800
@@ -32,6 +32,9 @@
 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	perl-mod/x11-protocol
 
+# Only build for the default version, since 5.8.4 is almost dead
+PERL_VERSIONS = $(PERL_VERSION)
+
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk