From owner-java@FreeBSD.ORG Tue Dec 23 01:45:10 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA26431 for java-outgoing; Tue, 23 Dec 1997 01:45:10 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mailrelay.tcc.co.jp (fireman.tcc.co.jp [210.130.212.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA26427 for ; Tue, 23 Dec 1997 01:45:03 -0800 (PST) (envelope-from hikura@trans-nt.com) Received: from mailgate.tcc.co.jp (root@texas.tcc.co.jp [210.130.212.194]) by mailrelay.tcc.co.jp (8.8.5/3.5Wpl1-mailrelay) with ESMTP id SAA09306 for ; Tue, 23 Dec 1997 18:45:01 +0900 (JST) Received: from colt.matsu.tcc.co.jp (colt.matsu.tcc.co.jp [210.130.212.177]) by mailgate.tcc.co.jp (8.8.5/3.6Wbeta5-mailgate) with ESMTP id SAA07090 for ; Tue, 23 Dec 1997 18:44:59 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by colt.matsu.tcc.co.jp (8.8.5/3.6Wbeta5-colt) with ESMTP id SAA26036; Tue, 23 Dec 1997 18:45:00 +0900 (JST) To: freebsd-java@FreeBSD.ORG Subject: JDK-1.1.5 for FreeBSD 2.2.X From: Hironori Ikura X-Mailer: Mew version 1.92.4 on XEmacs 20.3 (London) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971223184459S.hikura@trans-nt.com> Date: Tue, 23 Dec 1997 18:44:59 +0900 X-Dispatcher: imput version 971024 Lines: 21 Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi. I'v almost finished the porting of JDK-1.1.5 for FreeBSD-2.2.2 with XigMotif. (but just alpha quality:-) Does anyone need these diffs ? Or, do you need binary distribution ?? Sorry, I have poor network resources. (My server is in Japan, and connected to the net via 64kbps...) I'd like to place my binary distribution onto any other server which has tough connection. Please give me an access to the strong server !! TIA -- Hironori Ikura Trans New Technology, Inc. From owner-java@FreeBSD.ORG Thu Dec 25 11:21:13 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26917 for java-outgoing; Thu, 25 Dec 1997 11:21:13 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: (from hsu@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26901 for freebsd-java; Thu, 25 Dec 1997 11:21:07 -0800 (PST) (envelope-from hsu) Date: Thu, 25 Dec 1997 11:21:07 -0800 (PST) From: Jeffrey Hsu Message-Id: <199712251921.LAA26901@hub.freebsd.org> To: freebsd-java Subject: off_t tip Sender: owner-java@FreeBSD.ORG Precedence: bulk There are several places in the JDK source that need modification with regard to our 64 bit off_t. The places in src/solaris/java/{runtime,green_threads} are obvious. There's also a native method in the share directory which was patched to pass JCK conformance testing but it was patched in a bogus failure mode under Solaris and is also unnecessary under FreeBSD since we already have 64 bit offsets. I have that code #ifdef SOLARIS out. (Sun doesn't like #ifdefs but I do it that way so I have the same code which is buildable under Solaris and FreeBSD.) If you can, try to get the JCK tests somewhere (may be hard without paying Javasoft money) and run it. From owner-java@FreeBSD.ORG Fri Dec 26 13:50:56 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA07419 for java-outgoing; Fri, 26 Dec 1997 13:50:56 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA07414 for ; Fri, 26 Dec 1997 13:50:45 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA23505; Fri, 26 Dec 1997 14:50:44 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA10113; Fri, 26 Dec 1997 14:50:37 -0700 Date: Fri, 26 Dec 1997 14:50:37 -0700 Message-Id: <199712262150.OAA10113@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "From: Hironori Ikura" CC: freebsd-java@FreeBSD.ORG Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-java@FreeBSD.ORG Precedence: bulk > I'v almost finished the porting of JDK-1.1.5 > for FreeBSD-2.2.2 with XigMotif. > (but just alpha quality:-) > Does anyone need these diffs ? Sure, I'd *love* to have them. I have 3 projects I hope to get done this holiday seaons, and a newer version of the JDK is one of them. Naet From owner-java@FreeBSD.ORG Fri Dec 26 18:57:31 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA22700 for java-outgoing; Fri, 26 Dec 1997 18:57:31 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from digital.net (max-roc2-64.digital.net [204.215.229.64]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA22691 for ; Fri, 26 Dec 1997 18:57:22 -0800 (PST) (envelope-from kcw@digital.net) Received: (from kcw@localhost) by digital.net (8.8.5/8.8.5) id VAA00335; Fri, 26 Dec 1997 21:58:21 -0500 (EST) To: Nate Williams Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X Cc: sbb@freegate.com, freebsd-java@FreeBSD.ORG References: <199712262150.OAA10113@mt.sri.com> X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 Date: 26 Dec 1997 21:58:19 -0500 In-Reply-To: Nate Williams's message of Fri, 26 Dec 1997 14:50:37 -0700 Message-ID: <87vhwbbigk.fsf@digital.net> Lines: 30 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-java@FreeBSD.ORG Precedence: bulk Nate Williams writes: > > I'v almost finished the porting of JDK-1.1.5 > > for FreeBSD-2.2.2 with XigMotif. > > (but just alpha quality:-) > > > Does anyone need these diffs ? > > Sure, I'd *love* to have them. I have 3 projects I hope to get done > this holiday seaons, and a newer version of the JDK is one of them. > > > Naet > > Steve Byrne has also placed some 1.1.5 diffs based off of Linux in: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jdk115linux.diffs He had this to say about the diffs: >If it would help, I can send the diffs for my Linux port of JDK 1.1.5 to = >this list. I believe that most of the changes are relatively = >OS-neutral. -- Ken Whedbee mailto:whedbee@digital.net From owner-java@FreeBSD.ORG Fri Dec 26 22:34:38 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA07688 for java-outgoing; Fri, 26 Dec 1997 22:34:38 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA07672 for ; Fri, 26 Dec 1997 22:34:21 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA00305 for ; Fri, 26 Dec 1997 22:34:17 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199712270634.WAA00305@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-java@FreeBSD.ORG Subject: test mesaage Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Dec 1997 22:34:16 -0800 From: Amancio Hasty Sender: owner-java@FreeBSD.ORG Precedence: bulk Please ignore. Amancio From owner-java@FreeBSD.ORG Sat Dec 27 04:26:02 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA25380 for java-outgoing; Sat, 27 Dec 1997 04:26:02 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mailrelay.tcc.co.jp (fireman.tcc.co.jp [210.130.212.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA25341 for ; Sat, 27 Dec 1997 04:25:38 -0800 (PST) (envelope-from hikura@trans-nt.com) Received: from mailgate.tcc.co.jp (root@texas.tcc.co.jp [210.130.212.194]) by mailrelay.tcc.co.jp (8.8.5/3.5Wpl1-mailrelay) with ESMTP id VAA16910; Sat, 27 Dec 1997 21:24:49 +0900 (JST) Received: from colt.matsu.tcc.co.jp (colt.matsu.tcc.co.jp [210.130.212.177]) by mailgate.tcc.co.jp (8.8.5/3.6Wbeta5-mailgate) with ESMTP id VAA03496; Sat, 27 Dec 1997 21:24:48 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by colt.matsu.tcc.co.jp (8.8.5/3.6Wbeta5-colt) with ESMTP id VAA07169; Sat, 27 Dec 1997 21:24:49 +0900 (JST) To: nate@mt.sri.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X From: Hironori Ikura / =?iso-2022-jp?B?GyRCMEtBUhsoQg==?= =?iso-2022-jp?B?GyRCOS1GQRsoQg==?= In-Reply-To: Your message of "Fri, 26 Dec 1997 14:50:37 -0700" <199712262150.OAA10113@mt.sri.com> References: <199712262150.OAA10113@mt.sri.com> X-Mailer: Mew version 1.92.4 on XEmacs 20.3 (London) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971227212448C.hikura@trans-nt.com> Date: Sat, 27 Dec 1997 21:24:48 +0900 X-Dispatcher: imput version 971024 Lines: 27 Sender: owner-java@FreeBSD.ORG Precedence: bulk Hello In the message... >> From: Nate Williams >> Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X >> Date: Fri, 26 Dec 1997 14:50:37 -0700 >> Message-ID: <199712262150.OAA10113@mt.sri.com> nate> > I'v almost finished the porting of JDK-1.1.5 nate> > for FreeBSD-2.2.2 with XigMotif. nate> > (but just alpha quality:-) nate> nate> > Does anyone need these diffs ? nate> nate> Sure, I'd *love* to have them. I have 3 projects I hope to get done nate> this holiday seaons, and a newer version of the JDK is one of them. I've placed my diffs in: ftp://triaez.kaisei.org/pub/user/hikura/jdk-ports/FreeBSD/1.1.5/jdk-1.1.5-freebsd.diff.gz After I released it, some problems are found mainly around AWT with Xig Motif. I'm planning next diffs release in this year. -- Hironori Ikura From owner-java@FreeBSD.ORG Sat Dec 27 06:37:06 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29213 for java-outgoing; Sat, 27 Dec 1997 06:37:06 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29209 for ; Sat, 27 Dec 1997 06:36:59 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.184.83]) by darius.concentric.net (8.8.8/(97/11/17 5.8)) id JAA02901; Sat, 27 Dec 1997 09:36:57 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from [206.173.96.29] (ts001d17.cin-oh.concentric.net [206.173.96.29]) by mcfeely.concentric.net (8.8.8) id JAA14963; Sat, 27 Dec 1997 09:36:52 -0500 (EST) Message-Id: <199712271436.JAA14963@mcfeely.concentric.net> Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X Date: Sat, 27 Dec 97 09:37:03 +0100 x-sender: patrick@mail.cre8tivegroup.com x-mailer: Claris Emailer 1.1 From: patrick To: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-java@FreeBSD.ORG Precedence: bulk >nate> > I'v almost finished the porting of JDK-1.1.5 >nate> > for FreeBSD-2.2.2 with XigMotif. >nate> > (but just alpha quality:-) >After I released it, some problems are found mainly around >AWT with Xig Motif. Nearly every problem I've had with JDK on FreeBSD related to Motif. And Xig does not have a Motif for 2.2.5 yet (no word from Xig on when either, as of Tuesday). Is it possible to change from Motif to something else (I don't know what; tk/tcl?)? Or is this what Sun/JavaSoft uses, assuming everyone has it? Lesstif just isn't *there* yet, either. I'd hate to have JDK tied to a commercial (read, "has a price tag") product, if we could work around it, with a free one. If its not possible, then just ignore the ramblings of a financially-challenged developer. Patrick From owner-java@FreeBSD.ORG Sat Dec 27 08:01:40 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03014 for java-outgoing; Sat, 27 Dec 1997 08:01:40 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mailrelay.tcc.co.jp (fireman.tcc.co.jp [210.130.212.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA03003 for ; Sat, 27 Dec 1997 08:01:31 -0800 (PST) (envelope-from hikura@trans-nt.com) Received: from mailgate.tcc.co.jp (root@texas.tcc.co.jp [210.130.212.194]) by mailrelay.tcc.co.jp (8.8.5/3.5Wpl1-mailrelay) with ESMTP id BAA17178; Sun, 28 Dec 1997 01:01:20 +0900 (JST) Received: from colt.matsu.tcc.co.jp (colt.matsu.tcc.co.jp [210.130.212.177]) by mailgate.tcc.co.jp (8.8.5/3.6Wbeta5-mailgate) with ESMTP id BAA04363; Sun, 28 Dec 1997 01:01:18 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by colt.matsu.tcc.co.jp (8.8.5/3.6Wbeta5-colt) with ESMTP id BAA07552; Sun, 28 Dec 1997 01:01:20 +0900 (JST) To: patrick@cre8tivegroup.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X From: Hironori Ikura / =?iso-2022-jp?B?GyRCMEtBUhsoQg==?= =?iso-2022-jp?B?GyRCOS1GQRsoQg==?= In-Reply-To: Your message of "Sat, 27 Dec 97 09:37:03 +0100" <199712271436.JAA14963@mcfeely.concentric.net> References: <199712271436.JAA14963@mcfeely.concentric.net> X-Mailer: Mew version 1.92.4 on XEmacs 20.3 (London) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971228010119N.hikura@trans-nt.com> Date: Sun, 28 Dec 1997 01:01:19 +0900 X-Dispatcher: imput version 971024 Lines: 37 Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi, Patrick: In the message... >> From: patrick >> Subject: Re: JDK-1.1.5 for FreeBSD 2.2.X >> Date: Sat, 27 Dec 97 09:37:03 +0100 >> Message-ID: <199712271436.JAA14963@mcfeely.concentric.net> patrick> Is it possible to change from Motif to something else (I don't know what; patrick> tk/tcl?)? Or is this what Sun/JavaSoft uses, assuming everyone has it? I think it's not quite difficult to use like Xaw widget set instead of Motif, but it may be faced against another probelm in JDK/AWT. patrick> Lesstif just isn't *there* yet, either. patrick> patrick> I'd hate to have JDK tied to a commercial (read, "has a price tag") patrick> product, if we could work around it, with a free one. I've just thougt so in these few days. In another side, I faced against problems in Japanese environment with Xig Motif. # In multi font environment, and XIM, # it doesn't work correctly X-( I'm planning to support the Lesstif with current JDK. Currently, there are some problems in JDK with Lesstif (in DialogShell, frame size....), but I think it's so easy to solve these problems because we can see the *SOURCE* of Lesstif. Is there another way to port JDK onto BSD without a commercial product ? -- Hironori Ikura From owner-java@FreeBSD.ORG Sat Dec 27 21:10:52 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA17836 for java-outgoing; Sat, 27 Dec 1997 21:10:52 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.178]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA17823 for ; Sat, 27 Dec 1997 21:10:46 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id VAA02223 for ; Sat, 27 Dec 1997 21:10:44 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199712280510.VAA02223@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-java@FreeBSD.ORG Subject: test again :( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Dec 1997 21:10:44 -0800 From: Amancio Hasty Sender: owner-java@FreeBSD.ORG Precedence: bulk Please ignore Amancio