On Thu, 25 Aug 2011 07:47:50 -0400 Robert Huff articulated: > Jerry writes: > > > That did not actually answer my question(s). Exactly why is the > > port being reverted to 1.8 as the default; > > Insufficient testing for whether 1.9 works with ruby-using > ports. > > > and how can I positively ascertain if I have both versions > > installed? > > ls -al /var/db/pkg | grep ruby
Thanks Robert! Unlike Chris who apparently likes to see his name in print, you actually answered my question. ls -al /var/db/pkg | grep ruby drwxr-xr-x 2 root wheel 512 Aug 22 18:01 plasma-scriptengine-ruby-4.6.5/ drwxr-xr-x 2 root wheel 512 Aug 22 07:22 ruby-1.8.7.352,1/ drwxr-xr-x 2 root wheel 512 Aug 22 05:24 ruby-1.9.2.290,1/ drwxr-xr-x 2 root wheel 512 Aug 22 18:01 ruby18-kdebindings-4.6.5/ drwxr-xr-x 2 root wheel 512 Aug 22 07:22 ruby19-bdb48-0.6.6/ So it appears I do have both versions installed. -- Jerry ✌ [email protected] Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
