From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 09:30:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6226B16A4CE for ; Thu, 18 Mar 2004 09:30:07 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id A863143D3F for ; Thu, 18 Mar 2004 09:30:06 -0800 (PST) (envelope-from ws+freebsd-questions@au.dyndns.ws) Received: from lillith-iv.ovirt.dyndns.ws (ppp34-232.lns1.adl1.internode.on.net [150.101.34.232])i2IHU4wn004422 for ; Fri, 19 Mar 2004 04:00:05 +1030 (CST) X-Envelope-From: ws+freebsd-questions@au.dyndns.ws X-Envelope-To: Received: from [192.168.100.132] (ppp34-232.lns1.adl1.internode.on.net [150.101.34.232])i2IHU36i074069 for ; Fri, 19 Mar 2004 04:00:04 +1030 (CST) (envelope-from ws+freebsd-questions@au.dyndns.ws) From: Wayne Sierke To: freebsd-questions@freebsd.org In-Reply-To: <1079629344.682.406.camel@ovirt.dyndns.ws> References: <1079629344.682.406.camel@ovirt.dyndns.ws> Content-Type: text/plain Message-Id: <1079631002.682.452.camel@ovirt.dyndns.ws> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 19 Mar 2004 04:00:03 +1030 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 X-Scanned-By: SpamAssassin 2.63 (2004-01-11) X-Scanned-By: F-Prot X-Scanned-By: ClamAV X-Spam-Score: 0 () Subject: Re: gnomemeeting still marked as forbidden but culprit ports fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 17:30:07 -0000 Apologies for previous post; finger trouble in evolution... On Fri, 2004-03-19 at 03:32, Wayne Sierke wrote: > As I was updating my ports I got gnomemeeting failing as forbidden with > a reference to: > http://people.freebsd.org/~eik/portaudit/27c331d5-64c7-11d8-80e3-0020ed76ef5a.html > > which says: > > Affects: > * pwlib <1.6.0 > * asterisk <=0.7.2 > * openh323 <=1.12.0_2 > Well, I was about to say that the ports versions of openh323 are at 1.12.0_3 and pwlib at 1.6.0 but when I just went to generate the version text to copy into this message, now I'm only seeing pwlib at 1.5.0_4, so I'm not sure what happened (probably I mis-read the 5 for a 6). The other part of the query was that I couldn't find a dependency of gnomemeeting on net/asterisk (asterisk is still at 0.7.2), but that seems to be moot now although I'm still interested to hear suggested techniques for discovering dependencies, ie. how could I confirm a requirement for asterisk by the gnomemeeting port? If the answer to that is something like: portupgrade -Rn the next question is: how do the -n and -f switches interact (since the port is actually installed I need to use -f, does -n override everything? I guess the alternative is to deinstall gnomemeeting first.) Sorry for the noise.