[kde-freebsd] Current problem reports assigned to k...@freebsd.org

2014-05-12 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

[kde-freebsd] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Hi There: I see that you're the port maintainer for x11-toolkits/qt5-gui. I have a build error. The port is looking for and it is not found: === --- .obj/qevdevmousehandler.o --- input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h' file not found #include ^ 1

Re: [kde-freebsd] ports/187467: [patch] x11-toolkits/qt5-gui: fails to build with multimedia/v4l_compat installed

2014-05-12 Thread rakuco
Synopsis: [patch] x11-toolkits/qt5-gui: fails to build with multimedia/v4l_compat installed State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Mon May 12 13:47:28 UTC 2014 State-Changed-Why: Duplicate of ports/187260 http://www.freebsd.org/cgi/query-pr.cgi?pr=18746

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-05-12 Thread Raphael Kubo da Costa
SVN commit 10096 by rakuco: qt5-gui: Explicitly disable evdev support. This is Linux-specific, and support for it may be accidentally enabled because the compiler test for it passes if multimedia/v4l_compat is installed, since it installs linux/input.h into ${LOCALBASE}/include. PR:

Re: [kde-freebsd] ports/187260: x11-toolkits/qt5-gui Compile error: linux/kd.h not found

2014-05-12 Thread rakuco
Synopsis: x11-toolkits/qt5-gui Compile error: linux/kd.h not found State-Changed-From-To: feedback->closed State-Changed-By: rakuco State-Changed-When: Mon May 12 13:51:44 UTC 2014 State-Changed-Why: Fixed the linux/kd.h problem in r353821. http://www.freebsd.org/cgi/query-pr.cgi?pr=187260 _

Re: [kde-freebsd] Port Build Error - qt5-gui

2014-05-12 Thread Raphael Kubo da Costa
Kevin McQuiggin writes: > Hi There: > > I see that you're the port maintainer for x11-toolkits/qt5-gui. I have a > build error. The port is looking for and it is not found: > > === > > --- .obj/qevdevmousehandler.o --- > input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h'

Re: [kde-freebsd] ports/187260: commit references a PR

2014-05-12 Thread dfilter service
The following reply was made to PR ports/187260; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/187260: commit references a PR Date: Mon, 12 May 2014 13:51:09 + (UTC) Author: rakuco Date: Mon May 12 13:51:04 2014

Re: [kde-freebsd] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Thanks! I will "portsnap fetch update" and then start a "make" and let you know how it goes. Kevin On May 12, 2014, at 6:58 AM, Raphael Kubo da Costa wrote: > Kevin McQuiggin writes: > >> Hi There: >> >> I see that you're the port maintainer for x11-toolkits/qt5-gui. I have a >> build er

[kde-freebsd] science/kalzium: build error due to ocaml

2014-05-12 Thread Jan Henrik Sylvester
Rebuilding all kde packages after the recent update, science/kalzium failed for me on 10.0-RELEASE/amd64: cd /usr/ports/science/kalzium/work/.build/src && /usr/local/bin/ocamlopt -o /usr/ports/science/kalzium/work/.build/src/chem.cmx -I /usr/local/lib/ocaml/facile -c /usr/ports/science/kalzium/wor

Re: [kde-freebsd] science/kalzium: build error due to ocaml

2014-05-12 Thread Jan Henrik Sylvester
On 05/12/2014 21:29, Jan Henrik Sylvester wrote: > Rebuilding all kde packages after the recent update, science/kalzium > failed for me on 10.0-RELEASE/amd64: > > cd /usr/ports/science/kalzium/work/.build/src && /usr/local/bin/ocamlopt > -o /usr/ports/science/kalzium/work/.build/src/chem.cmx -I >

Re: [kde-freebsd] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Hi All: Success! Thanks Raphael! Kevin On May 12, 2014, at 6:58 AM, Raphael Kubo da Costa wrote: > Kevin McQuiggin writes: > >> Hi There: >> >> I see that you're the port maintainer for x11-toolkits/qt5-gui. I have a >> build error. The port is looking for and it is not found: >> >> =