Print this page
4911 illumos-gate perl package version is fixed
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/perl/Makefile.perl
+++ new/usr/src/cmd/perl/Makefile.perl
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
↓ open down ↓ |
6 lines elided |
↑ open up ↑ |
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11 #
12 12 # Copyright (c) 2014 Racktop Systems.
13 13 #
14 14
15 15 include $(SRC)/lib/Makefile.lib
16 16
17 -PERL_VERSION = 5.10.0
17 +# PERL_VERSION used to be set here,
18 +# but as it is also needed in usr/src/pkg/Makefile,
19 +# the definition was moved to usr/src/Makefile.master
18 20
19 21 PERL_ARCH = i86pc-solaris-64int
20 22 $(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
21 23
22 24 PERLDIR = $(ADJUNCT_PROTO)/usr/perl5/$(PERL_VERSION)
23 25 PERLLIBDIR = $(PERLDIR)/lib/$(PERL_ARCH)
24 26 PERLINCDIR = $(PERLLIBDIR)/CORE
25 27
26 28 PERLMOD = $(MODULE).pm
27 29 PERLEXT = $(MACH)/$(MODULE).so
28 30
29 31 ROOTPERLDIR = $(ROOT)/usr/perl5/$(PERL_VERSION)
30 32 ROOTPERLLIBDIR = $(ROOTPERLDIR)/lib/$(PERL_ARCH)
31 33 ROOTPERLMODDIR = $(ROOTPERLLIBDIR)/Sun/Solaris
32 34 ROOTPERLEXTDIR = $(ROOTPERLLIBDIR)/auto/Sun/Solaris/$(MODULE)
33 35
34 36 ROOTPERLMOD = $(ROOTPERLMODDIR)/$(MODULE).pm
35 37 ROOTPERLEXT = $(ROOTPERLEXTDIR)/$(MODULE).so
36 38
37 39 C99MODE = $(C99_ENABLE)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX