From owner-freebsd-ports@FreeBSD.ORG Sat May 3 20:01:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4734837B40B for ; Sat, 3 May 2003 20:01:08 -0700 (PDT) Received: from mailgate.cesmail.net (mailgate.cesmail.net [216.154.195.36]) by mx1.FreeBSD.org (Postfix) with SMTP id 5421443F75 for ; Sat, 3 May 2003 20:01:05 -0700 (PDT) (envelope-from gothbert@spamcop.net) Received: (qmail 17230 invoked from network); 4 May 2003 03:01:04 -0000 Received: from unknown (HELO delta.cesmail.net) (192.168.1.30) by mailgate.cesmail.net with SMTP; 4 May 2003 03:01:04 -0000 Received: (qmail 27243 invoked by uid 99); 4 May 2003 03:01:04 -0000 Received: from pool-162-83-199-164.ny5030.east.verizon.net (pool-162-83-199-164.ny5030.east.verizon.net [162.83.199.164]) by webmail.spamcop.net (Horde) with HTTP for ; Sat, 3 May 2003 23:01:04 -0400 Message-ID: <1052017264.50bdf517fba0c@webmail.spamcop.net> Date: Sat, 3 May 2003 23:01:04 -0400 From: James Van Sickle To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: Package registration problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 03:01:08 -0000 I am working on installing some of the port applications on the FreeBSD website. The application appears to compile and install properly, but I get the below message when the packages tries to register with the server. Can someone point me in the direction of where I need to go to correct this? pkg_create: only one package name allowed ('for' extraneous) usage: pkg_create [-YNOhvy] [-P pkgs] [-p prefix] [-f contents] [-i iscript] [-I piscript] [-k dscript] [-K pdscript] [-r rscript] [-t template] [-X excludefile] [-D displayfile] [-m mtreefile] [-o origin] -c comment -d description -f packlist pkg-filename pkg_create [-YNhvy] -b pkg-name [pkg-filename] *** Error code 1 -James