Diff for /embedaddon/build.sh between versions 1.3 and 1.4.2.2

version 1.3, 2011/07/20 12:58:19 version 1.4.2.2, 2011/10/21 08:01:15
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 #  #
# (C)`10 PKG-Builder for elwix by Michael Pounov <misho@elwix.org># (C)`10 PKG-Builder for ELWIX by Michael Pounov <misho@elwix.org>
 #  #
# ./build.sh [package] [prefix_dir] [os_specific_set] [other_make_opts ...]# ./build.sh [package] [os_specific_build_set] [prefix_dir] [other_make_opts ...]
 #  #
 # $Id$  # $Id$
 #  #
Line 21  case $CMD in Line 21  case $CMD in
         sudo)          sudo)
                 cd sudo                  cd sudo
 #               [ ! -r config.log ] && \  #               [ ! -r config.log ] && \
                ./configure --sysconfdir=/etc --with-ignore-dot --with-tty-tickets \                ./configure --sysconfdir=/etc --libexecdir=/usr/libexec --with-ignore-dot \
                                         --with-env-editor --with-logincap \                                        --with-tty-tickets --with-env-editor --with-logincap \
                                         --with-long-otp-prompt --with-pam --with-logfac=local2 ${PFX}                                        --with-long-otp-prompt --with-pam --with-logfac=local2 ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                ${MK} install                install src/sudo ${P}/bin
                 ln ${P}/bin/sudo ${P}/bin/sudoedit
                 install plugins/sudoers/sudoreplay ${P}/bin
                 install plugins/sudoers/visudo ${P}/sbin
                 install plugins/sudoers/.libs/sudoers.so ${P}/libexec
                 install src/.libs/libsudo_noexec.so ${P}/libexec
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
         ntpd)          ntpd)
Line 121  case $CMD in Line 126  case $CMD in
                                 --enable-dhcpv6 ${PFX}                                  --enable-dhcpv6 ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                ${MK} install                install server/dhcpd ${P}/sbin
                 install relay/dhcrelay ${P}/sbin
                 install dhcpctl/omshell ${P}/bin
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
         dhcping)          dhcping)
Line 196  case $CMD in Line 203  case $CMD in
                 ${MK} install                  ${MK} install
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
        hping2)        hping)
                cd hping2                cd hping
 #               [ ! -r config.log ] && \  #               [ ! -r config.log ] && \
                 ./configure ${PFX}                  ./configure ${PFX}
                 ${MK} clean                  ${MK} clean
Line 422  case $CMD in Line 429  case $CMD in
                 ./configure --without-python ${PFX}                  ./configure --without-python ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                ${MK} install#                ${MK} install
                 cd ..                  cd ..
                 cd php                  cd php
 #               [ ! -r config.log ] && \  #               [ ! -r config.log ] && \

Removed from v.1.3  
changed lines
  Added in v.1.4.2.2


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