Re: [package - 130i386-default][graphics/krita] Failed for krita-5.0.2 in build

2022-03-09 Thread Max Brazhnikov
The offender is devel/vc, the fix is submitted:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262451




Re: FreeBSD Port: www/falkon

2022-02-25 Thread Max Brazhnikov
On Thu, 24 Feb 2022 15:34:14 +0100 Ronald Klop wrote:
> Hi,
> 
> I installed falkon-qtonly. On startup I got the error "Qt SQLite database 
> plugin is not available. Please install it and restart the application."
> After installing qt5-sqldrivers-sqlite3 the falkon browser start and runs.
> Does the port miss a dependency?

Yes, it does. Just fixed in ports, thanks!

Max




Re: moving from KDE4 to KDE5

2019-06-19 Thread Max Brazhnikov
On Wed, 19 Jun 2019 15:13:04 +0200 Matthias Apitz wrote:
> El día Tuesday, June 18, 2019 a las 02:48:34PM +0200, Matthias Apitz escribió:
> 
> > While testing and configuring things, I'm chocking with two issues:
> > 
> > - I configured zapping (alt-ctrl-backspace) which works, i.e. terminates
> >   the Xorg server but powers off the laptop. Why?
> > 
> > - The desktop many times comes in an unusable state: the menus (for
> >   example the Application Launcher or the Hamburger in the upper corner)
> >   come up as empty, transparent frames, i.e. only the border is painted.
> >   Somethings seems to be crashing...
> > 
> > This is with r349041 and ports from June 10.
> > 
> > Any comments?
> 
> One question and one joke:
> 
> Is this list kde-freebsd@kde.org meant to be used as a place for asking
> for help and hints (and inhabited by people) or is it only meant for svn
> commit messages and PR mail addr?
> 
> The joke: My 9 years old son runs FreeBSD with KDE4 on his laptop. This
> morning he watched me while I was testing KDE5 and asked me what I was
> doing? I said the new desktop which I would be installing soon on his
> laptop too. He said, it was looking ugly, for example he missed the red
> icon for shutdown, and others :-)

Systemsettings -> Plasma Themes. Choose Oxygen theme and enjoy your
favorite red button :)

Max




[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-04 Thread Max Brazhnikov
SVN commit 11592 by makc:

Finalise splitting py-qt4-dbus and py-qt4-dbussupport. py-qt4-dbus is
a wrapper for QtBus classes, while py-qt4-dbussupport provides Qt even loop
support for py-dbus (http://pyqt.sourceforge.net/Docs/PyQt4/dbus.html)

devel/py-qt4-dbus:
- Remove dependence on devel/py-dbus

devel/py-qt4-dbussupport:
- Update comment
- Remove old CONFLICTS_INSTALL
- Pull devel/py-dbus or devel/py3-dbus depending on Python version

Uses/pyqt.mk:
- Update description for py-qt4-dbussupport port


 M  +1 -1  Mk/Uses/pyqt.mk  
 M  +0 -3  devel/py-qt4-dbus/Makefile  
 M  +12 -6 devel/py-qt4-dbussupport/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


Re: [kde-freebsd] [SVN Commit] branches/plasma5/KDE/Mk

2015-09-11 Thread Max Brazhnikov
On Wed,  9 Sep 2015 10:09:49 -0700 (PDT) Tobias Berner wrote:
> SVN commit 11436 by tcberner:
> 
> Use KDE4_PREFIX and KDE5_PREFIX instead of just KDE_PREFIX to make 
> parallel install of kde4 and plasma5 possible (more easily) in the 
> future.

Are you going to set KDE[45]_PREFIX to anything that differs from /usr/local?
If not, I'd suggest to remove KDE_PREFIX at all.
___
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/QT

2015-09-03 Thread Max Brazhnikov
SVN commit 11426 by makc:

Merge r396045 and 396046 from ports:
devel/qt5: Add missing dependence on websockets 
www/qt5-websockets: Use PLIST substitutions 

Submitted by: Ralf Nolden 

 M  +1 -1  devel/qt5/Makefile  
 M  +8 -8  www/qt5-websockets/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


Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2015-09-01 Thread Max Brazhnikov
On Fri, 28 Aug 2015 13:42:06 -0700 (PDT) Alonso Schaich wrote:
> SVN commit 11418 by aschai:
> 
> Disable JASPER usage
> 
> JASPER was blacklisted due to it's security issues two weeks ago, and cannot
> be installed unless explicitly whitelisted by the user. Tell kdelibs not to
> use JASPER for the time being.
> 
> The corresponding jasper issues are CVE-2015-5221 and CVE-2015-5203.

Alonso! This commit changes nothing from the user perspective: the packages are 
build from the official portstree, not area51! Please commit security fixed to 
the ports directly and then to area51 if needed. Btw, jasper port has been 
fixed already.

Max
___
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] Qt 4.8.7

2015-08-29 Thread Max Brazhnikov
Folks,

Is there anything that holds us from merging Qt 4.8.7 from area51 to the 
portstree?
Below is the patch for ports:
http://people.freebsd.org/~makc/patches/qt-4.8.7-2015.08.28.diff

Max
___
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/QT/devel/qmake5/files

2015-08-29 Thread Max Brazhnikov
On Thu,  2 Jul 2015 15:41:24 -0700 (PDT) Raphael Kubo da Costa wrote:
 SVN commit 10838 by rakuco:
 
 QT: Revert r10691.
 
 https://mail.kde.org/pipermail/kde-freebsd/2015-June/019481.html contains a
 longer explanation of why this is done.
 
 The short version is that r10691 was basically undoing the fix from r10435,
 which is part of the solution for ports/194088.
 
 Reviewed by:  alonso
 
 
  M  +1 -11 patch-mkspecs__common__freebsd.conf  

What do you think about providing unmodified mkspecs for general usage,
and creating special mkspecs for using within the ports framework?

Max
___
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] RFC: Need for 'NLS' and 'DOCS' options in KDE frameworks/plasma/applications ports

2015-08-29 Thread Max Brazhnikov
On Sat, 29 Aug 2015 11:00:47 +0200 Ralf Nolden wrote:
 Ok, I've checked 
 http://download.kde.org/stable/applications/15.08.0/src/kde-l10n/  which is 
 the only one that ships the translations.
 
 As each file contains translations for KDE 4 and KDE 5 together, how about 
 just 
 updating the resprective ports with the sources packaging the kde4 
 translations and adding another port each for the kde5 translations  using 
 the 
 same source then ? (that limits the distfiles down and ships the most recent 
 translations for KDE4 also)

One port per one distfile installing translations both for KDE 4/5 is fine. 
Less ports less work :).

Max
___
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] [package - 93i386-default][sysutils/k3b-kde4] Failed for k3b-2.0.3 in fetch

2015-08-29 Thread Max Brazhnikov
On Sat, 29 Aug 2015 09:36:13 +0200 Adriaan de Groot wrote:
 On Saturday 29 August 2015 00:40:00 pkg-fall...@freebsd.org wrote:
  http://download.kde.org/k3b/
 
 I can see what's gone missing there, it should be
 
   http://download.kde.org/stable/k3b/
 
 the stable has run off with the horse, I guess.

It's already fixed, but package cluster still builds from older portstree.

Max
___
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/QT/Mk

2015-08-28 Thread Max Brazhnikov
SVN commit 11417 by makc:

- Revert indentation changed in r11413 to reduce diff vs portstree


 M  +12 -12bsd.qt.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] branches/plasma5/KDE/misc/libkeduvocdocument

2015-08-25 Thread Max Brazhnikov
On Sun, 23 Aug 2015 10:30:06 +0200 Matthias Apitz wrote:
 El domingo, 23 de agosto de 2015 10:06:25 (CEST), Tobias Berner escribió:
  SVN commit 11337 by tcberner:
 
  Update to 15.08
 
   M  +2 -2  distinfo

Tobias,

Could you please group similar changes into single commit.

 Would it be an option to direct all these SVN ci messages to a special list 
 and use this one for the purpose announced in the list info?

Good point, I'll ask for a new maillist.

Max
___
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/QT/Mk/Uses

2015-08-25 Thread Max Brazhnikov
SVN commit 11408 by makc:

Pass standard for the portstee LIBS to qmake via QMAKE_LIBS

PR: 202552
Submitted by:   pawel@


 M  +1 -0  qmake.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/PORTS/www/otter-browser-devel

2015-04-16 Thread Max Brazhnikov
On Tue, 14 Apr 2015 08:21:40 -0700 (PDT) Alonso Schaich wrote:
 SVN commit 10668 by aschai:
 
 Update otter-browser-devel to yesterday's weekly snapshot

Hey, why do you do this in area51? Qt 5 framework is already in ports, just
commit otter ports to the portstree and work on them there for the benefit of 
all users.

 
 Original Release Message:
   Weekly report #67 (13-04-2015)
 
   Slow week:
 * 13 commits by one author
 * three new issues (3 closed)
 * 116 issues still open (including 3 bugs)
 
   Highlights:
 * added support for native notifications for desktop environments
   supporting fd.o specifications
 * RSS and Atom feeds are now listed in address field
 
 
 
 
  M  +3 -3  Makefile  
  M  +2 -2  distinfo  
  M  +5 -5  files/patch-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 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] RFC kde frameworks/plasma 5 import

2015-04-16 Thread Max Brazhnikov
On Thu, 09 Apr 2015 12:54:51 +0200 Tobias Berner wrote:
 Hi there
 
 I would like to import my kde5 stuff into an area51 branch soon...
 [provided you are ok with that]
 
 
 I have a few questions first though:
 
 1) Would it be possible to rename some ports from the kde4- prefix to just a 
 simple kde- prefix?

The kde4 prefixes were added to distinguish the ports from their KDE 3 
counterparts. Now they can be omitted.

For example x11-themes/kde4-icons-oxygen and x11/kde4-baseapps.
The reason being that icons-oxygen is needed by both -- and the name thus 
 would be misleading, 
and baseapps can be used by both desktop-versions (and plasma5 is really 
 empty without it).
[They're both part of kde-applications most of which probably will be 
 ported to kf5 as time 
goes on anyways].
A similar candidate would be graphics/gwenview-kde4. The new version of 
 applications 14.* 
links against frameworks. Should this port just be renamed to gwenview, or 
 should the newer 
one be named gwenview-kde5?

