[kde-freebsd] [SVN Commit] area51/QT/Mk

2015-05-28 Thread Alonso Schaich
SVN commit 10705 by aschai:

Restore SSE2 usage

Partially revert revision 10698 which accidentially forced the build
process to omit sse2 usage.



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

2015-05-28 Thread Alonso Schaich
SVN commit 10704 by aschai:

Merge PORTS revision 386312: MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by: make fetch-urlall-list
With hat:   portmgr
Sponsored by:   Absolight



 M  +1 -2  qt4-assistant-adp/Makefile  
 M  +1 -2  qt4-libqtassistantclient/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

2015-05-28 Thread Alonso Schaich
SVN commit 10703 by aschai:

Fix plists



 M  +2 -0  devel/qmake4/pkg-plist  
 M  +1 -0  graphics/qt4-opengl/pkg-plist  
 M  +1 -0  misc/qt4-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/QT/graphics/qt4-imageformats

2015-05-28 Thread Alonso Schaich
SVN commit 10702 by aschai:

Remove upstreamed 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/QT/devel/qt4-script/files

2015-05-28 Thread Alonso Schaich
SVN commit 10701 by aschai:

Drop a (partially) upstreamed patch

The part that affects FreeBSD has gone upstream and the other parts of this
patch only affect OS X.



 D 
patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Threading.h  


___
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-toolkits/qt4-gui

2015-05-28 Thread Alonso Schaich
SVN commit 10700 by aschai:

Remove security hotfix

Was fixed upstream and is part of 4.8.7



 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


Re: [kde-freebsd] [kde5] help installing (#1)

2015-05-28 Thread Tobias Berner
Hi

For libgit2, the one in the plasma5-branch can be removed, the ports have 
caught up 
with it (and have a newer version), so the one from ports should be chosen.

There is no plasma5-baseapps, but x11/kde-baseapps (note: not 
x11/kde4-baseapps), which 
contains the kde applications. They do still need kdelibs4 -- kate, 
konsole,gwenview 
and most of the games and edu/science stuff is frameworks on the other hand.
[I will add entries to MOVED once I find time...] -- You can install 
x11/kde-baseapps
and all should be well. 

As for plasma5-plasma-* ... puh, no idea what the reasoning is for what goes in 
to
which of them, sorry.


mfg Tobias



On Thursday 28. May 2015 09:28:26 Sébastien Mainand wrote:
> I compiled it on both my laptop and desktop pc and it worked! I just had
> the following error (both times):
> 
> ===>  License GPLv2 accepted by the user
> ===>  Found saved configuration for libgit2-0.22.1
> ===>   libgit2-0.22.1 depends on file: /usr/local/sbin/pkg - found
> => libgit2-libgit2-0.22.1-v0.22.1_GH0.tar.gz is not in
> /usr/ports/devel/libgit2/distinfo.
> => Either /usr/ports/devel/libgit2/distinfo is out of date, or
> => libgit2-libgit2-0.22.1-v0.22.1_GH0.tar.gz is spelled incorrectly.
> *** Error code 1
> Stop.
> make[1]: stopped in /usr/ports/devel/libgit2
> *** Error code 1
> that I passed by installing libgit2 with pkg (# pkg install libgit2)
> 
> Where can I find the kde5-applications ? I couldn't find a
> "plasma5-baseapps"-like port.
> 
> Out of curiosity, what is the difference between all the plasma5-plasma*
> ports ?
> 
> Thanks for your help
> 
> 2015-05-26 21:11 GMT+02:00 Tobias Berner :
> 
> > At the moment my github repo is a bit behind -- the plasma5 branch of
> > area51 contains the current version. So I'll describe how to use that one :)
> >
> > 1) Clone the plasma5 branch of area51 to a directory of your chosing
> > # svn co http://area51.pcbsd.org/branches/plasma5
> >
> > 2) Run kdemerge -a on it
> > # plasma5/Tools/scripts/kdemerge -a /usr/ports
> >
> > 3) Edit /usr/ports/Mk/bsd.port.mk using the following command / by hand
> > # sed -i .bak_kde\
> > -e '/defined(USE_KDE4)/ s#$# || defined(USE_KDE5)#g'\
> > -e '/defined(KDE4_BUILDENV)/ s#$# || defined(KDE5_BUILDENV)#g'\
> > -e 's#bsd.kde4.mk#bsd.kde.mk#g '\
> > /usr/ports/Mk/bsd.port.mk
> > [This should wire in the new KDE-bits, i.e. bsd.kde.mk should get sucked
> > in
> > instead of the old bsd.kde4.mk if either USE_KDE4 or USE_KDE5 is set].
> >
> > 4) Deinstall kde4 (this will give your build greater chances to succeed :)
> > )
> > # pkg delete kde* attica*
> > [This step might be a bit annoying. You may get around it, by updating
> > kdelibs4 and attica after you merged the plasma5 ports.
> > The problem is that there are header files that share the same name, and
> > lead to compile errors, when the wrong one is picked up. In the
> > plasma5-branch version of the ports, they do get installed into
> > ${LOCALBASE}/include/kde4 instead of ${LOCALBASE}/include which
> > fixes that issue. So you may get around by simply issuing
> > # portmaster kdelibs attica
> > # portmaster -o x11-themes/kde-icons-oxygen x11-themes/kde4-icons-oxygen
> > # portmaster
> > Though I have never tried whether this works.
> > -- I would recommend a fresh start.]
> >
> > 5) Install x11/plasma5-plasma
> > # cd /usr/ports/x11/plasma5-plasma && make install clean
> > An important note: Make sure, you have both DOCS and NLS enabled. Some
> > of the ports will not build if either is not set (sorry -- I added
> > them too soon).
> >
> > If all goes well you should now have plasma5 \o/.
> >
> > Simply start it using "startkde" in .xinitrc with something like:
> > exec startkde > ~/startkde-date +"%Y-%m-%d_%H-%M-%S" 2>&1
> >
> > You should also be able to build (most) of the kde-applications 15.04
> > release.
> > Simply run portmaster/make on them as you see fit.
> >
> > Note: There are most likely some conflicts/breakages I didn't notice here
> > (i.e. forgot to merge something). So I would be glad if you could send me
> > the fallouts :) (e.g. kdepim at the moment is broken in plasma5-branch as
> > there is a conflict between akonadi and kf5-akonadi, which I have to fix).
> >
> > mfg Tobias
> >
> > —
> > Reply to this email directly or view it on GitHub
> > .
> >

