Print this page
4863 illumos-gate can't be built with fresh perl versions

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/Makefile
          +++ new/usr/src/pkg/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  24   25  #
  25   26  
  26   27  include $(SRC)/Makefile.master
  27   28  include $(SRC)/Makefile.buildnum
  28   29  
  29   30  #
  30   31  # Make sure we're getting a consistent execution environment for the
  31   32  # embedded scripts.
  32   33  #
  33   34  SHELL= /usr/bin/ksh93
↓ open down ↓ 135 lines elided ↑ open up ↑
 169  170          i386_ONLY=$(POUND_SIGN) \
 170  171          sparc_ONLY=$(POUND_SIGN) \
 171  172          $(PKGMACH)_ONLY= \
 172  173          ARCH=$(PKGMACH) \
 173  174          ARCH32=$($(PKGMACH)_ARCH32) \
 174  175          ARCH64=$($(PKGMACH)_ARCH64) \
 175  176          PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
 176  177          PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
 177  178          PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
 178  179          PKGVERS=$(PKGVERS) \
      180 +        PERL_ARCH=$(PERL_ARCH) \
 179  181          PERL_VERSION=$(PERL_VERSION) \
 180  182          PERL_PKGVERS=$(PERL_PKGVERS)
 181  183  
 182  184  PKGDEP_TOKENS_i386= \
 183  185          'PLATFORM=i86hvm' \
 184  186          'PLATFORM=i86pc' \
 185  187          'PLATFORM=i86xpv' \
 186  188          'ISALIST=amd64' \
 187  189          'ISALIST=i386'
 188  190  PKGDEP_TOKENS_sparc= \
↓ open down ↓ 533 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX