From owner-freebsd-ports@FreeBSD.ORG Thu Dec 14 04:48:44 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEF8316A50D for ; Thu, 14 Dec 2006 04:48:44 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0BC43CB3 for ; Thu, 14 Dec 2006 04:47:10 +0000 (GMT) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 2B8B45C57; Wed, 13 Dec 2006 23:50:08 -0500 (EST) Date: Wed, 13 Dec 2006 23:50:08 -0500 From: Wesley Shields To: "Wayne M. Barnes" Message-ID: <20061214045008.GA68685@atarininja.org> References: <20061214042419.GA12133@klentaq.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061214042419.GA12133@klentaq.com> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: ports@freebsd.org Subject: Re: missing pkg-descr still happening 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, 14 Dec 2006 04:48:44 -0000 On Wed, Dec 13, 2006 at 10:24:19PM -0600, Wayne M. Barnes wrote: > Dear FreeBSD, > > I submitted this problem to current, and someone suggested > it belongs in ports. > > I include several screen clips below. > My problem is that I keep getting "Missing pkg-descr" when > I try to make a port. > > This is a fresh install, and a fresh cvsup of the ports. > Without the cvsup, I'd have no ports tree at all. > I even just refreshed it, and the same thing keeps happening. > > I would very much appreciate some help, > as my workaround is probably going to fail for diablo-jdk15 > ... wait .. Yes, it fails. I'm stuck, since "make all install" > just wants the pkg-descr, which I think is there, alright. > See the last ~screen of output below. The relevant line from bsd.port.mk is: @if [ ! -f ${DESCR} ]; then ${ECHO_CMD} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi Are you setting $DESCR somehow, or anything that can trigger this? -- WXS