Re: Which java version: confusion: SOLVED

2012-10-06 Thread Peggy Wilkins
On Sat, Oct 6, 2012 at 10:29 AM, Peggy Wilkins wrote: > I have two java ports installed on several of my systems: > > % cat /usr/local/etc/javavms > /usr/local/diablo-jdk1.6.0/bin/java # DiabloCaffe1.6.0 > /usr/local/jdk1.6.0/bin/java # FREEBSD-JDK1.6.0 > > It seems that wh

Which java version: confusion

2012-10-06 Thread Peggy Wilkins
I have two java ports installed on several of my systems: % cat /usr/local/etc/javavms /usr/local/diablo-jdk1.6.0/bin/java # DiabloCaffe1.6.0 /usr/local/jdk1.6.0/bin/java # FREEBSD-JDK1.6.0 It seems that when I update of one of the versions, the version executed by default turns out to be "the la

Re: How to switch between PHP 5.3/5.4 (either direction) with extensions

2012-07-07 Thread Peggy Wilkins
On Sat, Jul 7, 2012 at 9:55 AM, Peggy Wilkins wrote: > portmaster -o lang/php53-extensions lang/php5-extensions > > This replaced the ...-extensions port as expected, and pulled in all > the 5.3 versions of my selected extensions; but the pulled-in 5.3 > extensions were installed

How to switch between PHP 5.3/5.4 (either direction) with extensions

2012-07-07 Thread Peggy Wilkins
I tried upgrading PHP from 5.3 to 5.4 version yesterday. The upgrade worked well as expected, however it turns out that my system runs some locally written PHP that is not yet compatible with 5.4 so I needed to go back to 5.3 for now. This worked fine for that purpose: portmaster -o lang/php53 l

Options dialog display problem

2012-06-23 Thread Peggy Wilkins
Here is a screen shot of what I'm seeing when I run "make config" for security/sudo: http://mozart.lib.uchicago.edu/mozart/images/sudo-config.jpg The leftmost column is mostly empty. I can get it to partially display by moving my cursor up and down the list, but it doesn't ever draw properly.

Re: Portmaster quickly fails to update xcb-utils

2012-01-31 Thread Peggy Wilkins
On Sat, Jan 28, 2012 at 11:51 AM, Peggy Wilkins wrote: > When I try to follow the instructions in UPDATING for upgrading > xcb-util, using portmaster it fails very early in the process: > > % portmaster -bDw -R -r xcb-util-0 > > ===>>> Working on: >        xcb-

Portmaster quickly fails to update xcb-utils

2012-01-28 Thread Peggy Wilkins
When I try to follow the instructions in UPDATING for upgrading xcb-util, using portmaster it fails very early in the process: % portmaster -bDw -R -r xcb-util-0 ===>>> Working on: xcb-util-0.3.6,1 ===>>> Port directory: /usr/ports/x11/xcb-util ===>>> Launching 'make checksum' for x11/

Re: portmaster hangs waiting for grep

2010-10-31 Thread Peggy Wilkins
On Sun, Oct 31, 2010 at 11:41 AM, Peggy Wilkins wrote: > I am doing my weekly run of portmaster to upgrade ports on my server: > > FreeBSD quarto.lib.uchicago.edu 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 > #0: Sat Sep 25 15:46:29 CDT 2010 > r...@quarto.lib.uchicago.edu:/usr/obj/usr/

portmaster hangs waiting for grep

2010-10-31 Thread Peggy Wilkins
I am doing my weekly run of portmaster to upgrade ports on my server: FreeBSD quarto.lib.uchicago.edu 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #0: Sat Sep 25 15:46:29 CDT 2010 r...@quarto.lib.uchicago.edu:/usr/obj/usr/src/sys/GENERIC amd64 I updated my ports tree two days ago (Friday, Oct 29) via c

portaudit: problem with logic for security/krb5

2010-08-15 Thread Peggy Wilkins
Portaudit is flagging security/krb5 as vulnerable, but as far as I can tell it is incorrect. capricorn:/usr/ports/security/krb5:19% portaudit -vC Affected package: krb5-1.8.3 (matched by krb5>=1.7) Type of problem: krb5 -- KDC double free vulnerability. Reference:

Re: Using WITH_OPENSSL_PORT

2009-07-28 Thread Peggy Wilkins
On Sun, Jul 26, 2009 at 2:13 AM, b. f. wrote: >> As the PR advises, switching back to base openssl fixes my problem. > > Well, apparently only part of it.  Unfortunately the openssl framework > in ports doesn't accommodate mixing and matching of base and port > openssl, so while this may allow you

Re: Using WITH_OPENSSL_PORT

2009-07-25 Thread Peggy Wilkins
Thanks very much for the clear replies to my question about how to use openssl from ports. It looks like it should be straightforward in most circumstances. However, unfortunately I seem to have run into exactly the problem on my system that is described in this PR: http://www.freebsd.org/cgi/que

Using WITH_OPENSSL_PORT

2009-07-25 Thread Peggy Wilkins
My system (uname -a) is FreeBSD grenache.lib.uchicago.edu 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Fri Jun 26 15:23:52 CDT 2009 r...@grenache.lib.uchicago.edu:/usr/obj/usr/src/sys/GENERIC amd64. I recently installed security/krb5 which is my first installed port that has set WITH_OPENSSL_PORT