Skip site navigation (1)Skip section navigation (2)
Date:      2 Nov 2000 03:18:22 -0000
From:      andrea@webcom.it
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22493: Need to specify full path to GMAKE
Message-ID:  <20001102031822.39487.qmail@webcom.it>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001102031822.39487.qmail>