Print this page
Remove Python 2.6

Split Close
Expand all
Collapse all
          --- old/build/libxslt/build.sh
          +++ new/build/libxslt/build.sh
↓ open down ↓ 32 lines elided ↑ open up ↑
  33   33  SUMMARY="The XSLT library"
  34   34  DESC="$SUMMARY"
  35   35  
  36   36  DEPENDS_IPS="library/libxml2 library/zlib system/library system/library/math"
  37   37  
  38   38  CFLAGS32="$CFLAGS32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
  39   39  CFLAGS64="$CFLAGS64 -D_LARGEFILE_SOURCE"
  40   40  LDFLAGS="-lpthread"
  41   41  
  42   42  CONFIGURE_OPTS="--disable-static --with-pic --with-threads --without-crypto"
  43      -CONFIGURE_OPTS_32="$CONFIGURE_OPTS_32 --with-python=/usr/bin/$ISAPART/python2.6"
  44      -CONFIGURE_OPTS_64="$CONFIGURE_OPTS_64 --with-python=/usr/bin/$ISAPART64/python2.6"
       43 +CONFIGURE_OPTS_32="$CONFIGURE_OPTS_32 --with-python=/usr/bin/$ISAPART/python2.7"
       44 +CONFIGURE_OPTS_64="$CONFIGURE_OPTS_64 --with-python=/usr/bin/$ISAPART64/python2.7"
  45   45  
  46   46  NO_PARALLEL_MAKE="true"
  47   47  
  48   48  backup_man() {
  49   49      logmsg "making a backup of xsltproc.1"
  50   50      logcmd cp $TMPDIR/$BUILDDIR/doc/xsltproc.1 $TMPDIR/$BUILDDIR/backup.1
  51   51  }
  52   52  save_function configure64 configure64_orig
  53   53  configure64() {
  54   54      configure64_orig
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX