Date: Sat, 3 Apr 2004 19:08:48 +1000 From: Edwin Groothuis <edwin@mavetju.org> To: glewis@FreeBSD.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: INDEX build failed Message-ID: <20040403090848.GH2124@k7.mavetju> In-Reply-To: <20040403085437.GA15506@xor.obsecurity.org> References: <200404030838.i338cjOb056511@8ball.rtp.freebsd.org> <20040403085437.GA15506@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 03, 2004 at 12:54:38AM -0800, Kris Kennaway wrote: > On Sat, Apr 03, 2004 at 03:38:45AM -0500, Kris Kennaway wrote: > > INDEX build failed with errors: > > make_index: ovt-2.3: no entry for /usr/ports > > This one is still broken; the port has an illegal dependency: > > # make describe > > ovt-2.3|/usr/ports/science/ovt|/usr/local|The Orbit Visualization > Tool|/usr/ports/science/ovt/pkg-descr|ko@nest.irfu.se|science > astro|/usr/ports/devel/gmake /usr/ports/java/jdk14 > /usr/ports/math/vtk-java|/usr/ports/ > ^^^^^^^^^^^ > /usr/ports/java/jdk14 /usr/ports/math/vtk-java|http://ovt.irfu.se/ 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) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040403090848.GH2124>