Print this page
Remove Python 2.6

Split Close
Expand all
Collapse all
          --- old/build/git/build.sh
          +++ new/build/git/build.sh
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  . ../../lib/functions.sh
  30   30  
  31   31  PROG=git
  32   32  VER=2.10.0
  33   33  PKG=developer/versioning/git
  34   34  SUMMARY="$PROG - a free and open source, distributed version control system"
  35   35  DESC="$SUMMARY"
  36   36  
  37   37  BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf archiver/gnu-tar"
  38   38  
  39      -DEPENDS_IPS="runtime/python-26 \
       39 +DEPENDS_IPS="runtime/python-27 \
  40   40               web/curl \
  41   41               library/security/openssl@1.0.2 \
  42   42               library/zlib"
  43   43  
  44   44  TAR=gtar
  45   45  
  46   46  # For inet_ntop which isn't detected properly in the configure script
  47   47  LDFLAGS="-lnsl"
  48   48  CFLAGS64="$CFLAGS64 -I/usr/include/amd64"
       49 +# Explicitly call out python version to make future python version bumps
       50 +# smoother.
  49   51  CONFIGURE_OPTS="--without-tcltk
  50      -    --with-python=/usr/bin/python
       52 +    --with-python=/usr/bin/python2.7
  51   53      --with-curl=/usr
  52   54      --with-openssl=/usr"
  53   55  
  54   56  save_function configure32 configure32_orig
  55   57  configure32() {
  56   58      make_param configure
  57   59      configure32_orig
  58   60  }
  59   61  
  60   62  save_function configure64 configure64_orig
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX