From owner-freebsd-ports Wed Nov 1 19:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CAD637B4CF for ; Wed, 1 Nov 2000 19:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82899; Wed, 1 Nov 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from webcom.it (h213-18-9.MI2.albacom.net [213.213.18.9]) by hub.freebsd.org (Postfix) with SMTP id 0D48037B479 for ; Wed, 1 Nov 2000 19:18:17 -0800 (PST) Received: (qmail 39488 invoked by uid 1000); 2 Nov 2000 03:18:22 -0000 Message-Id: <20001102031822.39487.qmail@webcom.it> Date: 2 Nov 2000 03:18:22 -0000 From: andrea@webcom.it Reply-To: andrea@webcom.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/22493: Need to specify full path to GMAKE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22493 >Category: ports >Synopsis: Fails to build if GMAKE not set to full path >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 19:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrea Campi >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mammolo 5.0-CURRENT FreeBSD 5.0-CURRENT #26: Tue Oct 31 02:12:06 CET 2000 root@mammolo:/usr/src/sys/compile/THINKPAD i386 >Description: The configure script explicitely looks for a GNU make in the path, unless MAKE is an absolute path. The port Makefile has: CONFIGURE_ENV= MAKE=$LOCALBASE/bin/$GMAKE but this gets overridden by HAS_GMAKE. >How-To-Repeat: >Fix: --- Makefile.orig Thu Nov 2 04:17:30 2000 +++ Makefile Thu Nov 2 04:17:47 2000 @@ -23,7 +23,7 @@ USE_LIBTOOL= yes USE_GMAKE= yes JAVAVM?= ${LOCALBASE}/bin/javavm -CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/${GMAKE} +GMAKE= ${LOCALBASE}/bin/gmake CONFIGURE_ARGS= --prefix=${PREFIX}\ --libexecdir=${LOCALBASE}/libexec/apache\ --libdir=${LOCALBASE}/libexec/apache\ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message