From owner-freebsd-ports Tue Feb 4 10: 4:11 2003 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 3ABE637B405 for ; Tue, 4 Feb 2003 10:04:09 -0800 (PST) Received: from centaur.acm.jhu.edu (centaur.acm.jhu.edu [128.220.223.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B8543F3F for ; Tue, 4 Feb 2003 10:04:08 -0800 (PST) (envelope-from jflemer@acm.jhu.edu) Received: by centaur.acm.jhu.edu (Postfix, from userid 556) id A984613EA5; Tue, 4 Feb 2003 13:04:02 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by centaur.acm.jhu.edu (Postfix) with ESMTP id A8EA737E08; Tue, 4 Feb 2003 13:04:02 -0500 (EST) Date: Tue, 4 Feb 2003 13:04:02 -0500 (EST) From: "James E. Flemer" Reply-To: "James E. Flemer" To: Alexander Leidinger Cc: Subject: Re: eclipse port (native) In-Reply-To: <20030204115211.0266a4b8.Alexander@Leidinger.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 4 Feb 2003, Alexander Leidinger wrote: > On Fri, 31 Jan 2003 19:30:50 -0500 (EST) > "James E. Flemer" wrote: > > > Is anyone working on a port of Eclipse[1]? I am messing > > around with it, and am getting close (I hope) to something > > that runs. I haven't really made it into a port yet, but > > and keeping track of what needs to be done to build it. I > > have made a port that builds a native version of > > libswt-gtk. If anyone else is working on this, I'd like to > > coordinate. > > I have it on my TODO list, but I wasn't able to clean it up to the point > where Eclipse is on top... :-( > > It would be nice if you could make several ports, one for libswt, one > for the eclipse-platform, eclipse-pdt, and one for the eclipse-jdt (or > eclipse-cdt). > > BTW.: Which version are you porting? I agree that it should be split into several (master/slave) ports. I initially wrote a libswt port, but then merged it into my eclipse port. I don't know where we would want to install libswt as a standalone. I think it would work to put it in $PREFIX/lib, but eclipse looks all over the place inside it's own tree for libs (according to truss) first. There are two other libs used by the Linux GTK version: libcore, libupdate. I do not know if it would be useful to build these standalone or not. I am porting the Eclipse 2.1 M4 Linux GTK version. The Linux Motif version would probably be a simple port once the GTK one is done. I have a few other questions about this port... What is the best way to do "do-install" for ports w/o their own install target (currently using pinstall)? Should I replace all instances of "Linux" with "FreeBSD"? How do I use a patch-xy to patch a file with spaces in the path? -James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message