Please avoid to use kde5 in any form (portsnames, options, etc). There are KDE 
Frameworks, Plasma, and Applications with their own versioning scheme and 
release schedule. I suggest to use kf5- prefix for framework ports, and appname 
(or kde-appname to avoid ambiguity) for applications.

 
 2) Is there a reason not to add something like
   -DINCLUDE_INSTALL_DIR:PATH=${KDE4_PREFIX}/include/kdelibs
to x11/kdelibs4/Makefile. So that its headers are no longer just in 
 ${KDE4_PREFIX}/include 
by default?
The problem at the moment is, that for example kmessagebox.h is provided 
 by 
   * kdelibs4 and residing in ${KDE4_PREFIX}/include
   * kde5-kwidgetsaddons residing in 
 ${KDE4_PREFIX}/include/KF5/KWidgetsAddons
and the first one of them does get picked up wrongly when compiling some 
 kde5 stuff. 
This can/could be avoided by just prefixing all kde4-headers 
(and this would also clean up ${KDE4_PREFIX}/include...)

This could be done in principle, but all ports that depends on kdelibs4 have to 
be tested and fixed if needed. We can request exp-run to find failing ports.
Btw, I think it's time to drop KDE_PREFIX, LOCALBASE should be used for kf5 
ports.

 3) There are some conflicting files when installing both kde4 and kde5-parts. 
 For example
   * sysutils/balooo
   * sysutils/kde5-baloo
both provide bin/baloo*. 
I was thinking of adding something akin to
   # plasma5 needs applications using kdelibs4. But it provides certain 
 binaries on
   # its own, eg bin/baloo. Only install those if the user does not care 
 for kde5.
   # For kde5 users they are already provided by the newer ports
   OPTIONS_SINGLE= KDEDESKTOP
   OPTIONS_SINGLE_KDEDESKTOP=KDE4 KDE5
   KDE4_DESC=  You do NOT intend to install/run plasma5
   KDE5_DESC=  You intend to run plasma5
   # probably add also: KDE5_USE=   KDE5=baloo5_run
   OPTIONS_DEFAULT=KDE5
   OPTIONS_SUB=yes
into sysutils/baloo/Makefile (and of course pkg-plist).  
[The reason I set default to KDE5 is that the newest kate, gwenview and 
 konsole already are
KF5 applications]
Or how should this be handled? 

If baloo is a runtime dependency, then simply don't put in the port, but let 
user install whatever they want. If it is a build/lib dependency, then 
splitting the conflicting parts to separate ports is the only way to avoid 
conflict.

Max
___
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/PORTS/multimedia

2015-04-05 Thread Max Brazhnikov
SVN commit 10656 by makc:

Add new port: multimedia/qt5-phonon4-vlc

 A qt5-phonon4-vlc (directory)  
 M  +6 -8  qt5-phonon4-vlc/Makefile  
 M  +1 -2  qt5-phonon4-vlc/pkg-descr  
 D qt5-phonon4-vlc/pkg-plist  
 M  +1 -0  qt5-phonon4/pkg-message  


___
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/PORTS/multimedia/phonon-vlc

2015-04-05 Thread Max Brazhnikov
SVN commit 10657 by makc:

multimedia/phonon-vlc: sync with ports r382558

 M  +1 -1  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/QT/Mk

2015-04-05 Thread Max Brazhnikov
SVN commit 10659 by makc:

Revert r10628 partly: Phonon plugin ports are supposed to be installed
directly by users, the need for them to be available as USE_QT components
is quite low. Besides we have never had components for VLC and xine backends.
For this reason remove phonon4-gst from QT5 components, but leave
phonon-gst (Qt4) for historical reasons.


 M  +1 -4  bsd.qt.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


[kde-freebsd] [SVN Commit] area51/PORTS/www

2015-04-05 Thread Max Brazhnikov
SVN commit 10658 by makc:

Add port for QtWebKit 2.3: it's a backport of QtWebKit from Qt 5.x for Qt 4.8.
It can be build with optional support for GStreamer 1.x or 0.10. The aim is to
replace old webkit shipped with Qt-4.8.


 A webkit-qt4 (directory)  
 M  +43 -66webkit-qt4/Makefile  
 A webkit-qt4/distinfo  
 A 
webkit-qt4/files/patch-Source_JavaScriptCore_runtime_JSValueInlines.h   
trunk/area51/QT/www/webkit-qt4/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h#10655
 D 
webkit-qt4/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h
  
 A webkit-qt4/pkg-descr  
 M  +6 -23 webkit-qt4/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/PORTS/multimedia/qt5-phonon4

2015-04-05 Thread Max Brazhnikov
SVN commit 10660 by makc:

qt5-phonon4: no need to use DISTVERSION

 M  +1 -1  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/PORTS/multimedia

2015-04-05 Thread Max Brazhnikov
SVN commit 10661 by makc:

qt5-phonon4* ports: Remove kde from CATEGORIES

 M  +1 -1  qt5-phonon4-gstreamer/Makefile  
 M  +1 -1  qt5-phonon4-vlc/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


Re: [kde-freebsd] Phonon-vlc crashing

2015-03-28 Thread Max Brazhnikov
On Fri, 27 Mar 2015 18:31:05 +0100 Juergen Lock wrote:
  Ugh that configure script is really not friendly...  Try this:
  
https://people.freebsd.org/~nox/tmp/vlc-qt4slaveport-002.patch
  
 Unrelated:  found SIDPLAY knob is now broken so removed it:
 
 https://people.freebsd.org/~nox/tmp/vlc-qt4slaveport-003.patch

Now it works as expected, thanks! Few self-explanatory modifications vs. your
last version:

http://people.freebsd.org/~makc/patches/vlc.diff

Could you also switch multimedia/phonon-vlc to vlc-qt4 once it committed to
the portstree?

Max
___
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] Phonon-vlc crashing

2015-03-27 Thread Max Brazhnikov
On Wed, 25 Mar 2015 22:16:04 +0100 Juergen Lock wrote:
 On Wed, Mar 25, 2015 at 08:26:39PM +0100, Juergen Lock wrote:
  On Wed, Mar 25, 2015 at 09:19:24AM +, Max Brazhnikov wrote:
   On Tue, 24 Mar 2015 00:47:30 +0100 Schaich Alonso wrote:
On Mon, 23 Mar 2015 20:38:09 +0200
David Naylor d...@freebsd.org wrote:

 Hi,
 
 I always seem to be complaining about Phonon :-(.  My latest issue 
 has been crashes in phonon-vlc (phonon-gstreamer still doesn't work). 
  
 

Hi,

while it seemed not to have been useful to someone else contacting the
mailing list yesterday, I found either

* uninstalling multimedia/phonon-vlc and reinstalling
x11/kde4-workspace with gstreamer instead of vlc OPTION set,
   
   multimedia/phonon-gstreamer doen't work with KDE due to other problem
   (mixing GStreamer 0.10 and 1.x). I'm working on qtwebkit23 to replace
   qt4-webkit, which is the last GStreamer 0.10 consumer, but it'll take some
   time.
   

or

* reinstalling multimedia/vlc without it's QT5 ports OPTION
workarounds the issue for me.
   
   This is not an option for package users. multimedia/phonon-vlc  needs !Qt5
   version of VLC. Perhaps we need a slave port for Qt 4 VLC if multimedia@ 
   team
   have reasons to stick to Qt 5.
   
  I was just taking the default that the vlc 2.2 build picked up
  (qt5), thinking that support for anything else (qt4) is deprecated
  by vlc upstream and would sooner or later bitrot anyway.
  
   But if there's a reason to have a vlc-qt4 slave port while that
  still works I'm of course not against it...
  
 Does this work for you?
 
   https://people.freebsd.org/~nox/tmp/vlc-qt4slaveport-001.patch

It works only you have no locally installed qt5-x11extras. Otherwise vlc-qt4
picks up Qt5 headers and results in linking to both Qt4 and Qt5
libraries.

Max
___
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/QT

2015-03-25 Thread Max Brazhnikov
On Tue, 24 Mar 2015 09:35:21 -0700 (PDT) Tobias Berner wrote:
 SVN commit 10648 by tcberner:
 
 Add a new port www/qt5-webchannel

Welcome Tobias!
A couple of notes for your first commit (consider it as a opportunity for the 
second commit :)

 Index: www/qt5-webchannel/Makefile
 ===
 --- www/qt5-webchannel/Makefile   (revision 0)
 +++ www/qt5-webchannel/Makefile   (revision 10648)
 @@ -0,0 +1,16 @@
 +# $FreeBSD$
 +
 +PORTNAME=webchannel
 +DISTVERSION= ${QT5_VERSION}
 +CATEGORIES=  www
 +PKGNAMEPREFIX=   qt5-
 +
 +MAINTAINER=  k...@freebsd.org
 +COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients.

COMMENT should end without a period, and without trailing space.

 Index: Mk/bsd.qt.mk
 ===
 --- Mk/bsd.qt.mk  (revision 10647)
 +++ Mk/bsd.qt.mk  (revision 10648)
 @@ -298,7 +298,7 @@
 
  _USE_QT5_ONLY=   buildtools concurrent core graphicaleffects \
  
   paths phonon4 phonon4-gst printsupport qdbus 
 qdoc qev qml quick \
 
 - quickcontrols serialport uitools widgets 
 x11extras
 + quickcontrols serialport uitools webchannel 
 widgets x11extras
 
  accessible_PORT= accessibility/${_QT_RELNAME}-accessible
  accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so
 
 @@ -515,6 +515,9 @@
 
  uitools_PORT=devel/${_QT_RELNAME}-uitools
  uitools_PATH=${QT_LIBDIR}/libQt${_QT_LIBVER}UiTools.a
 
 +webchannel_PORT= www/qt5-webchannel
 +webchannel_PATH= ${QT_LIBDIR}/libQt5WebChannel.so

Please use _QT_RELNAME/_QT_LIBVER here instead of qt5/Qt5 similar to the others.

Max
___
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] Phonon-vlc crashing

2015-03-25 Thread Max Brazhnikov
On Tue, 24 Mar 2015 00:47:30 +0100 Schaich Alonso wrote:
 On Mon, 23 Mar 2015 20:38:09 +0200
 David Naylor d...@freebsd.org wrote:
 
  Hi,
  
  I always seem to be complaining about Phonon :-(.  My latest issue has been 
  crashes in phonon-vlc (phonon-gstreamer still doesn't work).  
  
 
 Hi,
 
 while it seemed not to have been useful to someone else contacting the
 mailing list yesterday, I found either
 
 * uninstalling multimedia/phonon-vlc and reinstalling
 x11/kde4-workspace with gstreamer instead of vlc OPTION set,

multimedia/phonon-gstreamer doen't work with KDE due to other problem
(mixing GStreamer 0.10 and 1.x). I'm working on qtwebkit23 to replace
qt4-webkit, which is the last GStreamer 0.10 consumer, but it'll take some
time.

 
 or
 
 * reinstalling multimedia/vlc without it's QT5 ports OPTION
 workarounds the issue for me.

This is not an option for package users. multimedia/phonon-vlc  needs !Qt5
version of VLC. Perhaps we need a slave port for Qt 4 VLC if multimedia@ team
have reasons to stick to Qt 5.

Max
 
___
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] branches/qt-5.4

2015-03-06 Thread Max Brazhnikov
SVN commit 10629 by makc:

branches/qt-5.4: Merge /trunk/area51 r10627-10628

 _M. (directory)  
 A PORTS/multimedia/qt5-phonon4 (directory)  
 A PORTS/multimedia/qt5-phonon4-designerplugin (directory)  
 A PORTS/multimedia/qt5-phonon4-gstreamer (directory)  
 _MQT (directory)  
 M  +8 -2  QT/Mk/bsd.qt.mk  
 M svn:mergeinfo  


___
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/QT/Mk

2015-03-05 Thread Max Brazhnikov
SVN commit 10627 by makc:

Mk/bsd.qt.mk: clean up - consistently use _QT_RELNAME

 M  +1 -1  bsd.qt.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


[kde-freebsd] [SVN Commit] area51

2015-03-05 Thread Max Brazhnikov
SVN commit 10628 by makc:

- Add ports for Qt 5 variety of Phonon 4, Designer plugin, and GStreamer backend
- Introduce new USE_QT5 components, phonon4 and phonon4-gst

Based on patches submitted by Tobias C.Berner tcber...@gmail.com via 
kde-freebsd maillist


 A PORTS/multimedia/qt5-phonon4 (directory)  
 A PORTS/multimedia/qt5-phonon4-designerplugin (directory)  
 M  +7 -5  PORTS/multimedia/qt5-phonon4-designerplugin/Makefile  
 M  +1 -3  PORTS/multimedia/qt5-phonon4-designerplugin/pkg-descr  
 A PORTS/multimedia/qt5-phonon4-gstreamer (directory)  
 M  +8 -17 PORTS/multimedia/qt5-phonon4-gstreamer/Makefile  
 D PORTS/multimedia/qt5-phonon4-gstreamer/files (directory)  
 M  +1 -2  PORTS/multimedia/qt5-phonon4-gstreamer/pkg-descr  
 M  +1 -3  PORTS/multimedia/qt5-phonon4-gstreamer/pkg-plist  
 M  +9 -21 PORTS/multimedia/qt5-phonon4/Makefile  
 M  +2 -2  PORTS/multimedia/qt5-phonon4/pkg-descr  
 M  +1 -2  PORTS/multimedia/qt5-phonon4/pkg-message  
 M  +181 -188  PORTS/multimedia/qt5-phonon4/pkg-plist  
 M  +7 -1  QT/Mk/bsd.qt.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/PORTS/graphics/digikam-kde4

2015-03-03 Thread Max Brazhnikov
On Thu, 26 Feb 2015 13:40:04 -0800 (PST) Alonso Schaich wrote:
 SVN commit 10612 by aschai:
 
 Remove fishy looking mysql dependency

Don't hesitate to ask if something looks fishy :)

 The way it seems to me there are some efforts to no longer install static
 libraries via PORTS, so sooner or later this path might become invalid.

Hm, I've not heard about this before. Is there any discussion about it?

 The
 dependency on mysql is already being taken care of by the USE_MYSQL=server
 line right above of the DEPEND statement I'm removing.

USE_MYSQL=server gives only runtime dependency on mysql, while digikam needs it
during configure stage.
 
 While it was pulling the mysql qt module correctly over here, I'm adding
 sql-mysql_build to the USE_QT4 values just to be sure.

This makes no sense at all: sql plugin depends on client part of mysql only,
the removed dependency was about server part.

Max
___
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/KDE/audio/kmix

2015-02-25 Thread Max Brazhnikov
On Wed, 25 Feb 2015 00:58:03 +0200 Raphael Kubo da Costa wrote:
 Max Brazhnikov m...@freebsd.org writes:
 
  - Add patch to fix volume range in oss backend [1]
 
  PR: 184996 [1]
  Reported by:vsj...@gmail.com
 
 Are you sure about this fix? The original code that introduced this a
 billion years ago [1] mentions a muted state and a bug which could mean
 that 0 is a special value for KMix or something?

Yes, I'm sure. I suppose oss backend was broken near this commit:
http://quickgit.kde.org/?p=kmix.gita=commith=c3a471d46d51f2d40fbb7ca001a5f1348f670988

which was trying to fix similar problem with other backends 
(https://bugs.kde.org/249508)

 OTOH I doubt the OSS backend receives a lot of love, so it would be good
 to send it upstream to see if this is the right approach.

https://bugs.kde.org/344468

___
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/sysutils/ksysguardd/files

2015-02-24 Thread Max Brazhnikov
SVN commit 10601 by makc:

sysutils/ksysguardd:
- Fix path to ksysguarddrc

PR: 197871
Reported by:t.ru...@ya.ru


 M  +9 -4  patch-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] [SVN Commit] area51/QT

2015-02-24 Thread Max Brazhnikov
SVN commit 10602 by makc:

Split linguist tools from devel/qt4-linguist similar to Qt 5 ports.
This commit is based on Tobias Berner patch with minor modifications.

PR: 190929


 M  +2 -2  Mk/bsd.qt.mk  
 M  +1 -1  devel/qt4-linguist/Makefile  
 A devel/qt4-linguist/files/patch-tools_linguist_linguist.pro  
 M  +0 -6  devel/qt4-linguist/pkg-plist  
 A devel/qt4-linguisttools (directory)  
 A devel/qt4-linguisttools/Makefile  
 A devel/qt4-linguisttools/files (directory)  
 A 
devel/qt4-linguisttools/files/patch-tools_linguist_lrelease_lrelease.pro  
 A 
devel/qt4-linguisttools/files/patch-tools_linguist_lrelease_main.cpp  
 A devel/qt4-linguisttools/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/QT/misc/qt4-l10n

2015-02-24 Thread Max Brazhnikov
SVN commit 10603 by makc:

misc/qt4-l10n: use linguisttools

 M  +1 -1  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/QT/devel

2015-02-24 Thread Max Brazhnikov
SVN commit 10606 by makc:

devel/qt{4,5}:
- Convert to NO_ISTALL
- Avoid inclusion of bsd.port.options.mk
- Add direct dependence on linguisttools (for Qt 4 meta port)

 M  +5 -9  qt4/Makefile  
 M  +3 -8  qt5/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/audio/kscd

2015-02-22 Thread Max Brazhnikov
SVN commit 10598 by makc:

audio/kscd:
- Fix regression after conversion to options helpers
- Remove needless dependencies


 M  +2 -3  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/audio/libkcompactdisc

2015-02-22 Thread Max Brazhnikov
SVN commit 10599 by makc:

audio/libkcompactdisc:
- Fix regression after conversion to options helpers

 M  +1 -1  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/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] [SVN Commit] area51/QT/Mk

2015-02-19 Thread Max Brazhnikov
SVN commit 10592 by makc:

Mk/bsd.qt.mk: convert USE_XZ to USES

 M  +1 -1  bsd.qt.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


[kde-freebsd] [SVN Commit] area51/KDE/net/krdc/files

2015-02-19 Thread Max Brazhnikov
SVN commit 10593 by makc:

net/krdc: add patch from upstream for FreeRDP 1.1+ support

 A patch-git8436cc62  


___
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/KDE/net/krdc/files

2015-02-19 Thread Max Brazhnikov
On Thu, 19 Feb 2015 23:52:39 +0200 Raphael Kubo da Costa wrote:
 Max Brazhnikov m...@freebsd.org writes:
 
  SVN commit 10593 by makc:
 
  net/krdc: add patch from upstream for FreeRDP 1.1+ support
 
   A patch-git8436cc62
 
 Does this fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197374 ?

I hope so, but I don't have windows to test connection right now. Anyway
without this patch Krdc is useless as a rdp client, because we have
freerdp-1.1.0 in ports.

Max
___
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/graphics/kqtquickcharts

2015-02-19 Thread Max Brazhnikov
SVN commit 10588 by makc:

graphics/kqtquickcharts: change maintainer to kde@, somehow I managed to put my 
address there

 M  +1 -1  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/devel/dolphin-plugins

2015-02-19 Thread Max Brazhnikov
SVN commit 10589 by makc:

devel/dolphin-plugins: drop 'Created by' with my record

 M  +0 -1  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/x11/kde4-runtime

2015-02-19 Thread Max Brazhnikov
SVN commit 10590 by makc:

x11/kde4-runtime: drop now useless NEPOMUK option, which pulls 
databases/virtuoso

 M  +1 -4  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/x11/kde4-workspace

2015-02-19 Thread Max Brazhnikov
SVN commit 10591 by makc:

x11/kde4-workspace:
- Don't pull GStreamer directly (for GSTREAMER option), phonon-gstreamer
  already depends on it
- Switch default backend from phonon-gstreamer to phonon-vlc. phonon-gstreamer
  is based on GStreamer-1.x since recent upgrades, while QtWebkit still uses
  GStreamer-0.10. In the result application that depends on both of them
  (all of KDE in particular) fail to produce sound with this combination.
  QtWebkit must be upgraded for GStreamer-1.x support.


 M  +1 -2  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


Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon-gstreamer/files

2015-02-10 Thread Max Brazhnikov
On Mon, 09 Feb 2015 19:23:08 +0200 David Naylor wrote:
 Does anyone consider this critical enough push to ports before the next big 
 update?  

Use different logic: trivial and safe changes should go to the portstree first
for the benefit of users who use official ports and packages. and then to
area51 for us.

 
 On Sunday, 8 February 2015 06:39:17 David Bruce Naylor wrote:
  SVN commit 10582 by DragonSA:
  
  phonon-gstreamer: fix pkg-message to reference correct gstreamer port.
  
  phonon-gstreamer depends on multimedia/gstreamer1 however the pkg-message
  incorrectly referred to the multimedia/gstreamer-plugins-all port.
  
  
   M  +2 -2  pkg-message.in

___
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/PORTS

2015-01-26 Thread Max Brazhnikov
SVN commit 10576 by makc:

digiKam/Kipi ports: merge changes from the portstree

 M  +1 -1  graphics/digikam-kde4-l10n/Makefile  
 M  +1 -1  graphics/kipi-plugin-videoslideshow/Makefile  
 M  +3 -5  graphics/kipi-plugins-kde4/Makefile  
 M  +1 -0  net/libkvkontakte/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/PORTS/graphics/digikam-kde4

2015-01-26 Thread Max Brazhnikov
SVN commit 10575 by makc:

graphics/digikam-kde4:
- kdepimlibs port doesn't depend on nepomuk anymore, therefore revert part of
  r10303 that forces dependency on nepomuk-core.


 MM +2 -2  Makefile  
 MM +0 -2  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


Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-12-18 Thread Max Brazhnikov
On Thu, 18 Dec 2014 16:29:35 +0100 Schaich, Alonso wrote:
 On Thu, 18 Dec 2014 12:21:59 -0200
 Raphael Kubo da Costa rak...@freebsd.org wrote:
 
  Alonso Schaich alonsoscha...@fastmail.fm writes:
  
   SVN commit 10514 by aschai:
  
   Fix build of www/otter-browser
  
   The qmake port is required to be installed when compiling otter. While 
   this
   requirement is usually met due to it's dependencies on qt5 elements which
   depend on qmake, in case someone uninstalled qmake which is not a runtime
   dependency on any qt5* port, otter would not build any more.
  
   Resolve this introducing a dependency on qmake.
  
   Reported by a build cluster, log:
   http://beefy2.isc.freebsd.org/data/10amd64-default/2014-12-17_04h21m21s/logs/otter-browser-0.9.03.log
  
  I think you only need qmake_build here, otherwise you also introduce an
  unnecessary runtime dependency on qmake.
 
 Indeed, qmake_build might be enough. I was wondering how the build-time
 only version was called but could only find qmake in the _USE_QT_ALL
 and _USE_QT5_ONLY, and thought qmake_build was a qt-ports internal
 thing. I'll give it a try later.

_buld or _run can be used with any USE_QT/USE_KDE component:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-qt.html#qt-components

For details see Mk/bsd.kde4.mk or Mk/bsd.qt.mk internals.

___
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] security/pinentry-qt4

