Re: [kde-freebsd] ports/176859: i cannot install archivers/ark (gui archiver for kde 3.5)

2013-03-12 Thread edwin
Synopsis: i cannot install archivers/ark (gui archiver for kde 3.5)

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Tue Mar 12 06:19:58 UTC 2013
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=176859
___
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


Re: [kde-freebsd] ports/176869: x11/kde4: klauncher crash while attaching virtual cdrom to VirtualBox

2013-03-12 Thread linimon
Old Synopsis: klauncher crash while attaching virtual cdrom to VirtualBox
New Synopsis: x11/kde4: klauncher crash while attaching virtual cdrom to 
VirtualBox

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Mar 12 06:34:17 UTC 2013
Responsible-Changed-Why: 
Take a guess as to which port this PR applies to.

http://www.freebsd.org/cgi/query-pr.cgi?pr=176869
___
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

2013-03-12 Thread Max Brazhnikov
SVN commit 9075 by makc:

Plist for 4.10.1

 M  +21 -0 devel/smokeqt/pkg-plist  
 M  +2 -0  graphics/gwenview-kde4/pkg-plist  


___
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

2013-03-12 Thread Max Brazhnikov
SVN commit 9076 by makc:

bsd.cmake.mk
- Deprecate CMAKE_OUTSOURCE in favour of 'USE_CMAKE=outsource'.
- Add guards to ensure bsd.cmake.mk is included only once.
- Remove trivial comments
- Enable verbosity/disable colouring when PACKAGE_BUILDING is set.
  Although tinderbox and pointyhat set BATCH as well, the PACKAGE_BUILDING
  is more appropriate for this check. I think the check for BATCH can be
  removed from here, but I leave it for now.

bsd.kde4.mk
- Use 'USE_CMAKE=   outsource' for KDE4_BUILDENV


 M  +1 -2  KDE/Mk/bsd.kde4.mk  
 M  +27 -26PORTS/Mk/bsd.cmake.mk  


___
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


Re: [kde-freebsd] [SVN Commit] area51

2013-03-12 Thread Max Brazhnikov
On Tue, 12 Mar 2013 12:49:03 + Max Brazhnikov wrote:
 SVN commit 9076 by makc:
 
 bsd.cmake.mk
 - Deprecate CMAKE_OUTSOURCE in favour of 'USE_CMAKE=  outsource'.
 - Add guards to ensure bsd.cmake.mk is included only once.
 - Remove trivial comments
 - Enable verbosity/disable colouring when PACKAGE_BUILDING is set.
   Although tinderbox and pointyhat set BATCH as well, the PACKAGE_BUILDING
   is more appropriate for this check. I think the check for BATCH can be
   removed from here, but I leave it for now.
 
 bsd.kde4.mk
 - Use 'USE_CMAKE= outsource' for KDE4_BUILDENV

Actually, I don't any reason why we should keep KDE4_BUILDENV:
de facto it means USE_LDCONFIG=yes and USE_CMAKE=outsource now.
The first only pollutes numerous ports, that don't install libraries, the 
second can replace KDE4_BUILDENV in ports Makefiles.

KDE4_VERSION in PLIST_SUB and redefined CMAKE_BUILD_TYPE won't hunt non KDE SC 
ports. Any objection against removing it?

MaxIndex: bsd.kde4.mk
===
--- bsd.kde4.mk	(revision 9076)
+++ bsd.kde4.mk	(working copy)
@@ -102,7 +102,8 @@
 . endif
 .endif
 
-PLIST_SUB+=KDE4_PREFIX=${KDE4_PREFIX}
+PLIST_SUB+=KDE4_PREFIX=${KDE4_PREFIX} \
+		KDE4_VERSION=${KDE4_VERSION}
 
 # Keep in sync with cmake/modules/PythonMacros.cmake
 _PYTHON_SHORT_VER=	${PYTHON_VERSION:S/^python//:S/.//}
@@ -116,24 +117,10 @@
 		PYO_SUFFIX=pyo
 .endif
 
-# The following definitions are not intended for usage in KDE4-dependent ports.
-.if defined(KDE4_BUILDENV)
-
-USE_CMAKE=outsource
-USE_LDCONFIG=			yes
-
-. if ${KDE4_BRANCH} == unstable
-WITH_DEBUG=yes
-. endif
-
 . if defined(WITH_DEBUG)
 CMAKE_BUILD_TYPE=		DebugFull
 . endif
 
-PLIST_SUB+=KDE4_VERSION=${KDE4_VERSION}
-
-.endif # defined(KDE4_BUILDENV)
-
 .endif # !defined(_POSTMKINCLUDED)  !defined(Kde_Pre_Include)
 
 .if defined(_POSTMKINCLUDED)  !defined(Kde_Post_Include)
___
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/devel/py-pykdeuic4

2013-03-12 Thread Max Brazhnikov
SVN commit 9077 by makc:

Update plist for 4.10.1

 M  +2 -0  Makefile  
 M  +1 -0  pkg-plist  


___
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

2013-03-12 Thread Max Brazhnikov
SVN commit 9078 by makc:

Remove print/system-config-printer-kde: superseded by print manager

 D KDE/print/system-config-printer-kde (directory)  
 M  +0 -13 KDE/sysutils/kdeadmin4/Makefile  
 M  +2 -1  MOVED-area51  


___
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


Re: [kde-freebsd] ports/176804: devel/qt4-corelib 313633 does not build on 9-STABLE

2013-03-12 Thread Per olof Ljungmark
The following reply was made to PR ports/176804; it has been noted by GNATS.

From: Per olof Ljungmark p...@intersonic.se
To: bug-follo...@freebsd.org, p...@intersonic.se
Cc:  
Subject: Re: ports/176804: devel/qt4-corelib 313633 does not build on 9-STABLE
Date: Tue, 12 Mar 2013 00:26:34 +0100

 From m...@freebsd.org
 
 The problem is that qt-3 installs headers directly to common path
 /usr/local/include and these headers are included instead of Qt4's.
 As a workaroud you may deinstall qt-3, update your ports and then
 install qt3.
 
 With this the PR can be closed I assume. With qt3 going away I would not
 expect anyone to fix the issue.
___
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/games/kajongg

2013-03-12 Thread Max Brazhnikov
SVN commit 9079 by makc:

Revert back to 8999 partly

 M  +6 -6  Makefile  


___
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/deskutils/kdepim4/files

2013-03-12 Thread Max Brazhnikov
SVN commit 9080 by makc:

Fix build with new boost

 M  +2 -1  patch-messageviewer__CMakeLists.txt  


___
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] area51 and QEventDispatcher

2013-03-12 Thread Andreas Nilsson
Hello,

I've been trying for a few days to build kde 4.10.1 from area51 but a lot
of packages are failing with
/usr/local/lib/qt4/libQtGui.so: undefined reference to
`QEventDispatcherGlib::$function

A short list:
akonadi-1.9.1
opencv-2.3.1_6
pinentry-0.8.1_2
qimageblitz-0.0.6_1
qt4-assistant-4.8.4
qt4-help-tools-4.8.4
qt4-pixeltool-4.8.4
qt4-qdbusviewer-4.8.4
qt4-qvfb-4.8.4
qt4-uic3-4.8.4
strigi-0.7.8


The full logs are available at (
http://benriach.widell.net/~andrnils/qeventdispatcher.tar.gz )

I do the build with poudriere, so the buildenv should be reasonably
clear. Host is amd64 9.1-stable, standard gcc toolchain.

Are these known problems?

Best regards
Andreas Nilsson
___
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/deskutils/kdepim4

2013-03-12 Thread Max Brazhnikov
SVN commit 9081 by makc:

Update plist for 4.10.1

 M  +12 -15pkg-plist  


___
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


Re: [kde-freebsd] ports/176901: [bsd.cmake.mk] disable rpath removal

2013-03-12 Thread edwin
Synopsis: [bsd.cmake.mk] disable rpath removal

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Wed Mar 13 01:50:12 UTC 2013
Responsible-Changed-Why: 
bsd.cmake.mk is kde territory (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=176901
___
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