Diff for /elwix/build_3thparty.sh between versions 1.6.2.4 and 1.7.2.1

version 1.6.2.4, 2017/11/02 15:23:49 version 1.7.2.1, 2021/03/17 12:41:17
Line 71  compile_3th() Line 71  compile_3th()
   
         BUILD_SH="./config/rc.3thparty_helper"          BUILD_SH="./config/rc.3thparty_helper"
   
 #       ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} libiconv ${CGBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} pcre ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
   
         for i in ${CROSS_3THPARTY}; do          for i in ${CROSS_3THPARTY}; do
                 if [ -d "${CROSS_3THPATH}$i" ]; then                  if [ -d "${CROSS_3THPATH}$i" ]; then
                         MK=$(eval echo "\$${i}_MAKE")                          MK=$(eval echo "\$${i}_MAKE")
Line 90  compile_3th() Line 81  compile_3th()
                 fi                  fi
         done          done
   
 #       ${BUILD_SH} iftop ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} sudo ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} trafshow ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} ipsec-tools ${CGBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} dhcp ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} lighttpd ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
 #       ${BUILD_SH} php ${CBUILD} ${PKG} ${TARGET_BUILD}  
 #       [ $? -ne 0 ] && exit 1  
         echo          echo
 }  }
   
Line 133  install_3th() Line 96  install_3th()
   
         StripFiles \*.so\* ${PKG}/lib          StripFiles \*.so\* ${PKG}/lib
         InstallFiles \*.so\* ${PKG}/lib $LIBS          InstallFiles \*.so\* ${PKG}/lib $LIBS
           InstallLinks \*.so\* ${PKG}/lib $LIBS
         StripFiles \* ${PKG}/libexec          StripFiles \* ${PKG}/libexec
         InstallFiles \* ${PKG}/libexec $LIBEXEC          InstallFiles \* ${PKG}/libexec $LIBEXEC
         StripFiles \* ${PKG}/bin          StripFiles \* ${PKG}/bin

Removed from v.1.6.2.4  
changed lines
  Added in v.1.7.2.1


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