2014-11-21 Thread Max Brazhnikov
On Thu, 20 Nov 2014 14:13:08 -0500 Dwayne MacKinnon wrote:
 Hi all,
 
 The security/pinentry port has been upgraded to 0.90 and simultaneously the 
 qt4 frontend has been disabled with an IGNORE line. 
 
 The port won't compile with /usr/lib/libc++.so. Fair enough.
 
 The thing is, pinentry has become much more important in recent iterations of 
 KDE. For example, if you're using the gpg backend for kwallet (which is 
 strongly recommended.)
 
 Naturally, the qt4 pinentry blends in best with KDE. 
 
 I've looked at the error messages from clang, and I'll admit... this is 
 beyond 
 my now-feeble coding skills. (I haven't coded regularly since 2006.) I'm 
 wondering if some folks around here might take up the cause.
 
 Now, I just reinstalled KDE due to upgrading to amd64 10.1-RELEASE. I got 
 around this whole thing by adding USE_GCC=4.8+ to the pinentry-qt4 Makefile. 
 gcc48 had been pulled in by KDE for some other port (not sure which one.) Not 
 sure if this would be a viable option. I can understand why folks wouldn't 
 want to make gcc48 a requirement, especially for such a small port.

You can't use USE_GCC with Qt ports on 10.x and greater. Using g++48
leads to linking against both to libc++ and libstdc++, and this not a good
idea.
___
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/CALLIGRA/editors/calligra

2014-11-05 Thread Max Brazhnikov
SVN commit 10461 by makc:

editors/calligra:
- add dependence on textproc/libodfgen and graphics/libetonyek
- fix plist

 M  +3 -1  Makefile  
 M  +34 -19pkg-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] [SVN Commit] area51

2014-11-05 Thread Max Brazhnikov
On Tue, 04 Nov 2014 09:39:57 +0100 Schaich Alonso wrote:
 On Mon, 03 Nov 2014 09:54:18 +
 Max Brazhnikov m...@freebsd.org wrote:
 
  On Wed, 16 Jul 2014 08:41:22 -0700 Alonso Schaich wrote:
   SVN commit 10180 by aschai:
   
   Update telepathy to 0.8.0.
   
   Ports provided by T.C.Berner via Mailing List. I remove PORTREVISION as 
   this is
   a version bump.
  
  
  Hi Alonso,
  
  What the status of these ports? are they ready for merging to the portstree?
  
  Max
 
 Hi
 
 While I don't use telepathy myself, I heard no complaints about those
 ports and they've been in area51 for quite some time, so I guess they
 are.

ok, I'll assume they are not :)
and will follow usual testing routine.
___
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

2014-11-03 Thread Max Brazhnikov
SVN commit 10458 by makc:

Update calligra ports to 2.8.6 (not finished yet):
- Add new port editors/calligra-l10n-eu
- en_GB and ja are part of 2.8 release now
- ia, sl, tr was excluded from 2.8 release, leave them at 2.7.5

Based on patch submitted by Tobias C. Berner via kde-freebsd maillist


 M  +2 -2  CALLIGRA/chinese/calligra-l10n-zh_CN/distinfo  
 M  +4 -0  CALLIGRA/chinese/calligra-l10n-zh_CN/pkg-plist  
 M  +2 -2  CALLIGRA/chinese/calligra-l10n-zh_TW/distinfo  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-bs/distinfo  
 M  +3 -0  CALLIGRA/editors/calligra-l10n-bs/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-ca/distinfo  
 M  +23 -1 CALLIGRA/editors/calligra-l10n-ca/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-ca_valencia/distinfo  
 M  +19 -0 CALLIGRA/editors/calligra-l10n-ca_valencia/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-cs/distinfo  
 M  +5 -0  CALLIGRA/editors/calligra-l10n-cs/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-da/distinfo  
 M  +5 -0  CALLIGRA/editors/calligra-l10n-da/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-el/distinfo  
 M  +1 -3  CALLIGRA/editors/calligra-l10n-en_GB/Makefile  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-en_GB/distinfo  
 M  +14 -0 CALLIGRA/editors/calligra-l10n-en_GB/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-es/distinfo  
 M  +44 -2 CALLIGRA/editors/calligra-l10n-es/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-et/distinfo  
 M  +7 -4  CALLIGRA/editors/calligra-l10n-et/pkg-plist  
 A CALLIGRA/editors/calligra-l10n-eu (directory)  
 A CALLIGRA/editors/calligra-l10n-eu/Makefile  
 A CALLIGRA/editors/calligra-l10n-eu/distinfo  
 A CALLIGRA/editors/calligra-l10n-eu/pkg-descr  
 A CALLIGRA/editors/calligra-l10n-eu/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-fi/distinfo  
 M  +5 -0  CALLIGRA/editors/calligra-l10n-fi/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-gl/distinfo  
 M  +3 -0  CALLIGRA/editors/calligra-l10n-gl/pkg-plist  
 M  +2 -1  CALLIGRA/editors/calligra-l10n-ia/Makefile  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-ia/distinfo  
 M  +0 -2  CALLIGRA/editors/calligra-l10n-ia/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-it/distinfo  
 M  +5 -4  CALLIGRA/editors/calligra-l10n-it/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-kk/distinfo  
 M  +3 -0  CALLIGRA/editors/calligra-l10n-kk/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-nb/distinfo  
 M  +3 -2  CALLIGRA/editors/calligra-l10n-nb/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-nds/distinfo  
 M  +7 -0  CALLIGRA/editors/calligra-l10n-nds/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-nl/distinfo  
 M  +5 -4  CALLIGRA/editors/calligra-l10n-nl/pkg-plist  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-sk/distinfo  
 M  +5 -0  CALLIGRA/editors/calligra-l10n-sk/pkg-plist  
 M  +2 -1  CALLIGRA/editors/calligra-l10n-sl/Makefile  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-sl/distinfo  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-sv/distinfo  
 M  +5 -4  CALLIGRA/editors/calligra-l10n-sv/pkg-plist  
 M  +2 -1  CALLIGRA/editors/calligra-l10n-tr/Makefile  
 M  +2 -2  CALLIGRA/editors/calligra-l10n-tr/distinfo  
 M  +2 -4  CALLIGRA/editors/calligra-l10n/Makefile  
 M  +3 -4  CALLIGRA/editors/calligra-l10n/files/bsd.l10n.mk  
 M  +5 -13 CALLIGRA/editors/calligra/Makefile  
 M  +2 -2  CALLIGRA/editors/calligra/distinfo  
 D 
CALLIGRA/editors/calligra/files/patch-cmake__modules__FindWPG.cmake  
 D CALLIGRA/editors/calligra/files/patch-git_3f2bf6c  
 D 
CALLIGRA/editors/calligra/files/patch-krita__plugins__extensions__CMakeLists.txt
  
 M  +1144 -1222 CALLIGRA/editors/calligra/pkg-plist  
 M  +2 -2  CALLIGRA/french/calligra-l10n/distinfo  
 M  +4 -26 CALLIGRA/french/calligra-l10n/pkg-plist  
 M  +2 -2  CALLIGRA/german/calligra-l10n/distinfo  
 M  +6 -4  CALLIGRA/german/calligra-l10n/pkg-plist  
 M  +2 -2  CALLIGRA/hungarian/calligra-l10n/distinfo  
 M  +4 -0  CALLIGRA/hungarian/calligra-l10n/pkg-plist  
 M  +1 -3  CALLIGRA/japanese/calligra-l10n/Makefile  
 M  +2 -2  CALLIGRA/japanese/calligra-l10n/distinfo  
 M  +10 -2 CALLIGRA/japanese/calligra-l10n/pkg-plist  
 M  +2 -2  CALLIGRA/polish/calligra-l10n/distinfo  
 M  +5 -0  CALLIGRA/polish/calligra-l10n/pkg-plist  
 M  +2 -2  CALLIGRA/portuguese/calligra-l10n-pt_BR/distinfo  
 M  +5 -4  CALLIGRA/portuguese/calligra-l10n-pt_BR/pkg-plist  
 M  +2 -2  CALLIGRA/portuguese/calligra-l10n/distinfo  
 M  +5 -4  CALLIGRA/portuguese/calligra-l10n/pkg-plist  
 M  +2 -2  CALLIGRA/russian/calligra-l10n/distinfo  
 M  +0 -2  CALLIGRA/russian/calligra-l10n/pkg-plist  
 M  +2 -2  

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

