Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/bind/build.sh
          +++ new/build/bind/build.sh
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=bind
  31   31  VER=9.10.2
  32   32  VERHUMAN=$VER
  33   33  PKG=network/dns/bind
  34   34  SUMMARY="BIND DNS tools"
  35   35  DESC="$SUMMARY ($VER)"
  36   36  
  37   37  DEPENDS_IPS="library/libxml2 library/security/openssl library/zlib
  38      -             system/library system/library/gcc-4-runtime system/library/math"
       38 +             system/library system/library/gcc-5-runtime system/library/math"
  39   39  
  40   40  BUILDARCH=32
  41   41  
  42   42  CONFIGURE_OPTS="
  43   43      --bindir=$PREFIX/sbin
  44   44      --sbindir=$PREFIX/sbin
  45   45      --libdir=$PREFIX/lib/dns
  46   46      --sysconfdir=/etc
  47   47      --localstatedir=/var
  48   48      --with-libtool
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX