Here's unfinish LightDM port.

2012-08-04 Thread Jeremy Messenger
Hello all, I have promised about that I will clean up and post the unfinished LightDM port for anyone that who want to finish it. When I discovered about x11/slim and I have lost interest to work more on LightDM as I have enough stuff on my plate. Keep in mind, it only will taking you to the log i

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread Eitan Adler
On 4 August 2012 15:21, RW wrote: > On Sat, 04 Aug 2012 09:42:39 -0500 > Bryan Drewery wrote: >> > Having a default ccache directory in the makefile that's different >> > from the default documented in the ccache man page seems needlessly >> > confusing to me. +1 for /var/cache > And since larg

Re: php53-pdo_mysql fail with MYSQLND

2012-08-04 Thread Panagiotis Christias
On 3/8/2012 23:44, Michael Ranner wrote: Hello! I have trouble with upgrading php53-pdo_mysql (5.3.14 to 5.3.15) on several systems, where I try to upgrade with portmaser. Build works without option MYSQLND but breaks with MYSQLND. Probably this have something to do with ports/169959. poudrier

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread RW
On Sat, 04 Aug 2012 09:42:39 -0500 Bryan Drewery wrote: > > But if you've read the ccache documentation you probably already > > have that directory in PATH anyway. Does this patch provide a > > significant advantage? > > That requires needless customization. The purpose here is easy, safe > and

Re: Can't get gvim working

