From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 04:54:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1892E106564A for ; Thu, 18 Nov 2010 04:54:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF0E98FC15 for ; Thu, 18 Nov 2010 04:54:32 +0000 (UTC) Received: by iwn39 with SMTP id 39so3173633iwn.13 for ; Wed, 17 Nov 2010 20:54:32 -0800 (PST) Received: by 10.231.176.75 with SMTP id bd11mr158487ibb.48.1290056072141; Wed, 17 Nov 2010 20:54:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Wed, 17 Nov 2010 20:54:11 -0800 (PST) In-Reply-To: <20101117220248.GC53079@libertas.local.camdensoftware.com> References: <20101117220248.GC53079@libertas.local.camdensoftware.com> From: Eitan Adler Date: Wed, 17 Nov 2010 23:54:11 -0500 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] Proposal for a new option framework X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 04:54:33 -0000 > I downloaded it and tried it out. =C2=A0Whenever I try to navigate around= the > options, I get a "File specified does not exist" error. =C2=A0I looked at= the > source, and it appears to be looking for a license (or "licence" (sic)) > file, but I didn't even specify one. Can you please send me : a) the exact command line you are using b) the contents of the directory you are running it in c) the version or revision that you are testing Most likely you specified some file --hfile or --licence-text which would cause D4P to look for a file. If you did not specify those options, of if you did but those files exists, then there is a bug in my code. Please note that the newest version of the code is available by running hg clone http://dialog4ports.googlecode.com/hg/ dialog4ports If you are using version 12 or earlier (which can be found on isis.poly.edu) there are missing files from the package and it will not run. --=20 Eitan Adler