___
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/plasma5/KDE/devel

2015-05-28 Thread Tobias Berner
SVN commit 10699 by tcberner:

Drop devel/libgit2. Ports have the newer version now.

 D libgit2 (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/QT

2015-05-28 Thread Alonso Schaich
SVN commit 10698 by aschai:

Bump qt4 version to 4.8.7




 M  +3 -2  Mk/bsd.qt.mk  
 M  +2 -2  devel/qt4/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


Re: [kde-freebsd] [kde5] help installing (#1)

2015-05-28 Thread Sébastien Mainand
I compiled it on both my laptop and desktop pc and it worked! I just had
the following error (both times):

===>  License GPLv2 accepted by the user
===>  Found saved configuration for libgit2-0.22.1
===>   libgit2-0.22.1 depends on file: /usr/local/sbin/pkg - found
=> libgit2-libgit2-0.22.1-v0.22.1_GH0.tar.gz is not in
/usr/ports/devel/libgit2/distinfo.
=> Either /usr/ports/devel/libgit2/distinfo is out of date, or
=> libgit2-libgit2-0.22.1-v0.22.1_GH0.tar.gz is spelled incorrectly.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/libgit2
*** Error code 1
that I passed by installing libgit2 with pkg (# pkg install libgit2)

Where can I find the kde5-applications ? I couldn't find a
"plasma5-baseapps"-like port.

Out of curiosity, what is the difference between all the plasma5-plasma*
ports ?

Thanks for your help

2015-05-26 21:11 GMT+02:00 Tobias Berner :

> At the moment my github repo is a bit behind -- the plasma5 branch of
> area51 contains the current version. So I'll describe how to use that one :)
>
> 1) Clone the plasma5 branch of area51 to a directory of your chosing
> # svn co http://area51.pcbsd.org/branches/plasma5
>
> 2) Run kdemerge -a on it
> # plasma5/Tools/scripts/kdemerge -a /usr/ports
>
> 3) Edit /usr/ports/Mk/bsd.port.mk using the following command / by hand
> # sed -i .bak_kde\
> -e '/defined(USE_KDE4)/ s#$# || defined(USE_KDE5)#g'\
> -e '/defined(KDE4_BUILDENV)/ s#$# || defined(KDE5_BUILDENV)#g'\
> -e 's#bsd.kde4.mk#bsd.kde.mk#g '\
> /usr/ports/Mk/bsd.port.mk
> [This should wire in the new KDE-bits, i.e. bsd.kde.mk should get sucked
> in
> instead of the old bsd.kde4.mk if either USE_KDE4 or USE_KDE5 is set].
>
> 4) Deinstall kde4 (this will give your build greater chances to succeed :)
> )
> # pkg delete kde* attica*
> [This step might be a bit annoying. You may get around it, by updating
> kdelibs4 and attica after you merged the plasma5 ports.
> The problem is that there are header files that share the same name, and
> lead to compile errors, when the wrong one is picked up. In the
> plasma5-branch version of the ports, they do get installed into
> ${LOCALBASE}/include/kde4 instead of ${LOCALBASE}/include which
> fixes that issue. So you may get around by simply issuing
> # portmaster kdelibs attica
> # portmaster -o x11-themes/kde-icons-oxygen x11-themes/kde4-icons-oxygen
> # portmaster
> Though I have never tried whether this works.
> -- I would recommend a fresh start.]
>
> 5) Install x11/plasma5-plasma
> # cd /usr/ports/x11/plasma5-plasma && make install clean
> An important note: Make sure, you have both DOCS and NLS enabled. Some
> of the ports will not build if either is not set (sorry -- I added
> them too soon).
>
> If all goes well you should now have plasma5 \o/.
>
> Simply start it using "startkde" in .xinitrc with something like:
> exec startkde > ~/startkde-date +"%Y-%m-%d_%H-%M-%S" 2>&1
>
> You should also be able to build (most) of the kde-applications 15.04
> release.
> Simply run portmaster/make on them as you see fit.
>
> Note: There are most likely some conflicts/breakages I didn't notice here
> (i.e. forgot to merge something). So I would be glad if you could send me
> the fallouts :) (e.g. kdepim at the moment is broken in plasma5-branch as
> there is a conflict between akonadi and kf5-akonadi, which I have to fix).
>
> mfg Tobias
>
> —
> Reply to this email directly or view it on GitHub
> .
>
___
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