From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 16:34:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EF71065671 for ; Sat, 8 Mar 2008 16:34:07 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 410FD8FC24 for ; Sat, 8 Mar 2008 16:34:07 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so688620rvb.43 for ; Sat, 08 Mar 2008 08:34:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JdlPoKoJuBTPGFrhg2fEhGZ9ga2lMIhDg04tO8GEbIo=; b=HmCQtoQvaNfE3H8Vexzjw9K7R6FcisF7NPHfc7E2HyH8VaPiDJVrVPAebAswhbIvEzvu5qeoLczcQ3XLGwTBPcQgGBtGpSJ1BgSVz76jmUbeufaBYW6pTNhAo4oJhkNDEBuol5b+iJh4GHY/42dc69efd4ryfYfexFJ7kEcnZzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y6hC8B0mxQaH7Y19dvOlUb8SCnOuTp9arbgSLV6cYOSFJZIziRL7hir6x4XuuCGJ92ra/qmcHjkCCc2hlRdRx7s2Fw7lAm7KT74Y7fze2AUIxbX0bMXBFbsiG9thxXzLxxFPXcaUF9EsScee3DsJ/VLpBn3ef7teftMrY3/cPXE= Received: by 10.140.179.25 with SMTP id b25mr1933070rvf.152.1204994046592; Sat, 08 Mar 2008 08:34:06 -0800 (PST) Received: by 10.114.14.5 with HTTP; Sat, 8 Mar 2008 08:34:06 -0800 (PST) Message-ID: <8d23ec860803080834h7bb63ffm406fab4eeadf8013@mail.gmail.com> Date: Sat, 8 Mar 2008 11:34:06 -0500 From: Schiz0 To: dwilde1@gmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org, D Hill Subject: Re: unsetting a Port's configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 16:34:07 -0000 On Sat, Mar 8, 2008 at 11:22 AM, Don Wilde wrote: > On Sat, Mar 8, 2008 at 10:06 AM, D Hill wrote: > > > On Sat, 8 Mar 2008 at 09:32 -0600, dwilde1@gmail.com confabulated: > > > > > Hello, all - > > > > > > When building a port, specifically in this case qdvdauthor, I run into a > > > setup issue that makes me want to redo the configuration of the port. > > Is > > > there a simple way to disable the use of the saved configuration and > > > restart the port from the CURSES menu? > > > > > > I was able to blast it by wiping the makefile and re-CVSupping, but > > that > > > does seem like the long way 'round. > > > > You can do a 'make config' within the port directory and it should present > > the configure menu again. If you want to remove the configuration to start > > again, you can do a 'make rmconfig'. > > > > 'man ports' should show all the options you can make. > > > Thanks to all who responded. It appears that there are no options that will > allow that port to build due to a showstopper in libxine that portaudit > complains about. The weblink appears to say that it's fixed in this version, > but it appears that there's no way around it. I tried ports, packages, etc., > and can't get it to be happy with libxine. > > You obviously didn't read "man ports" .... DISABLE_VULNERABILITIES If defined, disable check for security vulnerabilities using portaudit(1) (ports/ports-mgmt/portaudit) when installing new ports.