2014-11-03 Thread Max Brazhnikov
On Wed, 16 Jul 2014 08:41:22 -0700 Alonso Schaich wrote:
 SVN commit 10180 by aschai:
 
 Update telepathy to 0.8.0.
 
 Ports provided by T.C.Berner via Mailing List. I remove PORTREVISION as this 
 is
 a version bump.


Hi Alonso,

What the status of these ports? are they ready for merging to the portstree?

Max
___
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/PORTS/graphics

2014-11-03 Thread Max Brazhnikov
On Sun, 21 Sep 2014 09:08:54 -0700 Jason E. Hale wrote:
 SVN commit 10312 by jhale:
 
 - Fix build and add pkg-plist for kipi-plugin-dlnaexport,
   but keep IGNORE since it is rather useless.  I have several
   DLNA-capable devices and all of them saw the server, but
   none of them could access the files.  PS3 threw a DLNA protocol
   error (2114) and Panasonic VT30 televison actually listed the
   files, but could not display them.  iPad was a no-go either.
   This was all with the HUPnp API method.  Minidlna method
   didn't seem to work either as I couldn't get the plugin to
   recognize the minidlnad executable even though minidlnad works
   just fine on its own.
 
 
 
  M  +1 -1  digikam-kde4/Makefile.common  
  M  +1 -1  kipi-plugin-dlnaexport/Makefile  
  M  +12 -16
 kipi-plugin-dlnaexport/files/patch-dlnaexport__extra__hupnp__src__socket__hmulticast_socket.cpp
   
  AMkipi-plugin-dlnaexport/pkg-plist  

Hi Jason,

Are you going to commit Digikam update to the portstee? Is there any issue to 
resolve?

Cheers,
Max
___
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/QT/x11/qt5-x11extras

2014-11-03 Thread Max Brazhnikov
SVN commit 10459 by makc:

x11/qt5-x11extras: add USE_LDCONFIG

 M  +1 -0  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/QT

2014-11-03 Thread Max Brazhnikov
SVN commit 10460 by makc:

Add new port comms/qt5-serialport:

Qt functions to access serial ports.

PR: 194762 (based on)
Submitted by:   Fernando Apesteguía


 M  +4 -1  Mk/bsd.qt.mk  
 A comms (directory)  
 A comms/qt5-serialport (directory)  
 A comms/qt5-serialport/Makefile  
 A comms/qt5-serialport/pkg-plist  
 M  +1 -1  devel/qt5/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


Re: [kde-freebsd] Calligra

2014-11-01 Thread Max Brazhnikov
On Sat, 01 Nov 2014 18:07:25 +0100 Tobias C. Berner wrote:
 Hi 
 
 Attached is an svn-diff to area51 bringing calligra to 2.8.6. 
 I tested krita, calligrasheets and calligrawords for a few moments, and they 
 seemed to work.

Great! Could you please:
1) carefully check plists. At least %%QT_BINDIR%% and %%GTK3_VERSION%% are
wrongly used here
2) drop all @dir* from plist, they are not needed.
3) don't remove l10n ports: leave older versions, i.e. replace
PORTVERSION=${CALLIGRA_VERSION} with PORTVERSION=   2.7.5
4) don't reformat calligra-l10n/files/bsd.l10n.mk, it obfuscates real changes.



___
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] Calligra

2014-11-01 Thread Max Brazhnikov
On Sat, 01 Nov 2014 21:57:44 +0100 Tobias C. Berner wrote:
 Hi 
 
 Thanks for the hints. make makeplist seems to do some scary stuff :).

It does, indeed! still quite useful.

 
 I added PORTVERSION to the bsd.l10n.mk and dropped it in the ports that 
 include it (to reduce redundancy). Should I revert that?

It's fine in principle. But I'd like a separate patch for it  - the general
rule is not to mix style and functional changes or updates.
___
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] Please review my (hopefully) final Qt 5.3.2 commits

2014-10-22 Thread Max Brazhnikov
On Sun, 19 Oct 2014 21:01:05 +0300 Raphael Kubo da Costa wrote:
 Hi everyone (particularly Max and Alberto),
 
 I believe all the work for updating Qt5 to 5.3.2 is done. I've been
 committing smaller parts of the required changes for a while now, but
 left the big, disruptive changes for the end.
 
 The pending diff was quite big to manually divide into separate commits
 for SVN, so I ended up doing them in git for now, and will commit them
 in the right order to area51 once someone else looks at and OK's them.
 
 The commits are here:
 https://github.com/rakuco/freebsd-ports/commits/qt-5.3.2

Everything looks quite reasonable, so I'm fine with all changes.
 
 Specifically, I'm interested in feedback on 12b281c (Call qmake from
 the root of the ${WRKSRC}) and 2787663 (bsd.qt.mk: Set QMAKESPEC
 instead of QMAKEPATH). Even after looking at several commits in area51
 (such as r8728, r8841 and r10019) it wasn't clear why we were doing so
 many weird things with qmake and qtbase's configuration script (like
 calling qmake directly in pre-configure and post-configure while passing
 -dont-process to the configure script). I believe the explanations to my
 changes make sense, but I'd really like you guys to see if I got
 everything right since you were doing the Qt5 work before.

I only updated it from 5.2.0-beta to 5.2.1 (according to the logs). I didn't
dive deep into the building system. r10019 was a temporal solutions, which
actually runs qmake from the root of ${WRKSRC} (otherwise ports fail to
build due to missing files which are generated by calling qmake),
but I didn't find time for proper fixing it.
 
 In addition to that, I don't think we need to change QMAKE_ARGS with the
 contents of QT_CONFIG and QT_DEFINES, but I didn't find a good
 explanation for why we were doing that in the first place (r8782), but
 at least the Poudriere builds of the qtbase ports without those worked
 fine.

I don't know what they are needed for. I'd like to see Alberto's comment
on this matter.

 Lastly, I'm fairly convinced 7492a2c (Stop explicitly passing
 ${LOCALBASE} to the compiler) is the only way to fix ports/194088, but
 feedback is also welcome.

This may break 3rd-party software and ports which relay on this includes,
but I don't consider this as a drawback: passing additional flags when you
need them is much easier, than removing flags when they bring problems.

Max
___
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

2014-10-20 Thread Max Brazhnikov
SVN commit 10432 by makc:

Fix latest entry: KDE SC ports have been updated to 4.14.2, not to 4.14.1.

Reported by:alonso


 M  +2 -1  UPDATING-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


[kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon-designerplugin

2014-10-19 Thread Max Brazhnikov
SVN commit 10429 by makc:

multimedia/phonon-designerplugin: update to 4.8.1

 M  +2 -3  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

2014-10-19 Thread Max Brazhnikov
SVN commit 10430 by makc:

Sync UPDATING with version committed to portstree

 M  +2 -3  UPDATING-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


[kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2014-10-17 Thread Max Brazhnikov
SVN commit 10421 by makc:

multimedia/phonon: update to 4.8.1

 M  +1 -1  Makefile  
 M  +2 -2  distinfo  


___
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/kanagram

2014-10-15 Thread Max Brazhnikov
SVN commit 10415 by makc:

games/kanagram: drop needless USE_LDCONFIG

 M  +0 -1  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/Mk

2014-10-15 Thread Max Brazhnikov
SVN commit 10416 by makc:

Mk/bsd.kde4.mk: clean up whitespaces

 M  +1 -1  bsd.kde4.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] KDE

2014-10-15 Thread Max Brazhnikov
On Tue, 14 Oct 2014 11:43:04 -0700 Kevin Oberman wrote:
 On Tue, Oct 14, 2014 at 11:17 AM, Alberto Villa avi...@freebsd.org wrote:
 
  Hi,
 
  KDE SC 4.14.1 is currently being tested via exp-run, it will hit the ports
  soon.
 
  On Tue, Oct 14, 2014 at 4:10 AM, jmdennis @dslextreme.com 
  jmden...@dslextreme.com wrote:
 
   I was wondering when KDE 14.4.1 would be released.  I know it has to be
   compiled since it is made for Linux and not FreeBSD but it would be nice
  to
   have the newer version released which fixes a lot of issues and is
  faster.
  --
  Alberto Villa, FreeBSD committer avi...@freebsd.org
  http://people.FreeBSD.org/~avilla
 
 
 After 10.1-RELEASE, I hope.

I hope to get it before the release. Why do you want it after?
___
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/PORTS/graphics/libkscreen

2014-10-15 Thread Max Brazhnikov
SVN commit 10417 by makc:

graphics/libkscreen:
- add missing dependencies on xcb libraries


 M  +3 -1  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/misc/kde4-l10n

2014-10-15 Thread Max Brazhnikov
SVN commit 10418 by makc:

misc/kde4-l10n: revert r10301 partially, we don't remove auxiliary stuff if 
some l10n were excluded from release

 M  +1 -0  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

2014-10-14 Thread Max Brazhnikov
SVN commit 10413 by makc:

kde4-l10n ports: update plist for 4.14.2

 M  +23 -0 french/kde4-l10n/pkg-plist  
 M  +29 -0 japanese/kde4-l10n/pkg-plist  
 M  +5 -0  misc/kde4-l10n-nb/pkg-plist  
 M  +1 -0  portuguese/kde4-l10n/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/KDE/x11/kdelibs4

2014-10-13 Thread Max Brazhnikov
SVN commit 10404 by makc:

x11/kdelibs4: add a couple @dir to fix stage-qa

 M  +2 -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/KDE

2014-10-13 Thread Max Brazhnikov
SVN commit 10405 by makc:

Start porting KDE SC 4.14.2 and Workspaces 4.11.13

 M  +2 -2  Mk/bsd.kde4.mk  
 M  +2 -2  accessibility/jovie/distinfo  
 M  +2 -2  accessibility/kaccessible/distinfo  
 M  +2 -2  accessibility/kmag/distinfo  
 M  +2 -2  accessibility/kmousetool/distinfo  
 M  +2 -2  accessibility/kmouth/distinfo  
 M  +2 -2  arabic/kde4-l10n/distinfo  
 M  +2 -2  archivers/ark/distinfo  
 M  +2 -2  astro/kstars/distinfo  
 M  +2 -2  astro/marble/distinfo  
 M  +2 -2  audio/juk/distinfo  
 M  +2 -2  audio/kio-audiocd/distinfo  
 M  +2 -2  audio/kmix/distinfo  
 M  +2 -2  audio/kscd/distinfo  
 M  +2 -2  audio/libkcddb/distinfo  
 M  +2 -2  audio/libkcompactdisc/distinfo  
 M  +2 -2  chinese/kde4-l10n-zh_CN/distinfo  
 M  +2 -2  chinese/kde4-l10n-zh_TW/distinfo  
 M  +2 -2  comms/kremotecontrol/distinfo  
 M  +2 -2  deskutils/kcharselect/distinfo  
 M  +2 -2  deskutils/kdepim4-runtime/distinfo  
 M  +2 -2  deskutils/kdepim4/distinfo  
 M  +2 -2  deskutils/kdepimlibs4/distinfo  
 M  +2 -2  deskutils/kdeplasma-addons/distinfo  
 M  +2 -2  deskutils/kruler/distinfo  
 M  +2 -2  deskutils/superkaramba/distinfo  
 M  +2 -2  devel/cervisia/distinfo  
 M  +2 -2  devel/dolphin-plugins/distinfo  
 M  +2 -2  devel/kapptemplate/distinfo  
 M  +2 -2  devel/kcachegrind/distinfo  
 M  +2 -2  devel/kde-dev-scripts/distinfo  
 M  +2 -2  devel/kde-dev-utils/distinfo  
 M  +2 -2  devel/kdesdk4-kioslaves/distinfo  
 M  +2 -2  devel/kdesdk4-strigi-analyzers/distinfo  
 M  +2 -2  devel/kdesdk4-thumbnailers/distinfo  
 M  +2 -2  devel/lokalize/distinfo  
 M  +2 -2  devel/okteta/distinfo  
 M  +2 -2  devel/p5-perlkde/distinfo  
 M  +2 -2  devel/p5-perlqt/distinfo  
 M  +2 -2  devel/poxml/distinfo  
 M  +2 -2  devel/py-krosspython/distinfo  
 M  +2 -2  devel/py-pykde4/distinfo  
 M  +2 -2  devel/ruby-korundum/distinfo  
 M  +2 -2  devel/ruby-krossruby/distinfo  
 M  +2 -2  devel/ruby-qtruby/distinfo  
 M  +2 -2  devel/smokegen/distinfo  
 M  +2 -2  devel/smokekde/distinfo  
 M  +2 -2  devel/smokeqt/distinfo  
 M  +2 -2  devel/umbrello/distinfo  
 M  +2 -2  editors/kate/distinfo  
 M  +2 -2  french/kde4-l10n/distinfo  
 M  +2 -2  games/blinken/distinfo  
 M  +2 -2  games/bomber/distinfo  
 M  +2 -2  games/bovo/distinfo  
 M  +2 -2  games/granatier/distinfo  
 M  +2 -2  games/kajongg/distinfo  
 M  +2 -2  games/kanagram/distinfo  
 M  +2 -2  games/kapman/distinfo  
 M  +2 -2  games/katomic/distinfo  
 M  +2 -2  games/kblackbox/distinfo  
 M  +2 -2  games/kblocks/distinfo  
 M  +2 -2  games/kbounce/distinfo  
 M  +2 -2  games/kbreakout/distinfo  
 M  +2 -2  games/kdiamond/distinfo  
 M  +2 -2  games/kfourinline/distinfo  
 M  +2 -2  games/kgoldrunner/distinfo  
 M  +2 -2  games/khangman/distinfo  
 M  +2 -2  games/kigo/distinfo  
 M  +2 -2  games/killbots/distinfo  
 M  +2 -2  games/kiriki/distinfo  
 M  +2 -2  games/kjumpingcube/distinfo  
 M  +2 -2  games/klickety/distinfo  
 M  +2 -2  games/klines/distinfo  
 M  +2 -2  games/kmahjongg/distinfo  
 M  +2 -2  games/kmines/distinfo  
 M  +2 -2  games/knavalbattle/distinfo  
 M  +2 -2  games/knetwalk/distinfo  
 M  +2 -2  games/kolf/distinfo  
 M  +2 -2  games/kollision/distinfo  
 M  +2 -2  games/konquest/distinfo  
 M  +2 -2  games/kpat/distinfo  
 M  +2 -2  games/kreversi/distinfo  
 M  +2 -2  games/kshisen/distinfo  
 M  +2 -2  games/ksirk/distinfo  
 M  +2 -2  games/ksnakeduel/distinfo  
 M  +2 -2  games/kspaceduel/distinfo  
 M  +2 -2  games/ksquares/distinfo  
 M  +2 -2  games/ksudoku/distinfo  
 M  +2 -2  games/ktuberling/distinfo  
 M  +2 -2  games/kubrick/distinfo  
 M  +2 -2  games/libkdegames/distinfo  
 M  +2 -2  games/libkmahjongg/distinfo  
 M  +2 -2  games/lskat/distinfo  
 M  +2 -2  games/pairs/distinfo  
 M  +2 -2  games/palapeli/distinfo  
 M  +2 -2  games/picmi/distinfo  
 M  +2 -2  german/kde4-l10n/distinfo  
 M  +2 -2  graphics/gwenview-kde4/distinfo  
 M  +2 -2  graphics/kamera-kde4/distinfo  
 M  +2 -2  graphics/kcolorchooser/distinfo  
 M  +2 -2  graphics/kdegraphics4-mobipocket/distinfo  
 M  +2 -2  graphics/kdegraphics4-strigi-analyzer/distinfo  
 M  +2 -2  graphics/kdegraphics4-svgpart/distinfo  
 M  +2 -2  graphics/kdegraphics4-thumbnailers/distinfo  
 M  +2 -2  graphics/kolourpaint/distinfo  
 M  +2 -2  graphics/kqtquickcharts/distinfo  
 M  +2 -2  graphics/ksaneplugin/distinfo  
 M  +2 -2  graphics/ksnapshot/distinfo  
 M  +2 -2  graphics/libkdcraw-kde4/distinfo  
 M  +2 -2  graphics/libkexiv2-kde4/distinfo  
 M  +2 -2  graphics/libkipi-kde4/distinfo  
 M  +2 -2  graphics/libksane/distinfo  
 M  +2 -2

[kde-freebsd] [SVN Commit] area51/KDE/sysutils/baloo/files

2014-10-13 Thread Max Brazhnikov
SVN commit 10406 by makc:

sysutils/baloo: update patch

 M  +1 -1  patch-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] [SVN Commit] area51/KDE/graphics/libkexiv2-kde4

2014-10-13 Thread Max Brazhnikov
SVN commit 10407 by makc:

graphics/libkexiv2-kde4: update plist

 M  +4 -4  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/KDE/net/krfb

2014-10-13 Thread Max Brazhnikov
SVN commit 10408 by makc:

net/krfb: remove stale patch

 D files (directory)  


___
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/okteta

2014-10-13 Thread Max Brazhnikov
SVN commit 10410 by makc:

devel/okteta: update plist for 4.14.2

 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/KDE/astro/marble

2014-10-13 Thread Max Brazhnikov
SVN commit 10409 by makc:

astro/marble: chase libmarblewidget minor version bump

 M  +1 -1  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


Re: [kde-freebsd] Merging qt5-uitools-qt5/designer and qt5-qmldevtools-qt5-qml for Qt 5.3?

2014-10-13 Thread Max Brazhnikov
On Mon, 13 Oct 2014 22:10:50 +0300 Raphael Kubo da Costa wrote:
 Max Brazhnikov m...@freebsd.org writes:
 
  It's not entirely clear to me why these ports were split in the first
  place; from area51 r8887, I can only assume it's to avoid adding a lot
  of dependencies to the linguist ports (bug 190929 comes to mind).
 
  Not to the linguist, but virtually to any Qt based port. libQtUiTools is
  a very common dependency,
 
 That's what I thought, but looking at freshports.org the only port that
 currently depends on qt5-uitools is qt5-linguist, which itself is only
 depended upon by devel/qt5 and graphics/luminance-qt5. Perhaps the
 situation in Qt 5 is different from the one in Qt 4?

There are only nine Qt 5 based ports in the portstree, this number is too low
for estimations. As for Qt 4, we have ~1000 ports that depend on qt4-gui,
and ~250 of them depend on qt4-designer, while only ~10 of them provide
plugins for Designer. Only these latter ports really need qt4-designer, all
other ports would be probably satisfied by qt4-uitools.
___
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/misc/parley

2014-10-13 Thread Max Brazhnikov
SVN commit 10412 by makc:

misc/parley: update plist for 4.14.2

 M  +1 -1  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/PORTS/devel/grantlee

2014-10-12 Thread Max Brazhnikov
SVN commit 10398 by makc:

devel/grantlee: update upgrading notes, kdehier4 doesn't depend on grantlee 
version anymore

 M  +0 -1  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/PORTS

2014-10-12 Thread Max Brazhnikov
SVN commit 10399 by makc:

Don't use deprecated USE_KDE4=kdehier

 M  +1 -1  databases/akonadi/Makefile  
 M  +1 -1  devel/libkgapi/Makefile  
 M  +1 -1  graphics/libkscreen/Makefile  
 M  +1 -1  multimedia/phonon-gstreamer/Makefile  
 M  +1 -1  multimedia/phonon-vlc/Makefile  
 M  +1 -1  multimedia/phonon/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/Mk

2014-10-12 Thread Max Brazhnikov
SVN commit 10400 by makc:

Mk/bsd.kde4.mk: sort and rearrange to reduce diff vs portstree

 M  +16 -11bsd.kde4.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


[kde-freebsd] [SVN Commit] area51/KDE/math/cantor

2014-10-12 Thread Max Brazhnikov
SVN commit 10403 by makc:

math/cantor:
 - Add optional dependency on lang/luajit for LuaJIT backend
 - Fix gfortran detection (resolves PR 180674)

 M  +9 -2  Makefile  
 M  +3 -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/KDE/sysutils/baloo

2014-10-10 Thread Max Brazhnikov
SVN commit 10373 by makc:

sysutils/baloo: mark conflict with old kde-runtime package

 M  +2 -0  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

2014-10-10 Thread Max Brazhnikov
SVN commit 10374 by makc:

