From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 16:17:05 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 66C5016A41F; Sun, 18 Sep 2005 16:17:05 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0BA43D45; Sun, 18 Sep 2005 16:17:04 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j8IGH1WY003088; Sun, 18 Sep 2005 12:17:01 -0400 (EDT) Message-ID: <000d01c5bc6b$c1aa8e70$0200a8c0@satellite> From: "dave" To: Date: Sun, 18 Sep 2005 12:12:23 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: gmake can't find Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 16:17:05 -0000 Hello, I've created my first port. It depended on another port, which i uninstalled first, then tried an install of mine. I issued a make install which pulled in the dependent port and installed it. When it returned to the build of my port gmake failed with an error code2, can not find Makefile and it stopped. I've confirmed that my Makefile is there, portlint shows no errors in it. Compiling the package out of it's tarballform requires gmake for the make and make install process so in my makefile i defined: USE_GMAKE=yes variable. Any advice? Thanks. Dave.