Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/openssh/build.sh
          +++ new/build/openssh/build.sh
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=openssh
  31   31  VER=6.7p1
  32   32  VERHUMAN=$VER
  33   33  PKG=network/openssh
  34   34  SUMMARY="OpenSSH Client and utilities"
  35   35  DESC="OpenSSH Secure Shell protocol Client and associated Utilities"
  36   36  
  37      -GLOBAL_DEPENDS="library/security/openssl@1.0.2 library/zlib@1.2 system/library system/library/g++-4-runtime@4.7.2"
       37 +GLOBAL_DEPENDS="library/security/openssl@1.0.2 library/zlib@1.2 system/library system/library/g++-5-runtime"
  38   38  
  39   39  BUILDARCH=32
  40   40  # Since we're only building 32-bit, don't bother with isaexec subdirs
  41   41  CONFIGURE_OPTS_32="
  42   42      --prefix=$PREFIX
  43   43      --sysconfdir=/etc/ssh
  44   44      --includedir=$PREFIX/include
  45   45      --bindir=$PREFIX/bin
  46   46      --sbindir=$PREFIX/sbin
  47   47      --libdir=$PREFIX/lib
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX