Date: Wed, 5 Feb 2003 01:35:53 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: "James E. Flemer" <jflemer@acm.jhu.edu> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: eclipse port (native) Message-ID: <20030205013553.56f0730c.Alexander@Leidinger.net> In-Reply-To: <Pine.LNX.4.33L2.0302041047570.1494-100000@centaur.acm.jhu.edu> References: <20030204115211.0266a4b8.Alexander@Leidinger.net> <Pine.LNX.4.33L2.0302041047570.1494-100000@centaur.acm.jhu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Feb 2003 13:04:02 -0500 (EST) "James E. Flemer" <jflemer@acm.jhu.edu> wrote: > 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. It shouldn't make a huge difference in startup time if it is in $PREFIX/lib. And even if it does, how often do exit and restart it in a day? > 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 like to have libswt standalone, as it seems to be useful to me to be able to use it in own programs without the need to install eclipse too. > 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 agree. > 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)? Override it. Just insert: ---snip--- do-install: install foo install bar do this do that ---snip--- or have a look at my lang/icc port to get an idea how to do nasty things. > Should I replace all instances of "Linux" with "FreeBSD"? It depends. Show me some examples (e.g. as a diff) and we can talk about it. > How do I use a patch-xy to patch a file with spaces in the > path? I don't understand. You aren't talking about diff -duH "foo bar.org" "foo bar" are you? Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205013553.56f0730c.Alexander>