From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 16:23:01 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 1269B1065671 for ; Sat, 8 Mar 2008 16:23:01 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 29FB78FC1C for ; Sat, 8 Mar 2008 16:23:00 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1212467waf.3 for ; Sat, 08 Mar 2008 08:22:59 -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:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=DwFPCNXcD/8yu2MkHJmopdTQ3JG4qJT7ZqTWSxZlZA8=; b=DPh51mwZUAn+/4QhtgB9tURUsIWrFG9R348DFC33gCYgspmYx+I28DwsE8ggsRLe/wIBlSpVpJP+rsEzPwirqoL748dhg5cne/wnP1hIjmy9C8CdGXe2u3AspOvRzAHFx4sqjyBYnN32QMJz/za1sCF9ndaDe49THbMYe79c80A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rGMFLpgzHcxRHkrOt9yE1sBnkKh+SjrlJrE9QuJy2U2Q5jSAPGo28TGmR8FKOSCdB8CjwqQGhGXrOreV1QEuEE8vnZslaYCQxha1FeH8CKE2kcaGcquTaODIgE18WP5anjisQGBceUskydsfwq/Fb6vdnUrwpayiRrQu7hiD370= Received: by 10.114.113.1 with SMTP id l1mr594691wac.142.1204993379297; Sat, 08 Mar 2008 08:22:59 -0800 (PST) Received: by 10.114.152.6 with HTTP; Sat, 8 Mar 2008 08:22:59 -0800 (PST) Message-ID: Date: Sat, 8 Mar 2008 10:22:59 -0600 From: "Don Wilde" To: "D Hill" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: unsetting a Port's configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 16:23:01 -0000 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.