Its definetly ruby. Sorry for the long paste, but here is the 'script -a
file' before and after the update

darken# echo about to update ruby and I have access to
/usr/local/siESC[ESC[Kbin^M
about to update ruby and I have access to /usr/local/sbin
darken# cd /usr/local/sbin/^M
darken# pkgdb -uF^M
--->  Updating the pkgdb
--->  Checking the package registry database
darken# echo so its working^M
so its working
darken# echo now the upgrade^M
now the upgrade
darken# portupgrade -rR ruby^M
--->  Upgrading 'ruby-1.6.8.2003.10.15' to 'ruby-1.6.8.2003.10.15_1'
(lang/ruby16)
--->  Building '/usr/ports/lang/ruby16'
===>  Cleaning for ruby-1.6.8.2003.10.15_1
===>  Vulnerability check disabled
===>  Extracting for ruby-1.6.8.2003.10.15_1
>> Checksum OK for ruby/ruby-1.6.8.tar.gz.
>> Checksum OK for ruby/ruby-1.6.8-2003.04.19.diff.bz2.
>> Checksum OK for ruby/ruby-1.6.8-2003.04.19-2003.10.15.diff.bz2.
===>  Patching for ruby-1.6.8.2003.10.15_1
===>  Applying distribution patches for ruby-1.6.8.2003.10.15_1
/usr/bin/find /usr/ports/lang/ruby16/work/ruby-1.6.8 -name '*.orig' -delete
/bin/rm -rf /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/Win32API
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/gdbm
/usr/ports/lang/ruby16/work/
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/tcltklib
/usr/ports/lang/ruby16/work/
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/tk
/usr/ports/lang/ruby16/work/
===>  Configuring for ruby-1.6.8.2003.10.15_1
/usr/bin/touch /usr/ports/lang/ruby16/work/ruby-1.6.8/configure
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd4
checking host system type... i386-portbld-freebsd4
checking target system type... i386-portbld-freebsd4
checking for i386-portbld-freebsd4-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether cc -E accepts -o... yes
checking for bison... no
checking for byacc... byacc
checking for i386-portbld-freebsd4-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd4-ar... no
checking for ar... ar
checking for ar... ar
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for void*... yes
checking size of void*... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for gcc attribute noreturn... yes

checking whether -lxpg4 has to be linked... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes

checking a.out.h usability... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for memory.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking type of array argument to getgroups... gid_t
checking return type of signal handlers... void
checking for working alloca.h... no
checking for alloca... yes
checking for working memcmp... yes
checking for dup2... yes
checking for memmove... yes
checking for mkdir... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strerror... yes
checking for strftime... yes
checking for strchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for crypt... yes
checking for flock... yes
checking for vsnprintf... yes
checking for isinf... yes
checking for isnan... yes
checking for finite... yes
checking for fmod... yes
checking for killpg... yes
checking for drand48... yes
checking for random... yes
checking for wait4... yes

checking for waitpid... yes
checking for syscall... yes
checking for getcwd... yes
checking for chroot... yes
checking for truncate... yes
checking for chsize... no
checking for times... yes
checking for utimes... yes
checking for fcntl... yes
checking for lockf... yes
checking for lstat... yes
checking for symlink... yes
checking for readlink... yes
checking for setitimer... yes
checking for setruid... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setrgid... yes
checking for setegid... yes
checking for setregid... yes
checking for pause... yes
checking for getpgrp... yes
checking for setpgrp... yes
checking for getpgid... yes
checking for setpgid... yes
checking for getgroups... yes
checking for getpriority... yes
checking for getrlimit... yes
checking for dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for _setjmp... yes
checking for setsid... yes
checking for telldir... yes
checking for seekdir... yes
checking for fchmod... yes
checking for initstate... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... no
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... no
checking whether byte ordering is bigendian... no

checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking whether right shift preserve sign bit... yes
checking count field in FILE structures... _r
checking whether need to seek between R/W... yes
checking whether need to flush before seek... no
checking whether ELF binaries are produced... yes
checking whether OS depend dynamic link works... yes
checking for nroff... /usr/bin/nroff
creating config.h
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ext/extmk.rb
===>  Building for ruby-1.6.8.2003.10.15_1
cc -O -pipe  -fPIC -I. -I. -c main.c
cc -O -pipe  -fPIC -I. -I. -c dmyext.c
cc -O -pipe  -fPIC -I. -I. -c array.c
cc -O -pipe  -fPIC -I. -I. -c bignum.c
cc -O -pipe  -fPIC -I. -I. -c class.c
cc -O -pipe  -fPIC -I. -I. -c compar.c
cc -O -pipe  -fPIC -I. -I. -c dir.c
cc -O -pipe  -fPIC -I. -I. -c dln.c
cc -O -pipe  -fPIC -I. -I. -c enum.c
cc -O -pipe  -fPIC -I. -I. -c error.c
cc -O -pipe  -fPIC -I. -I. -c eval.c
cc -O -pipe  -fPIC -I. -I. -c file.c
cc -O -pipe  -fPIC -I. -I. -c gc.c
cc -O -pipe  -fPIC -I. -I. -c hash.c
cc -O -pipe  -fPIC -I. -I. -c inits.c
cc -O -pipe  -fPIC -I. -I. -c io.c
cc -O -pipe  -fPIC -I. -I. -c marshal.c
cc -O -pipe  -fPIC -I. -I. -c math.c
cc -O -pipe  -fPIC -I. -I. -c numeric.c
cc -O -pipe  -fPIC -I. -I. -c object.c
cc -O -pipe  -fPIC -I. -I. -c pack.c
cc -O -pipe  -fPIC -I. -I. -c process.c
cc -O -pipe  -fPIC -I. -I. -c prec.c
cc -O -pipe  -fPIC -I. -I. -c random.c
cc -O -pipe  -fPIC -I. -I. -c range.c
cc -O -pipe  -fPIC -I. -I. -c re.c
cc -O -pipe  -fPIC -I. -I. -c regex.c
cc -O -pipe  -fPIC -I. -I. -c ruby.c

cc -O -pipe  -fPIC -I. -I. -c signal.c
cc -O -pipe  -fPIC -I. -I. -c sprintf.c
cc -O -pipe  -fPIC -I. -I. -c st.c
cc -O -pipe  -fPIC -I. -I. -c string.c
cc -O -pipe  -fPIC -I. -I. -c struct.c
cc -O -pipe  -fPIC -I. -I. -c time.c
cc -O -pipe  -fPIC -I. -I. -c util.c
cc -O -pipe  -fPIC -I. -I. -c variable.c
cc -O -pipe  -fPIC -I. -I. -c version.c
cc -O -pipe  -fPIC -I. -I. -c parse.c
ar rcu libruby16.a array.o  bignum.o  class.o  compar.o  dir.o  dln.o 
enum.o  error.o  eval.o  file.o  gc.o  hash.o  inits.o
 io.o  marshal.o  math.o  numeric.o  object.o  pack.o  parse.o  process.o 
prec.o  random.o  range.o  re.o  regex.o  ruby.o  s
ignal.o  sprintf.o  st.o  string.o  struct.o  time.o  util.o  variable.o 
version.o   dmyext.o
cc -O -pipe  -fPIC -rdynamic main.o dmyext.o libruby16.a -lcrypt -lm   -o
miniruby
cc -shared -Wl,-soname,libruby16.so.16 array.o  bignum.o  class.o 
compar.o  dir.o  dln.o  enum.o  error.o  eval.o  file.o  gc
.o  hash.o  inits.o  io.o  marshal.o  math.o  numeric.o  object.o  pack.o 
parse.o  process.o  prec.o  random.o  range.o  re.o
  regex.o  ruby.o  signal.o  sprintf.o  st.o  string.o  struct.o  time.o 
util.o  variable.o  version.o   dmyext.o -lcrypt -lm
   -o libruby16.so.16
compiling curses
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_NCURSES_H -D
HAVE_ISENDWIN -DHAVE_UNGETCH -DHAVE_BEEP -DHAVE_DOUPDATE -DHAVE_FLASH
-DHAVE_DELETELN -DHAVE_WDELETELN -c curses.c
cc -shared -Wl,-soname,curses.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o curses.so curses.o -L. -lruby16
-lncurses -lc -lcrypt -lm
compiling dbm
cc -fPIC -O -pipe  -fPIC  -DDBM_HDR="<ndbm.h>"
-I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6
.8 -DHAVE_DBM_OPEN -DHAVE_NDBM_H -DHAVE_SYS_CDEFS_H -DHAVE_DBM_OPEN
-DHAVE_DBM_CLEARERR -c dbm.c
cc -shared -Wl,-soname,dbm.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o dbm.so dbm.o -L. -lruby16 -lc -lcry
pt -lm
compiling digest
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -c digest.c
cc -shared -Wl,-soname,digest.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o digest.so digest.o -L. -lruby16
-lc -lcrypt -lm
compiling etc
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_GETLOGIN -DH
AVE_GETPWENT -DHAVE_GETGRENT -DPW_GECOS -DPW_CHANGE -DPW_CLASS -DPW_EXPIRE
-c etc.c
cc -shared -Wl,-soname,etc.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o etc.so etc.o -L. -lruby16 -lc -lcry
pt -lm
compiling fcntl
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -c fcntl.c
cc -shared -Wl,-soname,fcntl.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o fcntl.so fcntl.o -L. -lruby16 -lc
 -lcrypt -lm
compiling nkf
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -c nkf.c
cc -shared -Wl,-soname,nkf.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o nkf.so nkf.o -L. -lruby16 -lc -lcry

pt -lm
compiling pty
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_SETRESUID -D
HAVE_IOCTL -c pty.c
cc -shared -Wl,-soname,pty.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o pty.so pty.o -L. -lruby16 -lc -lcry
pt -lm
compiling readline
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_READLINE_REA
DLINE_H -DHAVE_READLINE_HISTORY_H -c readline.c
cc -shared -Wl,-soname,readline.so
-L/usr/ports/lang/ruby16/work/ruby-1.6.8 -L/usr/local/lib -o readline.so
readline.o -L. -lr
uby16 -lreadline -lncurses -lc -lcrypt -lm
compiling sdbm
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -c _sdbm.c
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -c init.c
cc -shared -Wl,-soname,sdbm.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o sdbm.so _sdbm.o init.o -L. -lruby1
6 -lc -lcrypt -lm
compiling socket
cc -fPIC -O -pipe  -fPIC -DHAVE_GETADDRINFO -DHAVE_SA_LEN
-DHAVE_SOCKADDR_STORAGE -DHAVE_SIN_LEN -DINET6  -DENABLE_IPV6 -I/usr
/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_NETINET_TCP_H
-DHAVE_NETINET_UDP_H -DHAVE_G
ETADDRINFO -DHAVE_GETNAMEINFO -DHAVE_SYS_UN_H -DHAVE_SOCKET
-DHAVE_GETHOSTNAME  -Dss_family=__ss_family -Dss_len=__ss_len -c s
ocket.c
cc -shared -Wl,-soname,socket.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o socket.so socket.o -L. -lruby16
-lc -lcrypt -lm
compiling syslog
cc -fPIC -O -pipe  -fPIC -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-I/usr/ports/lang/ruby16/work/ruby-1.6.8 -DHAVE_SYSLOG_H -DH
AVE_OPENLOG -DHAVE_SETLOGMASK -c syslog.c
cc -shared -Wl,-soname,syslog.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o syslog.so syslog.o -L. -lruby16
-lc -lcrypt -lm
compiling digest/md5
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/md5/..
-I/usr/ports/lang/ruby16/
work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c md5.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/md5/..
-I/usr/ports/lang/ruby16/
work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c md5init.c
cc -shared -Wl,-soname,md5.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o md5.so md5.o md5init.o -L. -lruby16
 -lc -lcrypt -lm
compiling digest/rmd160
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/rmd160/..
-I/usr/ports/lang/ruby
16/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c rmd160.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/rmd160/..
-I/usr/ports/lang/ruby
16/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c rmd160hl.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/rmd160/..
-I/usr/ports/lang/ruby
16/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c rmd160init
.c
cc -shared -Wl,-soname,rmd160.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o rmd160.so rmd160.o rmd160hl.o rm

d160init.o -L. -lruby16 -lc -lcrypt -lm
compiling digest/sha1
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha1/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha1.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha1/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha1hl.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha1/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha1init.c
cc -shared -Wl,-soname,sha1.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o sha1.so sha1.o sha1hl.o sha1init.o
 -L. -lruby16 -lc -lcrypt -lm
compiling digest/sha2
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha2/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha2.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha2/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha2hl.c
cc -fPIC -O -pipe  -fPIC  -DHAVE_CONFIG_H
-I/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/sha2/..
-I/usr/ports/lang/ruby16
/work/ruby-1.6.8 -I/usr/ports/lang/ruby16/work/ruby-1.6.8
-DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha2init.c
cc -shared -Wl,-soname,sha2.so -L/usr/ports/lang/ruby16/work/ruby-1.6.8
-L/usr/local/lib -o sha2.so sha2.o sha2hl.o sha2init.o
 -L. -lruby16 -lc -lcrypt -lm
cc -O -pipe  -fPIC -rdynamic   main.o  -L. -lruby16 -lcrypt -lm   -o ruby16
--->  Backing up the old version
--->  Uninstalling the old version
--->  Deinstalling 'ruby-1.6.8.2003.10.15'
--->  Preserving /usr/local/lib/libruby.so.16 as
/usr/local/lib/compat/pkg/libruby.so.16
pkg_delete: package 'ruby-1.6.8.2003.10.15' is required by these other
packages
and may not be deinstalled (but I'll delete it anyway):
libchk-1.8
portupgrade-20040208
ruby-bdb1-0.2.1
ruby-shim-ruby18-1.8.1.p3
pkg_delete: unable to completely remove directory
'/usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4'
pkg_delete: unable to completely remove directory
'/usr/local/lib/ruby/site_ruby/1.6'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 15 packages
found (-1 +0) (...) done]
--->  Installing the new version via the port
===>  Installing for ruby-1.6.8.2003.10.15_1
===>   Generating temporary packing list
===>  Checking if lang/ruby16 already installed
./miniruby ./instruby.rb --mantype=doc
ruby16 -> /usr/local/bin/ruby16
chmod 0755 /usr/local/bin/ruby16
libruby16.so.16 -> /usr/local/lib/libruby16.so.16
chmod 0755 /usr/local/lib/libruby16.so.16

mkdir /usr/local/lib/ruby/1.6
mkdir /usr/local/lib/ruby/1.6/i386-freebsd4
link libruby16.so.16 -> libruby16.so
installing curses
curses.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/curses.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/curses.so
installing dbm
dbm.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/dbm.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/dbm.so
installing digest
digest.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/digest.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/digest.so
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/lib/sha1.rb ->
/usr/local/lib/ruby/1.6/sha1.rb
chmod 0644 /usr/local/lib/ruby/1.6/sha1.rb
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/lib/md5.rb ->
/usr/local/lib/ruby/1.6/md5.rb
chmod 0644 /usr/local/lib/ruby/1.6/md5.rb
installing etc
etc.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/etc.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/etc.so
installing fcntl
fcntl.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/fcntl.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/fcntl.so
installing nkf
nkf.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/nkf.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/nkf.so
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/nkf/lib/kconv.rb ->
/usr/local/lib/ruby/1.6/kconv.rb
chmod 0644 /usr/local/lib/ruby/1.6/kconv.rb
installing pty
pty.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/pty.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/pty.so
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/pty/lib/expect.rb ->
/usr/local/lib/ruby/1.6/expect.rb
chmod 0644 /usr/local/lib/ruby/1.6/expect.rb
installing readline
readline.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/readline.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/readline.so
installing sdbm
sdbm.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/sdbm.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/sdbm.so
installing socket
socket.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/socket.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/socket.so
installing syslog
syslog.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/syslog.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/syslog.so

installing digest/md5
md5.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/digest/md5.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/digest/md5.so
installing digest/rmd160
rmd160.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/digest/rmd160.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/digest/rmd160.so
installing digest/sha1
sha1.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/digest/sha1.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/digest/sha1.so
installing digest/sha2
sha2.so -> /usr/local/lib/ruby/1.6/i386-freebsd4/digest/sha2.so
chmod 0555 /usr/local/lib/ruby/1.6/i386-freebsd4/digest/sha2.so
bin/irb -> /usr/local/bin/irb16
chmod 0755 /usr/local/bin/irb16
lib/weakref.rb -> /usr/local/lib/ruby/1.6/./weakref.rb
chmod 0644 /usr/local/lib/ruby/1.6/./weakref.rb
mkdir /usr/local/lib/ruby/1.6/uri
lib/uri/mailto.rb -> /usr/local/lib/ruby/1.6/uri/mailto.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/mailto.rb
lib/uri/ldap.rb -> /usr/local/lib/ruby/1.6/uri/ldap.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/ldap.rb
lib/uri/https.rb -> /usr/local/lib/ruby/1.6/uri/https.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/https.rb
lib/uri/http.rb -> /usr/local/lib/ruby/1.6/uri/http.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/http.rb
lib/uri/generic.rb -> /usr/local/lib/ruby/1.6/uri/generic.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/generic.rb
lib/uri/ftp.rb -> /usr/local/lib/ruby/1.6/uri/ftp.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/ftp.rb
lib/uri/common.rb -> /usr/local/lib/ruby/1.6/uri/common.rb
chmod 0644 /usr/local/lib/ruby/1.6/uri/common.rb
lib/uri.rb -> /usr/local/lib/ruby/1.6/./uri.rb
chmod 0644 /usr/local/lib/ruby/1.6/./uri.rb
lib/tracer.rb -> /usr/local/lib/ruby/1.6/./tracer.rb
chmod 0644 /usr/local/lib/ruby/1.6/./tracer.rb
lib/timeout.rb -> /usr/local/lib/ruby/1.6/./timeout.rb
chmod 0644 /usr/local/lib/ruby/1.6/./timeout.rb
lib/time.rb -> /usr/local/lib/ruby/1.6/./time.rb
chmod 0644 /usr/local/lib/ruby/1.6/./time.rb
lib/thwait.rb -> /usr/local/lib/ruby/1.6/./thwait.rb
chmod 0644 /usr/local/lib/ruby/1.6/./thwait.rb
lib/thread.rb -> /usr/local/lib/ruby/1.6/./thread.rb
chmod 0644 /usr/local/lib/ruby/1.6/./thread.rb
lib/tempfile.rb -> /usr/local/lib/ruby/1.6/./tempfile.rb

chmod 0644 /usr/local/lib/ruby/1.6/./tempfile.rb
lib/telnet.rb -> /usr/local/lib/ruby/1.6/./telnet.rb
chmod 0644 /usr/local/lib/ruby/1.6/./telnet.rb
lib/sync.rb -> /usr/local/lib/ruby/1.6/./sync.rb
chmod 0644 /usr/local/lib/ruby/1.6/./sync.rb
lib/singleton.rb -> /usr/local/lib/ruby/1.6/./singleton.rb
chmod 0644 /usr/local/lib/ruby/1.6/./singleton.rb
lib/shellwords.rb -> /usr/local/lib/ruby/1.6/./shellwords.rb
chmod 0644 /usr/local/lib/ruby/1.6/./shellwords.rb
mkdir /usr/local/lib/ruby/1.6/shell
lib/shell/version.rb -> /usr/local/lib/ruby/1.6/shell/version.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/version.rb
lib/shell/system-command.rb ->
/usr/local/lib/ruby/1.6/shell/system-command.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/system-command.rb
lib/shell/process-controller.rb ->
/usr/local/lib/ruby/1.6/shell/process-controller.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/process-controller.rb
lib/shell/filter.rb -> /usr/local/lib/ruby/1.6/shell/filter.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/filter.rb
lib/shell/error.rb -> /usr/local/lib/ruby/1.6/shell/error.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/error.rb
lib/shell/command-processor.rb ->
/usr/local/lib/ruby/1.6/shell/command-processor.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/command-processor.rb
lib/shell/builtin-command.rb ->
/usr/local/lib/ruby/1.6/shell/builtin-command.rb
chmod 0644 /usr/local/lib/ruby/1.6/shell/builtin-command.rb
lib/shell.rb -> /usr/local/lib/ruby/1.6/./shell.rb
chmod 0644 /usr/local/lib/ruby/1.6/./shell.rb
lib/resolv.rb -> /usr/local/lib/ruby/1.6/./resolv.rb
chmod 0644 /usr/local/lib/ruby/1.6/./resolv.rb
lib/resolv-replace.rb -> /usr/local/lib/ruby/1.6/./resolv-replace.rb
chmod 0644 /usr/local/lib/ruby/1.6/./resolv-replace.rb
lib/readbytes.rb -> /usr/local/lib/ruby/1.6/./readbytes.rb
chmod 0644 /usr/local/lib/ruby/1.6/./readbytes.rb
lib/rational.rb -> /usr/local/lib/ruby/1.6/./rational.rb
chmod 0644 /usr/local/lib/ruby/1.6/./rational.rb
lib/pstore.rb -> /usr/local/lib/ruby/1.6/./pstore.rb
chmod 0644 /usr/local/lib/ruby/1.6/./pstore.rb
lib/profile.rb -> /usr/local/lib/ruby/1.6/./profile.rb
chmod 0644 /usr/local/lib/ruby/1.6/./profile.rb
lib/ping.rb -> /usr/local/lib/ruby/1.6/./ping.rb
chmod 0644 /usr/local/lib/ruby/1.6/./ping.rb
lib/parsedate.rb -> /usr/local/lib/ruby/1.6/./parsedate.rb
chmod 0644 /usr/local/lib/ruby/1.6/./parsedate.rb
lib/parsearg.rb -> /usr/local/lib/ruby/1.6/./parsearg.rb
chmod 0644 /usr/local/lib/ruby/1.6/./parsearg.rb

lib/ostruct.rb -> /usr/local/lib/ruby/1.6/./ostruct.rb
chmod 0644 /usr/local/lib/ruby/1.6/./ostruct.rb
lib/open3.rb -> /usr/local/lib/ruby/1.6/./open3.rb
chmod 0644 /usr/local/lib/ruby/1.6/./open3.rb
lib/observer.rb -> /usr/local/lib/ruby/1.6/./observer.rb
chmod 0644 /usr/local/lib/ruby/1.6/./observer.rb
mkdir /usr/local/lib/ruby/1.6/net
lib/net/telnet.rb -> /usr/local/lib/ruby/1.6/net/telnet.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/telnet.rb
lib/net/smtp.rb -> /usr/local/lib/ruby/1.6/net/smtp.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/smtp.rb
lib/net/protocol.rb -> /usr/local/lib/ruby/1.6/net/protocol.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/protocol.rb
lib/net/pop.rb -> /usr/local/lib/ruby/1.6/net/pop.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/pop.rb
lib/net/imap.rb -> /usr/local/lib/ruby/1.6/net/imap.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/imap.rb
lib/net/http.rb -> /usr/local/lib/ruby/1.6/net/http.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/http.rb
lib/net/ftp.rb -> /usr/local/lib/ruby/1.6/net/ftp.rb
chmod 0644 /usr/local/lib/ruby/1.6/net/ftp.rb
lib/mutex_m.rb -> /usr/local/lib/ruby/1.6/./mutex_m.rb
chmod 0644 /usr/local/lib/ruby/1.6/./mutex_m.rb
lib/monitor.rb -> /usr/local/lib/ruby/1.6/./monitor.rb
chmod 0644 /usr/local/lib/ruby/1.6/./monitor.rb
lib/matrix.rb -> /usr/local/lib/ruby/1.6/./matrix.rb
chmod 0644 /usr/local/lib/ruby/1.6/./matrix.rb
lib/mathn.rb -> /usr/local/lib/ruby/1.6/./mathn.rb
chmod 0644 /usr/local/lib/ruby/1.6/./mathn.rb
lib/mailread.rb -> /usr/local/lib/ruby/1.6/./mailread.rb
chmod 0644 /usr/local/lib/ruby/1.6/./mailread.rb
lib/jcode.rb -> /usr/local/lib/ruby/1.6/./jcode.rb
chmod 0644 /usr/local/lib/ruby/1.6/./jcode.rb
lib/mkmf.rb -> /usr/local/lib/ruby/1.6/./mkmf.rb
chmod 0644 /usr/local/lib/ruby/1.6/./mkmf.rb
mkdir /usr/local/lib/ruby/1.6/irb
lib/irb/xmp.rb -> /usr/local/lib/ruby/1.6/irb/xmp.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/xmp.rb
lib/irb/ws-for-case-2.rb -> /usr/local/lib/ruby/1.6/irb/ws-for-case-2.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/ws-for-case-2.rb
lib/irb/workspace.rb -> /usr/local/lib/ruby/1.6/irb/workspace.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/workspace.rb
lib/irb/version.rb -> /usr/local/lib/ruby/1.6/irb/version.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/version.rb

lib/irb/slex.rb -> /usr/local/lib/ruby/1.6/irb/slex.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/slex.rb
lib/irb/ruby-token.rb -> /usr/local/lib/ruby/1.6/irb/ruby-token.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/ruby-token.rb
lib/irb/ruby-lex.rb -> /usr/local/lib/ruby/1.6/irb/ruby-lex.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/ruby-lex.rb
lib/irb/multi-irb.rb -> /usr/local/lib/ruby/1.6/irb/multi-irb.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/multi-irb.rb
lib/irb/locale.rb -> /usr/local/lib/ruby/1.6/irb/locale.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/locale.rb
lib/irb/loader.rb -> /usr/local/lib/ruby/1.6/irb/loader.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/loader.rb
mkdir /usr/local/lib/ruby/1.6/irb/lc/ja
lib/irb/lc/ja/help-message -> /usr/local/lib/ruby/1.6/irb/lc/ja/help-message
chmod 0644 /usr/local/lib/ruby/1.6/irb/lc/ja/help-message
lib/irb/lc/ja/error.rb -> /usr/local/lib/ruby/1.6/irb/lc/ja/error.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/lc/ja/error.rb
lib/irb/lc/help-message -> /usr/local/lib/ruby/1.6/irb/lc/help-message
chmod 0644 /usr/local/lib/ruby/1.6/irb/lc/help-message
lib/irb/lc/error.rb -> /usr/local/lib/ruby/1.6/irb/lc/error.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/lc/error.rb
lib/irb/input-method.rb -> /usr/local/lib/ruby/1.6/irb/input-method.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/input-method.rb
lib/irb/init.rb -> /usr/local/lib/ruby/1.6/irb/init.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/init.rb
lib/irb/help.rb -> /usr/local/lib/ruby/1.6/irb/help.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/help.rb
lib/irb/frame.rb -> /usr/local/lib/ruby/1.6/irb/frame.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/frame.rb
lib/irb/extend-command.rb -> /usr/local/lib/ruby/1.6/irb/extend-command.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/extend-command.rb
lib/irb/context.rb -> /usr/local/lib/ruby/1.6/irb/context.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/context.rb
lib/irb/completion.rb -> /usr/local/lib/ruby/1.6/irb/completion.rb
chmod 0644 /usr/local/lib/ruby/1.6/irb/completion.rb
lib/irb.rb -> /usr/local/lib/ruby/1.6/./irb.rb
chmod 0644 /usr/local/lib/ruby/1.6/./irb.rb
lib/importenv.rb -> /usr/local/lib/ruby/1.6/./importenv.rb
chmod 0644 /usr/local/lib/ruby/1.6/./importenv.rb
lib/getoptlong.rb -> /usr/local/lib/ruby/1.6/./getoptlong.rb
chmod 0644 /usr/local/lib/ruby/1.6/./getoptlong.rb
lib/getopts.rb -> /usr/local/lib/ruby/1.6/./getopts.rb
chmod 0644 /usr/local/lib/ruby/1.6/./getopts.rb
lib/ftools.rb -> /usr/local/lib/ruby/1.6/./ftools.rb

chmod 0644 /usr/local/lib/ruby/1.6/./ftools.rb
lib/ftplib.rb -> /usr/local/lib/ruby/1.6/./ftplib.rb
chmod 0644 /usr/local/lib/ruby/1.6/./ftplib.rb
lib/forwardable.rb -> /usr/local/lib/ruby/1.6/./forwardable.rb
chmod 0644 /usr/local/lib/ruby/1.6/./forwardable.rb
lib/finalize.rb -> /usr/local/lib/ruby/1.6/./finalize.rb
chmod 0644 /usr/local/lib/ruby/1.6/./finalize.rb
lib/final.rb -> /usr/local/lib/ruby/1.6/./final.rb
chmod 0644 /usr/local/lib/ruby/1.6/./final.rb
lib/find.rb -> /usr/local/lib/ruby/1.6/./find.rb
chmod 0644 /usr/local/lib/ruby/1.6/./find.rb
lib/eregex.rb -> /usr/local/lib/ruby/1.6/./eregex.rb
chmod 0644 /usr/local/lib/ruby/1.6/./eregex.rb
lib/e2mmap.rb -> /usr/local/lib/ruby/1.6/./e2mmap.rb
chmod 0644 /usr/local/lib/ruby/1.6/./e2mmap.rb
lib/delegate.rb -> /usr/local/lib/ruby/1.6/./delegate.rb
chmod 0644 /usr/local/lib/ruby/1.6/./delegate.rb
lib/debug.rb -> /usr/local/lib/ruby/1.6/./debug.rb
chmod 0644 /usr/local/lib/ruby/1.6/./debug.rb
lib/date2.rb -> /usr/local/lib/ruby/1.6/./date2.rb
chmod 0644 /usr/local/lib/ruby/1.6/./date2.rb
lib/date.rb -> /usr/local/lib/ruby/1.6/./date.rb
chmod 0644 /usr/local/lib/ruby/1.6/./date.rb
lib/complex.rb -> /usr/local/lib/ruby/1.6/./complex.rb
chmod 0644 /usr/local/lib/ruby/1.6/./complex.rb
lib/cgi-lib.rb -> /usr/local/lib/ruby/1.6/./cgi-lib.rb
chmod 0644 /usr/local/lib/ruby/1.6/./cgi-lib.rb
mkdir /usr/local/lib/ruby/1.6/cgi
lib/cgi/session.rb -> /usr/local/lib/ruby/1.6/cgi/session.rb
chmod 0644 /usr/local/lib/ruby/1.6/cgi/session.rb
lib/cgi.rb -> /usr/local/lib/ruby/1.6/./cgi.rb
chmod 0644 /usr/local/lib/ruby/1.6/./cgi.rb
lib/base64.rb -> /usr/local/lib/ruby/1.6/./base64.rb
chmod 0644 /usr/local/lib/ruby/1.6/./base64.rb
lib/Env.rb -> /usr/local/lib/ruby/1.6/./Env.rb
chmod 0644 /usr/local/lib/ruby/1.6/./Env.rb
lib/English.rb -> /usr/local/lib/ruby/1.6/./English.rb
chmod 0644 /usr/local/lib/ruby/1.6/./English.rb
defines.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/defines.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/defines.h
dln.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/dln.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/dln.h
env.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/env.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/env.h

intern.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/intern.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/intern.h
node.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/node.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/node.h
re.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/re.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/re.h
regex.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/regex.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/regex.h
ruby.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/ruby.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/ruby.h
rubyio.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/rubyio.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/rubyio.h
rubysig.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/rubysig.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/rubysig.h
st.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/st.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/st.h
util.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/util.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/util.h
version.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/version.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/version.h
config.h -> /usr/local/lib/ruby/1.6/i386-freebsd4/config.h
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/config.h
/usr/ports/lang/ruby16/work/ruby-1.6.8/libruby16.a ->
/usr/local/lib/ruby/1.6/i386-freebsd4/libruby16.a
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/libruby16.a
ruby.1 -> /usr/local/man/man1/ruby16.1
chmod 0644 /usr/local/man/man1/ruby16.1
rbconfig.rb -> /usr/local/lib/ruby/1.6/i386-freebsd4/rbconfig.rb
chmod 0644 /usr/local/lib/ruby/1.6/i386-freebsd4/rbconfig.rb
/usr/bin/strip /usr/local/bin/ruby16
/sbin/ldconfig -m /usr/local/lib
/bin/mkdir -p /usr/local/lib/ruby/elisp
/usr/bin/touch /usr/local/lib/ruby/elisp/.keep_me.ruby16
/bin/mkdir -p /usr/local/share/examples/ruby16
/usr/bin/touch /usr/local/share/examples/ruby16/.keep_me
/bin/mkdir -p /usr/local/share/doc/ruby16
/usr/bin/touch /usr/local/share/doc/ruby16/.keep_me
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/sample/*
/usr/local/share/examples/ruby16
/bin/mkdir -p /usr/local/share/examples/ruby16/curses
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/curses/hello.rb
/usr/ports/lang/ruby16/work/ruby
-1.6.8/ext/curses/rain.rb
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/curses/view.rb
/usr/local/share/examples/ruby16/curses
/bin/mkdir -p /usr/local/share/examples/ruby16/pty
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/pty/expect_sample.rb
/usr/ports/lang/ruby16/work
/ruby-1.6.8/ext/pty/script.rb
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/pty/shl.rb
/usr/local/share/examples/ruby16/pty
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/COPYING*
/usr/local/share/doc/ruby16

install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ChangeLog
/usr/local/share/doc/ruby16
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/LEGAL /usr/local/share/doc/ruby16
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/README* /usr/local/share/doc/ruby16
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/digest/digest.txt*
/usr/local/share/doc/ruby16
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/etc/etc.txt*
/usr/local/share/doc/ruby16
/bin/mkdir -p /usr/local/share/doc/ruby16/pty
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/pty/README*
/usr/local/share/doc/ruby16/pty
/bin/mkdir -p /usr/local/share/doc/ruby16/readline
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/readline/README*
/usr/local/share/doc/ruby16/rea
dline
install -c -o root -g wheel -m 444
/usr/ports/lang/ruby16/work/ruby-1.6.8/ext/syslog/syslog.txt
/usr/local/share/doc/ruby16
/bin/cp -R /usr/ports/lang/ruby16/work/ruby-1.6.8/doc/*
/usr/local/share/doc/ruby16/
Deinstalling obsoleted packages that are now part of ruby...
====
Note that some of the standard libraries are provided as separate
ports since they require extra dependencies:

        databases/ruby-gdbm:    GDBM module

        lang/ruby-tcltklib:     Tcl/Tk libraries
        japanese/ruby-tcltklib: Tcl/Tk libraries for Japanized Tcl/Tk

        x11-toolkits/ruby-tk:   Tk modules
        japanese/ruby-tk:       Tk modules for Japanized Tcl/Tk

        lang/ruby-mode.el:      Emacs lisp modules

Install them as occasion demands.
====
===>   Compressing manual pages for ruby-1.6.8.2003.10.15_1
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for ruby-1.6.8.2003.10.15_1
===> SECURITY REPORT:
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/lib/ruby/1.6/i386-freebsd4/socket.so

      This port has installed the following world-writable files/directories.
/usr/local/lib/libruby16.so

      If there are vulnerabilities in these programs there may be a security

      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.

      For more information, and contact details about the security
      status of this software, see the following webpage:
http://www.ruby-lang.org/en/
===>  Cleaning for ruby-1.6.8.2003.10.15_1
--->  Cleaning out obsolete shared libraries
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 16 packages
found (-0 +1) . done]
** Package name changed from 'ruby-bdb1' (databases/ruby-bdb1) to
'ruby18-bdb1' (databases/ruby-bdb1).
** No need to upgrade 'ruby-bdb1-0.2.1' (>= ruby18-bdb1-0.2.1). (specify
-f to force)
** Package name changed from 'ruby-shim-ruby18' (lang/ruby16-shim-ruby18)
to 'ruby16-shim-ruby18' (lang/ruby16-shim-ruby18).
** No need to upgrade 'ruby-shim-ruby18-1.8.1.p3' (>=
ruby16-shim-ruby18-1.8.1.p3). (specify -f to force)
darken# pkgdb -uF^M
pkgdb: Command not found.
darken# portsbd -uU^M
portsbd: Command not found.
darken# rehash^M
darken# pkgdb -uF^M
pkgdb: Command not found.
darken# exit^M
exit

now I have no access to pkgdb, portsdb, or anything in /usr/local/sbin
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to