Don't use deprecated kdehier

 M  +1 -1  accessibility/jovie/Makefile  
 M  +1 -1  accessibility/kaccessible/Makefile  
 M  +1 -1  accessibility/kmag/Makefile  
 M  +1 -1  accessibility/kmousetool/Makefile  
 M  +1 -1  accessibility/kmouth/Makefile  
 M  +1 -1  archivers/ark/Makefile  
 M  +1 -1  astro/kstars/Makefile  
 M  +1 -1  astro/marble/Makefile  
 M  +1 -1  audio/juk/Makefile  
 M  +1 -1  audio/kio-audiocd/Makefile  
 M  +1 -1  audio/kmix/Makefile  
 M  +1 -1  audio/kscd/Makefile  
 M  +1 -1  audio/libkcddb/Makefile  
 M  +1 -1  audio/libkcompactdisc/Makefile  
 M  +1 -1  comms/kremotecontrol/Makefile  
 M  +1 -1  deskutils/kcharselect/Makefile  
 M  +1 -1  deskutils/kdepim4-runtime/Makefile  
 M  +1 -1  deskutils/kdepim4/Makefile  
 M  +1 -1  deskutils/kdepimlibs4/Makefile  
 M  +1 -1  deskutils/kdeplasma-addons/Makefile  
 M  +1 -1  deskutils/kruler/Makefile  
 M  +1 -1  deskutils/superkaramba/Makefile  
 M  +1 -1  devel/cervisia/Makefile  
 M  +1 -1  devel/dolphin-plugins/Makefile  
 M  +1 -1  devel/kapptemplate/Makefile  
 M  +1 -1  devel/kcachegrind/Makefile  
 M  +1 -1  devel/kde-dev-scripts/Makefile  
 M  +1 -1  devel/kde-dev-utils/Makefile  
 M  +1 -1  devel/kdesdk4-kioslaves/Makefile  
 M  +1 -1  devel/kdesdk4-strigi-analyzers/Makefile  
 M  +1 -1  devel/kdesdk4-thumbnailers/Makefile  
 M  +1 -1  devel/lokalize/Makefile  
 M  +1 -1  devel/okteta/Makefile  
 M  +1 -1  devel/p5-perlkde/Makefile  
 M  +1 -1  devel/p5-perlqt/Makefile  
 M  +1 -1  devel/poxml/Makefile  
 M  +1 -1  devel/py-krosspython/Makefile  
 M  +1 -1  devel/py-pykde4/Makefile  
 M  +1 -1  devel/ruby-korundum/Makefile  
 M  +1 -1  devel/ruby-krossruby/Makefile  
 M  +1 -1  devel/ruby-qtruby/Makefile  
 M  +1 -1  devel/smokegen/Makefile  
 M  +1 -1  devel/smokekde/Makefile  
 M  +1 -1  devel/smokeqt/Makefile  
 M  +1 -1  devel/umbrello/Makefile  
 M  +1 -1  editors/kate-plugin-pate/Makefile  
 M  +1 -1  editors/kate/Makefile  
 M  +1 -1  games/blinken/Makefile  
 M  +1 -1  games/bomber/Makefile  
 M  +1 -1  games/bovo/Makefile  
 M  +1 -1  games/granatier/Makefile  
 M  +1 -1  games/kajongg/Makefile  
 M  +1 -1  games/kanagram/Makefile  
 M  +1 -1  games/kapman/Makefile  
 M  +1 -1  games/katomic/Makefile  
 M  +1 -1  games/kblackbox/Makefile  
 M  +1 -1  games/kblocks/Makefile  
 M  +1 -1  games/kbounce/Makefile  
 M  +1 -1  games/kbreakout/Makefile  
 M  +1 -1  games/kdiamond/Makefile  
 M  +1 -1  games/kfourinline/Makefile  
 M  +1 -1  games/kgoldrunner/Makefile  
 M  +1 -1  games/khangman/Makefile  
 M  +1 -1  games/kigo/Makefile  
 M  +1 -1  games/killbots/Makefile  
 M  +1 -1  games/kiriki/Makefile  
 M  +1 -1  games/kjumpingcube/Makefile  
 M  +1 -1  games/klickety/Makefile  
 M  +1 -1  games/klines/Makefile  
 M  +1 -1  games/kmahjongg/Makefile  
 M  +1 -1  games/kmines/Makefile  
 M  +1 -1  games/knavalbattle/Makefile  
 M  +1 -1  games/knetwalk/Makefile  
 M  +1 -1  games/kolf/Makefile  
 M  +1 -1  games/kollision/Makefile  
 M  +1 -1  games/konquest/Makefile  
 M  +1 -1  games/kpat/Makefile  
 M  +1 -1  games/kreversi/Makefile  
 M  +1 -1  games/kshisen/Makefile  
 M  +1 -1  games/ksirk/Makefile  
 M  +1 -1  games/ksnakeduel/Makefile  
 M  +1 -1  games/kspaceduel/Makefile  
 M  +1 -1  games/ksquares/Makefile  
 M  +1 -1  games/ksudoku/Makefile  
 M  +1 -1  games/ktuberling/Makefile  
 M  +1 -1  games/kubrick/Makefile  
 M  +1 -1  games/libkdegames/Makefile  
 M  +1 -1  games/libkmahjongg/Makefile  
 M  +1 -1  games/lskat/Makefile  
 M  +1 -1  games/pairs/Makefile  
 M  +1 -1  games/palapeli/Makefile  
 M  +1 -1  games/picmi/Makefile  
 M  +1 -1  graphics/gwenview-kde4/Makefile  
 M  +1 -1  graphics/kamera-kde4/Makefile  
 M  +1 -1  graphics/kcolorchooser/Makefile  
 M  +1 -1  graphics/kdegraphics4-mobipocket/Makefile  
 M  +1 -1  graphics/kdegraphics4-strigi-analyzer/Makefile  
 M  +1 -1  graphics/kdegraphics4-svgpart/Makefile  
 M  +1 -1  graphics/kdegraphics4-thumbnailers/Makefile  
 M  +1 -1  graphics/kolourpaint/Makefile  
 M  +1 -1  graphics/kqtquickcharts/Makefile  
 M  +1 -1  graphics/ksaneplugin/Makefile  
 M  +1 -1  graphics/ksnapshot/Makefile  
 M  +1 -1  graphics/libkdcraw-kde4/Makefile  
 M  +1 -1  graphics/libkexiv2-kde4/Makefile  
 M  +1 -1  graphics/libkipi-kde4/Makefile  
 M  +1 -1  graphics/libksane/Makefile  
 M  +1 -1  graphics/okular/Makefile  
 M  +1 -1  japanese/kiten/Makefile  
 M  +1 -1  lang/kturtle/Makefile  
 M  +1 -1  math/analitza/Makefile  
 M  +1 -1  math/cantor/Makefile  
 M  +1 -1  math/kalgebra/Makefile  
 M  

[kde-freebsd] [SVN Commit] area51/KDE

2014-10-10 Thread Max Brazhnikov
SVN commit 10375 by makc:

Add missing USE_LDCONFIG

 M  +1 -0  devel/okteta/Makefile  
 M  +1 -0  misc/artikulate/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

2014-10-10 Thread Max Brazhnikov
SVN commit 10376 by makc:

more whitespace fixes

 M  +0 -1  devel/kdesdk4-kioslaves/Makefile  
 M  +1 -1  net/kget/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

2014-10-10 Thread Max Brazhnikov
SVN commit 10377 by makc:

