[BACK]Return to portbuild CVS log [TXT][DIR] Up to [local] / portstools / tinderbox

Diff for /portstools/tinderbox/Attic/portbuild between version 1.72.2.26 and 1.72.2.27

version 1.72.2.26, 2007/09/03 17:02:44 version 1.72.2.27, 2007/10/21 14:23:19
Line 287  if [ "${major_version}" = "4" ]; then
Line 287  if [ "${major_version}" = "4" ]; then
         fi          fi
         cp -p /lib/libc.so.5 ${chroot}/lib          cp -p /lib/libc.so.5 ${chroot}/lib
     fi      fi
 elif [ "${major_version}" = "6" -o "${major_version}" = "7" ]; then  elif [ "${major_version}" = "6" -o "${major_version}" = "7" -o "${major_version}" = "8" ]; then
     if [ -f /lib/libc.so.5 ]; then      if [ -f /lib/libc.so.5 ]; then
         if [ -f ${chroot}/lib/libc.so.5 ]; then          if [ -f ${chroot}/lib/libc.so.5 ]; then
             chflags noschg ${chroot}/lib/libc.so.5              chflags noschg ${chroot}/lib/libc.so.5

Legend:
Removed from v.1.72.2.26  
changed lines
  Added in v.1.72.2.27

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