Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 02:07:23 +0100
From:      Ernst de Haan <ernst@jollem.com>
To:        FreeBSD Java mailing list <freebsd-java@FreeBSD.ORG>
Subject:   Re: JFC Dependency missing for jdk12-beta ?
Message-ID:  <20010105020723.A32004@c187104187.telekabel.chello.nl>
In-Reply-To: <20010105020311.A31975@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Fri, Jan 05, 2001 at 02:03:11AM %2B0100
References:  <20001221103256.A91407@c187104187.telekabel.chello.nl> <20010105020311.A31975@c187104187.telekabel.chello.nl>

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

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Oops, forgot the diff file, here it is. I used diff -U 2 for it.

--
Ernst


Ernst de Haan wrote:
> Hi,
> 
> To me it seems this can be fixed very easily, by adding jfc as a dependency to
> the BUILD_DEPENDS variable. I wrote a small patch for the Makefile, and
> attached it. Should I re-shar this stuff, and send-pr it?
> 
> Oh, and I was wondering why the patches are applied in the way they are, using
> shell commands, instead of using the normal PATCHFILES and PATCH_SITES
> variables in the port Makefile. Is this done on purpose? Or should we change
> the Makefile to use the standard approach? I know I had some problems with
> these patches in the past when reinstalling the jdk12-beta port (see below).
> 
> --
> Ernst
> 
> Ernst de Haan wrote:
> > Hi,
> > 
> > It seems that the Makefile for the jdk12-beta port is missing a dependency. I
> > first installed x11/XFree86-4 and java/jdk, and then I installed jdk-12beta.
> > At some point the latter failed, because it was missing some file in the JFC
> > package. Perhaps the Makefile should be checked.
> > 
> > Oh, and after I make installed java/jfc and went back to the jdk12-beta make
> > install, I got:
> > 
> >    Reversed (or previously applied) patch detected!  Assume -R? [y]
> > 
> > Argh! >:( After typing 'n' a couple of times, the build failed anyway, so I
> > just did:
> > 
> >    # rm -rf work && make install
> > 
> > :>
> > 
> > 
> > Ernst
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-java" in the body of the message
> > 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-java" in the body of the message
> 

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.diff"

--- Makefile.orig	Thu Jan  4 22:21:24 2001
+++ Makefile	Thu Jan  4 22:23:29 2001
@@ -21,4 +21,5 @@
 		${JDK12DIR}/bin/javac:${PORTSDIR}/java/linux-jdk \
 		${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel \
+		${LOCALBASE}/share/java/classes/jfc-1.1.1/swingall.jar:${PORTSDIR}/java/jfc \
 		${NONEXISTENT}:${PORTSDIR}/java/jfc:extract
 LIB_DEPENDS=	odbc.1:${PORTSDIR}/databases/unixODBC

--vkogqOf2sHV7VnPd--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




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