Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 14:32:43 +0200
From:      Thierry Thomas <thierry@pompo.net>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: INDEX build failed
Message-ID:  <20040403123243.GA26133@graf.pompo.net>
In-Reply-To: <20040403090848.GH2124@k7.mavetju>
References:  <200404030838.i338cjOb056511@8ball.rtp.freebsd.org> <20040403085437.GA15506@xor.obsecurity.org> <20040403090848.GH2124@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Sam  3 avr 04 à 11:08:48 +0200, Edwin Groothuis <edwin@mavetju.org>
 écrivait :
> I would go for:
> 
> RCS file: /home/pcvs/ports/science/ovt/Makefile,v
> retrieving revision 1.1
> diff -u -r1.1 Makefile
> --- Makefile    23 Mar 2004 23:34:29 -0000      1.1
> +++ Makefile    3 Apr 2004 09:07:59 -0000
> @@ -37,7 +37,7 @@
>  
>  .include <bsd.port.pre.mk>
>  
> -RUN_DEPENDS+=  java:${PORTSDIR}/${_JAVA_PORT_FREEBSD_1_4}
> +RUN_DEPENDS+=  java:${PORTSDIR}/${_JAVA_PORT_NATIVE_BSDJAVA_JDK_1_4}
>  
>  # Check for OVT distfile
>  .if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
> 

Actually, I think that this one would be sufficient:

diff -urN science/ovt.orig/Makefile science/ovt/Makefile
--- science/ovt.orig/Makefile	Wed Mar 24 00:34:29 2004
+++ science/ovt/Makefile	Sat Apr  3 14:28:22 2004
@@ -37,8 +37,6 @@
 
 .include <bsd.port.pre.mk>
 
-RUN_DEPENDS+=	java:${PORTSDIR}/${_JAVA_PORT_FREEBSD_1_4}
-
 # Check for OVT distfile
 .if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
 ECHO_MSG=/usr/bin/printf

since USE_JAVA implies the RUN_DEPENDS.
-- 
Th. Thomas.



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