Diff for /elwix/build_3thparty.sh between versions 1.4.2.9 and 1.4.2.10

version 1.4.2.9, 2014/07/01 18:02:20 version 1.4.2.10, 2014/09/11 22:55:36
Line 71  compile_3th() Line 71  compile_3th()
   
         BUILD_SH="./config/rc.3thparty_helper"          BUILD_SH="./config/rc.3thparty_helper"
   
        echo "${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}"        ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} libiconv ${CGBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} libiconv ${CGBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
           ${BUILD_SH} readline ${CGBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
         ${BUILD_SH} pcre ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} pcre ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} mini_sendmail ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} mini_sendmail ${CBUILD} ${PKG} ${TARGET_BUILD}
Line 103  compile_3th() Line 105  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
        ${BUILD_SH} quagga ${CBUILD} ${PKG} ${TARGET_BUILD}        env CFLAGS="-I${PKG}/include" LDFLAGS="-L${PKG}/lib" ${BUILD_SH} quagga ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} iftop ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} iftop ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
Line 113  compile_3th() Line 115  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} trafshow ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} trafshow ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
#       ${BUILD_SH} ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD}#       ${BUILD_SH} ipsec-tools ${CGBUILD} ${PKG} ${TARGET_BUILD}
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
 #       ${BUILD_SH} dhcp ${CBUILD} ${PKG} ${TARGET_BUILD}  #       ${BUILD_SH} dhcp ${CBUILD} ${PKG} ${TARGET_BUILD}
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
Line 121  compile_3th() Line 123  compile_3th()
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
         ${BUILD_SH} dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
        ${BUILD_SH} miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}#        ${BUILD_SH} miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}
        [ $? -ne 0 ] && exit 1#        [ $? -ne 0 ] && exit 1
        ${BUILD_SH} miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}#        ${BUILD_SH} miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}
        [ $? -ne 0 ] && exit 1#        [ $? -ne 0 ] && exit 1
        echo ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD} 
         ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
 #       ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}  #       ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}

Removed from v.1.4.2.9  
changed lines
  Added in v.1.4.2.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>