2012-08-04 Thread Doug Barton
On 08/04/2012 14:56, David Demelier wrote: > I finally found the problem: at the configure target see, > > checking for GTK - version >= 2.2.0... Package glproto was not found in the > pkg-config search path. > Perhaps you should add the directory containing `glproto.pc' > to the PKG_CONFIG_PATH e

Re: Can't get gvim working

2012-08-04 Thread David Demelier
On 04/08/2012 23:34, Doug Barton wrote: On 08/04/2012 14:02, David Demelier wrote: Hi, I enabled the WITH_OPTIONS in the editors/vim port, and installed with X11, GTK2 and GNOME2 options, but gvim stills says : E25: GUI cannot be used: Not enabled at compile time As you can see the output of

Re: Can't get gvim working

2012-08-04 Thread Doug Barton
On 08/04/2012 14:02, David Demelier wrote: > Hi, > > I enabled the WITH_OPTIONS in the editors/vim port, and installed with > X11, GTK2 and GNOME2 options, but gvim stills says : > > E25: GUI cannot be used: Not enabled at compile time > > As you can see the output of make showconfig: > > ===>

Can't get gvim working

2012-08-04 Thread David Demelier
Hi, I enabled the WITH_OPTIONS in the editors/vim port, and installed with X11, GTK2 and GNOME2 options, but gvim stills says : E25: GUI cannot be used: Not enabled at compile time As you can see the output of make showconfig: ===> The following configuration options are available for vim-7.

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread Doug Barton
On 08/03/2012 18:05, Bryan Drewery wrote: > This patch however utilizes the symlinks in > /usr/local/libexec/ccache/{cc,gcc,etc...} by prefixing that directory > into $PATH in the $MAKE_ENV. FWIW, when I was asked to add ccache support to portmaster this was the method suggested to me. I added it

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread Doug Barton
On 08/04/2012 08:03, Kimmo Paasiala wrote: > Based on what I've read on the subject I'd say it's better to leave > /usr/obj to just for stuff from /usr/src. Yes please. :) -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot

Re: CFT: vlc 2.0.3 - want to know where it works and where only partly

2012-08-04 Thread Juergen Lock
On Fri, Aug 03, 2012 at 01:59:03PM -0700, Doug Barton wrote: > On 08/03/2012 01:28 PM, Rainer Hurling wrote: > > I tried to first deinstall vlc-1.1.13 and install 2.0.3 after that with > > success. Obviously the build has a problem with files outside of WRKSRC? > > When I did my successful build o

Re: VLC 2.0.3

2012-08-04 Thread Juergen Lock
On Fri, Aug 03, 2012 at 11:54:36PM +0200, Claude Buisson wrote: > Hi, Hi! > > I have done a few tests with VLC 2.0.3 and your patch (005), on 9.0-STABLE > (svn > r236523) i386, with a port tree mainly from 2012/05/28 (of course this needed > some tweaks, as this tree does not support options ng).

Re: gam_server hitting 100% cpu

2012-08-04 Thread HU Dong
The file /usr/local/etc/gamin/gaminrc is not always necessary, and setting the time interval to 10 seconds may cause gamin to function improperly according to my experience. Hope someone could dig into the problem and find a solution. B.R. HU Dong On Sat, Aug 4, 2012 at 10:48 PM, Marco Beishuizen

Re: May I update www/linux-opera to 12.00?

2012-08-04 Thread Jeremy Messenger
On Sat, Aug 4, 2012 at 7:22 AM, Matthias Andree wrote: > Am 01.08.2012 04:19, schrieb Jeremy Messenger: >> May I commit the update of www/linux-opera to 12.00? Here's patch: >> >> http://people.freebsd.org/~mezz/diff/linux-opera.diff > > Not speaking on behalf of the maintainer, but "no", because

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread Kimmo Paasiala
On Sat, Aug 4, 2012 at 5:42 PM, Bryan Drewery wrote: > On 8/4/2012 8:16 AM, RW wrote: >> On Fri, 03 Aug 2012 20:05:54 -0500 >> Bryan Drewery wrote: >> >>> Hi, >>> >>> ports/169579 is currently tracking this. >>> >>> This patch adds ccache support to ports (off by default). Other >>> patches have c

Re: gam_server hitting 100% cpu

2012-08-04 Thread Marco Beishuizen
On Sat, 4 Aug 2012, the wise Kevin Oberman wrote: Finally found this one. Gamin needs some files that aren't there by default: ~/.gaminrc and /usr/local/etc/gamin/gaminrc. In these files you need to put two lines: fsset ufs poll 10 fsset zfs poll 10 to prevent gam_server from polling constantl

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread Bryan Drewery
On 8/4/2012 8:16 AM, RW wrote: > On Fri, 03 Aug 2012 20:05:54 -0500 > Bryan Drewery wrote: > >> Hi, >> >> ports/169579 is currently tracking this. >> >> This patch adds ccache support to ports (off by default). Other >> patches have changed $CC to use ccache, which results in having a >> space in

Re: [CFT] [bsd.port.mk] ports ccache build support

2012-08-04 Thread RW
On Fri, 03 Aug 2012 20:05:54 -0500 Bryan Drewery wrote: > Hi, > > ports/169579 is currently tracking this. > > This patch adds ccache support to ports (off by default). Other > patches have changed $CC to use ccache, which results in having a > space in $CC. This breaks many ports such as boost

FreeBSD Port: ffmpeg-0.7.13_4,1

2012-08-04 Thread Patrick Dorion
Hello, ffmpeg requires the permission to execute files in /tmp which is rather odd, not to mention that users shouldn't be allowed to run things in /tmp. This is a problem on user systems because /tmp and ~/.. should be mounted nosuid noexec for obvious security reasons. When compiling or updati

Re: May I update www/linux-opera to 12.00?

2012-08-04 Thread Matthias Andree
Am 01.08.2012 04:19, schrieb Jeremy Messenger: > May I commit the update of www/linux-opera to 12.00? Here's patch: > > http://people.freebsd.org/~mezz/diff/linux-opera.diff Not speaking on behalf of the maintainer, but "no", because that would leave known security issues unsolved. Use 12.01 inst

Re: gam_server hitting 100% cpu

2012-08-04 Thread Marco Beishuizen
On Sat, 4 Aug 2012, the wise Kevin Oberman wrote: Do you have comms/usbmuxd installed? I seem to recall an issue where it could cause one of the Gnome related processes to go to 100%. I just don't recall if it was gamin, but I removed the usbmuxd port and those dependent on it, all of which in

Re: CFT: vlc 2.0.3 - want to know where it works and where only partly

2012-08-04 Thread Gary Jennejohn
On Fri, 3 Aug 2012 18:36:33 +0200 Juergen Lock wrote: > On Fri, Aug 03, 2012 at 05:00:37PM +0200, Rainer Hurling wrote: > > On 03.08.2012 14:27 (UTC+2), Gary Jennejohn wrote: > > > On Thu, 2 Aug 2012 22:56:26 +0200 > > > Juergen Lock wrote: > > > > > > [trimmed irrelevant content] > > >> Ok I ad