Re: MAKE_JOBS and openjdk6

2010-08-29 Thread David Naylor
On Saturday 28 August 2010 23:30:22 Greg Lewis wrote: > On Sun, Aug 29, 2010 at 12:44:39AM +0400, Anonymous wrote: > > Greg Lewis writes: > > > I would argue that overriding a private variable is a hack (other ports > > > doing it doesn't make it not a hack). > > > > You could've spoke up in port

devel/p4d patch

2010-08-29 Thread jhell
Hi Gordon, I just upgraded devel/p4d port and you might find this patch interesting. This port would previously bail out trying to display the pkg-message file that it can't find without a path. On a second note. Where it displays this message ``post-install'' does not seem like the right place t

MuseScore port

2010-08-29 Thread Friedemann Becker
Hi, I'm trying to port MuseScore to FreeBSD. I managed to build it, so I have made some patches for the sources, that compile on FreeBSD (I hope so). The port has no dependencies yet and MASTER_SITE is missing, but I would be very happy if someone with a faster computer (and or net connection) th

Re: devel/p4d patch

2010-08-29 Thread jhell
On 08/29/2010 09:18, olli hauer wrote: > On 2010-08-29 14:17, jhell wrote: >> Hi Gordon, >> >> I just upgraded devel/p4d port and you might find this patch >> interesting. This port would previously bail out trying to display the >> pkg-message file that it can't find without a path. >> >> On a sec

ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop

2010-08-29 Thread Ruslan Mahmatkhanov
Hi! Can please anybody with spare time pick this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691 It is hanging around more than one month. It's small and simple, but useful - it's gtk frontend to multimedia/recordmydesktop - a tool for creating screencasts. Thanks in advance. -

Re: [SOLVED] Work on update for math/saga

2010-08-29 Thread Rainer Hurling
On 26.08.2010 19:06 (UTC+1), Rainer Hurling wrote: Now it is time to update math/saga from version 2.0.4 to 2.0.5. In the actual state the port is able to fetch the source, to patch and then to start make. The build process stops with the following error messages. Obviously there is a problem w

Re: ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop

2010-08-29 Thread Rodrigo OSORIO (ros)
Ruslan Mahmatkhanov wrote: Hi! Can please anybody with spare time pick this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691 It is hanging around more than one month. It's small and simple, but useful - it's gtk frontend to multimedia/recordmydesktop - a tool for creating screenca

Re: ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop

2010-08-29 Thread Ruslan Mahmatkhanov
On 29.08.2010 23:45, Rodrigo OSORIO (ros) wrote: Ruslan Mahmatkhanov wrote: Hi! Can please anybody with spare time pick this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691 It is hanging around more than one month. It's small and simple, but useful - it's gtk frontend to multimedi

Re: devel/p4d patch

2010-08-29 Thread Gordon Tetlow
On Sun, Aug 29, 2010 at 7:10 AM, jhell wrote: > > > > Hi J, > > > > this will only work if you install via ports but not via package. > > > > Try '@${CAT} ${PKGMESSAGE}' instead, the port system will find > > the file and it will be displayed during (package) install. > > > > post-install is the

Re: ports/146754: [patch] new port: add devel/atf framework to ports

2010-08-29 Thread Garrett Cooper
On Fri, Aug 20, 2010 at 2:22 PM, Garrett Cooper wrote: > On Fri, Aug 20, 2010 at 12:39 PM, Ade Lovett wrote: >> >> On Aug 19, 2010, at 20:30 , Garrett Cooper wrote: >> >>>    This request has been sitting mostly idle for the last 3 months. I >>> realize people are busy, but could someone with som

Howto: TCP_KEEPIDLE ----> TCPTV_KEEP_IDLE ?

2010-08-29 Thread C-S
I am trying to update the devel/clanlib port to the latest version when running into this problem. The patch for unix_socket.cpp looks like this: == if (enable && timeout != 0 && interval != 0) { - setsockopt(handle, SOL_TCP, T