From owner-freebsd-ports@FreeBSD.ORG Sat Apr 3 04:32:38 2004 Return-Path: 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 9B7A216A4CE; Sat, 3 Apr 2004 04:32:38 -0800 (PST) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D0243D67; Sat, 3 Apr 2004 04:32:38 -0800 (PST) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 40F347B2E; Sat, 3 Apr 2004 14:32:43 +0200 (CEST) Date: Sat, 3 Apr 2004 14:32:43 +0200 From: Thierry Thomas To: Edwin Groothuis Message-ID: <20040403123243.GA26133@graf.pompo.net> Mail-Followup-To: Edwin Groothuis , glewis@FreeBSD.org, ports@FreeBSD.org, Kris Kennaway References: <200404030838.i338cjOb056511@8ball.rtp.freebsd.org> <20040403085437.GA15506@xor.obsecurity.org> <20040403090848.GH2124@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040403090848.GH2124@k7.mavetju> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.9-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: ports@FreeBSD.org cc: glewis@FreeBSD.org cc: Kris Kennaway Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 12:32:38 -0000 Le Sam 3 avr 04 à 11:08:48 +0200, Edwin Groothuis é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 > > -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 -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.