Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2000 13:38:59 +0600 (NS)
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        Gian-Carlo Baldarelli <gbalda@glomanet.com>
Cc:        greg@greg.rim.or.jp, stable@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: apache-jserv-1.1.2
Message-ID:  <Pine.BSF.4.21.0011101336540.73202-200000@iclub.nsu.ru>
In-Reply-To: <IIELLJMHDBDDLNDFCKDNIEOECIAA.gbalda@glomanet.com>

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

[-- Attachment #1 --]
hi, there!

On Fri, 10 Nov 2000, Gian-Carlo Baldarelli wrote:

> 4.1.1 / 4.2
> 
> When I install this ports it stops with the error 
> /usr/bin/make
> Not GNU make
> 
> the path is correct
> I have installed the gmake more times but nothing to do! 
> I have renamed /usr/bin/make make.old and gmake> make .. nothing
> 
> is there any way to solve this ?

just delete 'USE_GMAKE=	yes' from port Makefile
I have sent attached patch to maintainer about two weeks ago
(no replies from him so far)
had not time to submit PR, sorry

/fjoe

[-- Attachment #2 --]
--- ./Makefile.orig	Tue Oct 31 18:57:47 2000
+++ ./Makefile	Tue Oct 31 19:02:18 2000
@@ -13,7 +13,8 @@
 
 MAINTAINER=	greg@greg.rim.or.jp
 
-BUILD_DEPENDS=	${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk\
+JAVADIR=	${LOCALBASE}/jdk1.1.8
+BUILD_DEPENDS=	${JAVADIR}/bin/javac:${PORTSDIR}/java/jdk\
 		${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\
 		${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk
 RUN_DEPENDS=	${JAVAVM}:${PORTSDIR}/java/javavmwrapper\
@@ -21,7 +22,6 @@
 		${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk
 
 USE_LIBTOOL=	yes
-USE_GMAKE=	yes
 JAVAVM?=	${LOCALBASE}/bin/javavm
 CONFIGURE_ENV=	MAKE=${LOCALBASE}/bin/${GMAKE}
 CONFIGURE_ARGS=	--prefix=${PREFIX}\
@@ -30,10 +30,10 @@
 		--with-logdir=/var/log\
 		--sysconfdir=${PREFIX}/etc/apache\
 		--with-apxs=${LOCALBASE}/sbin/apxs\
-		--with-jdk-home=${LOCALBASE}/jdk1.1.8\
+		--with-jdk-home=${JAVADIR}\
 		--with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar\
-		--with-java=${LOCALBASE}/jdk1.1.8/bin/java\
-		--with-javac=${LOCALBASE}/jdk1.1.8/bin/javac\
+		--with-java=${JAVADIR}/bin/java\
+		--with-javac=${JAVADIR}/bin/javac\
 		--with-servlets=${PREFIX}/share/java/servlets\
 		--with-gnu-ld\
 		--enable-compressed-jar\

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011101336540.73202-200000>