[kde-freebsd] [Bug 197374] net/krdc generates invalid syntax calling xfreerdp

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197374

--- Comment #2 from Raphael Kubo da Costa rak...@freebsd.org ---
Can you test if area51 r10593 fixes the problem for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 197853] [patch] devel/qt4-assistant : fix configure to support gcc-5

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197853

Raphael Kubo da Costa rak...@freebsd.org changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |

--- Comment #3 from Raphael Kubo da Costa rak...@freebsd.org ---
Thanks, please go ahead and add it to extrapatch-configure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 197871] sysutils/ksysguardd: cannot open configuration file

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197871

Bug ID: 197871
   Summary: sysutils/ksysguardd: cannot open configuration file
   Product: Ports  Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: t.ru...@ya.ru
  Assignee: k...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)

Even with the file /usr/local/etc/ksysguarddrc present and accessible, this
message appears on boot:

sysguardd: cannot open config file '/usr/local/etc/ksysguarddrc'

The problem seems to be with quotes in the filename.

This bug is known to the KDE community and was fixed on 2009-07-11, according
to https://bugs.kde.org/show_bug.cgi?id=199734

However, FreeBSD uses kde-workspace-4.11.13.tar.xz where the file
ksysguard/ksysguardd/CMakeLists.txt still seems to be incorrect: 

add_definitions( -DKSYSGUARDDRCFILE=\\${SYSCONF_INSTALL_DIR}/ksysguarddrc\\
)


The attached file fixed this problem for me. 


Some more reports found:
https://forums.freebsd.org/threads/ksysguarddrc-cannot-open-configuration-file.49370/
https://bugs.freenas.org/issues/7688 (PC-BSD)

--- Comment #1 from Bugzilla Automation bugzi...@freebsd.org ---
Auto-assigned to maintainer k...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] maintainer-feedback requested: [Bug 197871] sysutils/ksysguardd: cannot open configuration file

2015-02-20 Thread bugzilla-noreply
t.ru...@ya.ru has reassigned Bugzilla Automation bugzi...@freebsd.org's
request for maintainer-feedback to k...@freebsd.org:
Bug 197871: sysutils/ksysguardd: cannot open configuration file
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197871



--- Description ---
Even with the file /usr/local/etc/ksysguarddrc present and accessible, this
message appears on boot:

sysguardd: cannot open config file '/usr/local/etc/ksysguarddrc'

The problem seems to be with quotes in the filename.

This bug is known to the KDE community and was fixed on 2009-07-11, according
to https://bugs.kde.org/show_bug.cgi?id=199734

However, FreeBSD uses kde-workspace-4.11.13.tar.xz where the file
ksysguard/ksysguardd/CMakeLists.txt still seems to be incorrect: 

add_definitions( -DKSYSGUARDDRCFILE=\\${SYSCONF_INSTALL_DIR}/ksysguarddrc\\
)


The attached file fixed this problem for me. 


Some more reports found:
https://forums.freebsd.org/threads/ksysguarddrc-cannot-open-configuration-file.
49370/
https://bugs.freenas.org/issues/7688 (PC-BSD)

--- Comment #1 from Bugzilla Automation bugzi...@freebsd.org ---
Auto-assigned to maintainer k...@freebsd.org
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/x11/kde4-workspace/files

2015-02-20 Thread Max Brazhnikov
SVN commit 10595 by makc:

x11/kde4-workspace:
 - Add patch to make kcm_usb module in KInfoCenter functional again:

   Use libusb-1 to query info about usb devices on all platforms. Leave old
   method as a fallback for Linux only.
   Remove *BSD specific code, it doesn't work on FreeBSD 8.x and greater.
   Old code probably works on NetBSD, but let it use libusb-1 as well.
   Use DeviceNotifier instead of polling.


 A patch-usbview  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 197871] sysutils/ksysguardd: cannot open configuration file

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197871

--- Comment #2 from t.ru...@ya.ru ---
Created attachment 153261
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153261action=edit
modified sysutils/ksysguardd/files/patch-CMakeLists.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 197853] [patch] devel/qt4-assistant : fix configure to support gcc-5

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197853

Bug ID: 197853
   Summary: [patch] devel/qt4-assistant : fix configure to support
gcc-5
   Product: Ports  Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: mar...@freebsd.org
  Assignee: k...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)

The qt4 configure script is already patched by extra patch
${PORTSDIR}/devel/qt4/files/extrapatch-configure .

The attached patch either needs to be added to extrapatch-configure or left as
a second patch in devel/qt4-assistant in order to build on gcc5.  Without
configuring for webkit, the build outright breaks (a bug in qt4).

It causes over 600 ports to skip in poudriere, so for gcc-5 support this patch
is very important.

--- Comment #1 from Bugzilla Automation bugzi...@freebsd.org ---
Auto-assigned to maintainer k...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 197853] [patch] devel/qt4-assistant : fix configure to support gcc-5

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197853

--- Comment #2 from John Marino mar...@freebsd.org ---
Created attachment 153222
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153222action=edit
delta need to configure patch

Oops, forgot the patch.  Here it is!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] maintainer-feedback requested: [Bug 197853] [patch] devel/qt4-assistant : fix configure to support gcc-5

2015-02-20 Thread bugzilla-noreply
John Marino mar...@freebsd.org has reassigned Bugzilla Automation
bugzi...@freebsd.org's request for maintainer-feedback to k...@freebsd.org:
Bug 197853: [patch] devel/qt4-assistant : fix configure to support gcc-5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197853



--- Description ---
The qt4 configure script is already patched by extra patch
${PORTSDIR}/devel/qt4/files/extrapatch-configure .

The attached patch either needs to be added to extrapatch-configure or left as
a second patch in devel/qt4-assistant in order to build on gcc5.  Without
configuring for webkit, the build outright breaks (a bug in qt4).

It causes over 600 ports to skip in poudriere, so for gcc-5 support this patch
is very important.

--- Comment #1 from Bugzilla Automation bugzi...@freebsd.org ---
Auto-assigned to maintainer k...@freebsd.org
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 196910] x11-toolkits/py-qt4-gui not respecting CC

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196910

Sean Bruno sbr...@freebsd.org changed:

   What|Removed |Added

 Resolution|--- |Works As Intended
 Status|New |Closed

--- Comment #2 from Sean Bruno sbr...@freebsd.org ---
This isn't a particular problem with the port, but the fact that QMAKE uses the
same cc that it itself was compiled with.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 196906] devel/py-qt4-core not respecting CC

2015-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196906

Sean Bruno sbr...@freebsd.org changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Works As Intended

--- Comment #2 from Sean Bruno sbr...@freebsd.org ---
This is not a problem with the port, but is the intended behavior of QMAKE. 
So, yeah, not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information