drop now needless @dirrm

 M  +0 -6  accessibility/jovie/pkg-plist  
 M  +0 -1  accessibility/kaccessible/pkg-plist  
 M  +0 -2  accessibility/kmag/pkg-plist  
 M  +0 -3  accessibility/kmousetool/pkg-plist  
 M  +0 -16 accessibility/kmouth/pkg-plist  
 M  +0 -2  archivers/ark/pkg-plist  
 M  +0 -19 astro/kstars/pkg-plist  
 M  +0 -71 astro/marble/pkg-plist  
 M  +0 -3  audio/juk/pkg-plist  
 M  +0 -1  audio/kio-audiocd/pkg-plist  
 M  +0 -4  audio/kmix/pkg-plist  
 M  +0 -2  audio/kscd/pkg-plist  
 M  +0 -4  audio/libkcddb/pkg-plist  
 M  +0 -3  audio/libkcompactdisc/pkg-plist  
 M  +0 -9  comms/kremotecontrol/pkg-plist  
 M  +0 -1  deskutils/kcharselect/pkg-plist  
 M  +0 -20 deskutils/kdepim4-runtime/pkg-plist  
 M  +0 -157deskutils/kdepim4/pkg-plist  
 M  +0 -88 deskutils/kdepimlibs4/pkg-plist  
 M  +0 -75 deskutils/kdeplasma-addons/pkg-plist  
 M  +0 -3  deskutils/kruler/pkg-plist  
 M  +0 -1  deskutils/superkaramba/pkg-plist  
 M  +0 -3  devel/cervisia/pkg-plist  
 M  +0 -4  devel/kapptemplate/pkg-plist  
 M  +0 -10 devel/kcachegrind/pkg-plist  
 M  +0 -3  devel/kde-dev-utils/pkg-plist  
 M  +0 -1  devel/kdesdk4-kioslaves/pkg-plist  
 M  +0 -2  devel/kdesdk4-strigi-analyzers/pkg-plist  
 M  +0 -21 devel/lokalize/pkg-plist  
 M  +0 -11 devel/okteta/pkg-plist  
 M  +0 -21 devel/p5-perlkde/pkg-plist  
 M  +0 -26 devel/p5-perlqt/pkg-plist  
 M  +0 -5  devel/py-pykdeuic4/pkg-plist  
 M  +0 -11 devel/ruby-korundum/pkg-plist  
 M  +0 -17 devel/ruby-qtruby/pkg-plist  
 M  +0 -7  devel/smokegen/pkg-plist  
 M  +0 -2  devel/smokekde/pkg-plist  
 M  +0 -3  devel/smokeqt/pkg-plist  
 M  +0 -11 devel/umbrello/pkg-plist  
 M  +0 -17 editors/kate-plugin-pate/pkg-plist  
 M  +0 -43 editors/kate/pkg-plist  
 M  +0 -5  games/blinken/pkg-plist  
 M  +0 -3  games/bomber/pkg-plist  
 M  +0 -7  games/bovo/pkg-plist  
 M  +0 -6  games/granatier/pkg-plist  
 M  +0 -7  games/kajongg/pkg-plist  
 M  +0 -13 games/kanagram/pkg-plist  
 M  +0 -4  games/kapman/pkg-plist  
 M  +0 -4  games/katomic/pkg-plist  
 M  +0 -3  games/kblackbox/pkg-plist  
 M  +0 -3  games/kblocks/pkg-plist  
 M  +0 -4  games/kbounce/pkg-plist  
 M  +0 -5  games/kbreakout/pkg-plist  
 M  +0 -3  games/kdiamond/pkg-plist  
 M  +0 -3  games/kfourinline/pkg-plist  
 M  +0 -9  games/kgoldrunner/pkg-plist  
 M  +0 -12 games/khangman/pkg-plist  
 M  +0 -4  games/kigo/pkg-plist  
 M  +0 -4  games/killbots/pkg-plist  
 M  +0 -3  games/kiriki/pkg-plist  
 M  +0 -3  games/kjumpingcube/pkg-plist  
 M  +0 -3  games/klickety/pkg-plist  
 M  +0 -3  games/klines/pkg-plist  
 M  +0 -3  games/kmahjongg/pkg-plist  
 M  +0 -3  games/kmines/pkg-plist  
 M  +0 -4  games/knavalbattle/pkg-plist  
 M  +0 -5  games/knetwalk/pkg-plist  
 M  +0 -5  games/kolf/pkg-plist  
 M  +0 -4  games/kollision/pkg-plist  
 M  +0 -3  games/konquest/pkg-plist  
 M  +0 -5  games/kpat/pkg-plist  
 M  +0 -5  games/kreversi/pkg-plist  
 M  +0 -3  games/kshisen/pkg-plist  
 M  +0 -14 games/ksirk/pkg-plist  
 M  +0 -3  games/ksnakeduel/pkg-plist  
 M  +0 -12 games/kspaceduel/pkg-plist  
 M  +0 -2  games/ksquares/pkg-plist  
 M  +0 -17 games/ksudoku/pkg-plist  
 M  +0 -5  games/ktuberling/pkg-plist  
 M  +0 -3  games/kubrick/pkg-plist  
 M  +0 -23 games/libkdegames/pkg-plist  
 M  +0 -3  games/libkmahjongg/pkg-plist  
 M  +0 -3  games/lskat/pkg-plist  
 M  +0 -6  games/pairs/pkg-plist  
 M  +0 -7  games/palapeli/pkg-plist  
 M  +0 -5  games/picmi/pkg-plist  
 M  +0 -6  graphics/gwenview-kde4/pkg-plist  
 M  +0 -1  graphics/kamera-kde4/pkg-plist  
 M  +0 -3  graphics/kdegraphics4-mobipocket/pkg-plist  
 M  +0 -1  graphics/kdegraphics4-svgpart/pkg-plist  
 M  +0 -15 graphics/kolourpaint/pkg-plist  
 M  +0 -1  graphics/ksnapshot/pkg-plist  
 M  +0 -3  graphics/libkdcraw-kde4/pkg-plist  
 M  +0 -5  graphics/libkexiv2-kde4/pkg-plist  
 M  +0 -3  graphics/libkipi-kde4/pkg-plist  
 M  +0 -3  graphics/libksane/pkg-plist  
 M  +0 -15 graphics/okular/pkg-plist  
 M  +0 -9  japanese/kiten/pkg-plist  
 M  +0 -2  lang/kturtle/pkg-plist  
 M  +0 -7  math/analitza/pkg-plist  
 M  +0 -9  math/cantor/pkg-plist  
 M  +0 -4  math/kalgebra/pkg-plist  
 M  +0 -3  math/kbruch/pkg-plist  
 M  +0 -2  math/kcalc/pkg-plist  
 M  +0 -13 math/kig/pkg-plist  
 M  +0 -2  math/kmplot/pkg-plist  
 M  +0 -24 math/rocs/pkg-plist  
 M  +0 -21 misc/kgeography/pkg-plist  
 M  +0 -29 misc/klettres/pkg-plist  
 M  +0 -7  misc/ktouch/pkg-plist  
 M  +0 -19 misc/kwordquiz/pkg-plist  
 M  +0 -6  misc/libkdeedu/pkg-plist  
 M  +0 -19 misc/parley/pkg-plist  
 M  +0 -2  

Re: [kde-freebsd] Updated KDE

2014-10-09 Thread Max Brazhnikov
On Wed, 08 Oct 2014 23:08:23 +0300 Raphael Kubo da Costa wrote:
 Rusty Nejdl rne...@ringofsaturn.com writes:
 
  I know there has been some work done on this (and QT5 as well) but I was
  wondering how things are looking for updating KDE and QT and what any
  major or minor hold ups were.
 
 I think the work on KDE is mostly ready, though Alonso and Max should
 know better than me.

KDE is ready, I just need to find some time to commit it (maybe tonight!).

 I'd just like to make sure we still need the
 nepomuk ports before asking for an exp-run and updating

nepomuk is still a part of KDE SC, it will continue to live probably until all 
apps move to baloo.

 (and maybe
 trying to fix whatever's broken that requires people to pkg delete
 certain ports before updating).

as usual :)

Max
___
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/PORTS

2014-10-09 Thread Max Brazhnikov
SVN commit 10367 by makc:

- drop deprecated @dirrmtry
- use absolute path instead of @cwd

 M  +1 -7  databases/akonadi/pkg-plist  
 M  +0 -21 devel/libkgapi/pkg-plist  
 M  +0 -3  devel/libkolab/pkg-plist  
 M  +1 -6  multimedia/phonon-gstreamer/pkg-plist  
 M  +1 -6  multimedia/phonon-vlc/pkg-plist  
 M  +7 -19 multimedia/phonon/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/KDE

2014-10-09 Thread Max Brazhnikov
SVN commit 10368 by makc:

Mk/bsd.kde4.mk
- Deprecate kdehier component, and pass its function to kdeprefix component

misc/kdehier4
- Rework the port. Now, when pkg clean ups directories automatically,
  the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and 
LOCALBASE.
- Bump version to 1.3


 M  +7 -6  Mk/bsd.kde4.mk  
 M  +7 -14 misc/kdehier4/Makefile  
 D misc/kdehier4/files/dirlist  
 D misc/kdehier4/files/make-plist.sh  
 D misc/kdehier4/files/mtree-dirlist  
 M  +2 -1  misc/kdehier4/pkg-descr  
 M  +9 -2318   misc/kdehier4/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


Re: [kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt4

2014-10-06 Thread Max Brazhnikov
On Sun, 05 Oct 2014 12:20:38 -0700 Alonso Schaich wrote:
 SVN commit 10358 by aschai:
 
 Remove USES.
 
 devel/py-qt4 redundandly adds python USES as it's also added in the included
 bsd.pyqt.mk, so it should be safe to remove it from the devel/py-qt4 metaport.

No, it's not. USES in bsd.pyqt.mk is hidden behind PYQT4_DIST, which
is not set in devel/py-qt4.
___
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/ruby-krossruby

2014-10-06 Thread Max Brazhnikov
SVN commit 10361 by makc:

devel/ruby-krossruby: remove BROKEN, it builds with ruby 2.x now

 M  +1 -7  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

2014-10-05 Thread Max Brazhnikov
SVN commit 10354 by makc:

Update COMMENT and description for all KDE PIM ports.

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42


 M  +1 -1  kdepim4-runtime/Makefile  
 M  +1 -6  kdepim4-runtime/pkg-descr  
 M  +4 -5  kdepim4/Makefile  
 A kdepim4/files/patch-blogilo__src__blogger.h  
 M  +13 -5 kdepim4/pkg-descr  
 M  +1 -1  kdepimlibs4/Makefile  
 M  +2 -10 kdepimlibs4/pkg-descr  


___
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/PORTS/multimedia

2014-10-04 Thread Max Brazhnikov
SVN commit 10338 by makc:

Add new port multimedia/gstreamer1-qt4: Qt 4 bindings for GStreamer 1.x

 A gstreamer1-qt4 (directory)  
 A gstreamer1-qt4/Makefile  
 A gstreamer1-qt4/distinfo  
 A gstreamer1-qt4/pkg-descr  
 A gstreamer1-qt4/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/KDE

2014-10-04 Thread Max Brazhnikov
SVN commit 10339 by makc:

Add new ports:
- misc/artikulate: Pronunciation trainer
- graphics/kqtquickcharts: QtQuick plugin to render interactive charts 
(requried for Artikulate)

Connect Artikulate to kdeedu meta port


 A graphics/kqtquickcharts (directory)  
 A graphics/kqtquickcharts/Makefile  
 A graphics/kqtquickcharts/distinfo  
 A graphics/kqtquickcharts/pkg-descr  
 A graphics/kqtquickcharts/pkg-plist  
 A misc/artikulate (directory)  
 A misc/artikulate/Makefile  
 A misc/artikulate/distinfo  
 A misc/artikulate/pkg-descr  
 A misc/artikulate/pkg-plist  
 M  +4 -1  misc/kdeedu4/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/misc

2014-10-04 Thread Max Brazhnikov
SVN commit 10340 by makc:

Update kde4-l10n-fa and kde4-l10n-id to 4.14.1 and connect them to the build 
again

 M  +0 -2  kde4-l10n-fa/Makefile  
 M  +2 -2  kde4-l10n-fa/distinfo  
 M  +16 -3 kde4-l10n-fa/pkg-plist  
 M  +0 -2  kde4-l10n-id/Makefile  
 M  +2 -2  kde4-l10n-id/distinfo  
 M  +22 -14kde4-l10n-id/pkg-plist  
 M  +2 -2  kde4-l10n/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/sysutils

2014-10-04 Thread Max Brazhnikov
SVN commit 10341 by makc:

Clean up and pet portlint

 M  +3 -4  baloo-widgets/Makefile  
 M  +1 -1  baloo-widgets/pkg-descr  
 M  +2 -4  baloo/Makefile  
 M  +4 -3  baloo/pkg-descr  
 M  +2 -4  kfilemetadata/Makefile  
 M  +2 -2  kfilemetadata/pkg-descr  


___
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/misc/kdehier4

2014-10-04 Thread Max Brazhnikov
SVN commit 10342 by makc:

misc/kdehier4: bump version and clean up after recent changes

 M  +1 -2  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/PORTS/devel/grantlee

2014-10-04 Thread Max Brazhnikov
SVN commit 10343 by makc:

devel/grantlee: update to 0.5.1

 M  +1 -1  Makefile  
 M  +2 -2  distinfo  


___
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


  1   2   3   4   5   6   7   8   9   10   >