[SVN Commit] branches/plasma5/KDE/x11/plasma5-plasma-workspace

2017-04-14 Thread Alonso Schaich
SVN commit 13865 by aschai:

Revert r13863

holidays dependecy is fixed now. Install kholidays dependend build output.



 M  +4 -0  pkg-plist  




[SVN Commit] branches/plasma5/KDE/x11/plasma5-plasma-workspace

2017-04-14 Thread Alonso Schaich
SVN commit 13864 by aschai:

Track dependency on holidays

While I striped the kholidays dependend build output via pkg-plist in r13863,
it will still be built on systems that happen to have kholidays installed by
the time they build plasma-workspace.

Let's instead hard-depend on holidays and have the holidays-dependend
build output be created on all systems.



 M  +7 -6  Makefile  




[SVN Commit] branches/plasma5/KDE/x11/plasma5-plasma-workspace

2017-04-14 Thread Alonso Schaich
SVN commit 13863 by aschai:

Fix plist

Not sure about this commit, could well also be a missing dependency issue.



 M  +0 -4  pkg-plist  




[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-assistant

2016-03-23 Thread Alonso Schaich
SVN commit 12162 by aschai:

Revert 12128

Data/Documentation files installed by qt5-assisitant after 12128 conflict
with those installed by qt5-help.



 M  +2 -8  Makefile  
 M  +0 -31 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/devel/qtcreator

2016-03-19 Thread Alonso Schaich
SVN commit 12129 by aschai:

Update to version 3.6.1

Obtained from:  Ralf Nolden (nol...@kde.org)


 M  +9 -3  Makefile  
 M  +2 -2  distinfo  
 M  +4 -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


[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-assistant

2016-03-19 Thread Alonso Schaich
SVN commit 12128 by aschai:

Generate and install docs

Obtained from:  Ralf Nolden (nol...@kde.org)


 M  +8 -2  Makefile  
 M  +31 -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/PORTS/www/otter-browser/files

2016-01-04 Thread Alonso Schaich
SVN commit 11775 by aschai:

Drop a useless part of the patch.

This is already part of the otter version in PORTS as of r400600, however I
didn't bring the modification back to area51 back then.



 M  +2 -9  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/PORTS/www/otter-browser

2016-01-04 Thread Alonso Schaich
SVN commit 11777 by aschai:

Fix manpage installation path

As the last commit, this is already part of PORTS as of r400600. Bring it
back to area51.



 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/PORTS/www/otter-browser

2016-01-04 Thread Alonso Schaich
SVN commit 11778 by aschai:

Update otter-browser to it's new beta

See http://www.otter-browser.org for details on the update. This commit
updates to beta 9 released a few days ago, i.e. beta 8 was skipped.



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +4 -4  files/patch-CMakeLists.txt  
 M  +19 -17pkg-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/net/qt4-network

2015-11-09 Thread Alonso Schaich
SVN commit 11510 by aschai:

Fix OpenSSL runtime linking

r11509 attempted priorizing installations of OpenSSL into /usr/local over the
ones in base, however it hard-coded /usr/local into the source code. Run sed
on the qsslsocket_openssl_symbols.cpp file and replace any occurence of
/usr/local by PREFIX in order to fix linking on installations with non-default
PREFIX-es.

qt5-network is not required to be patched, because it's already sedding the
qsslsocket_openssl_symbols.cpp file.



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

2015-11-09 Thread Alonso Schaich
SVN commit 11509 by aschai:

Fix OpenSSL runtime issues

The PCBSD community discovered an issue with OpenSSL runtime linking, where
the OS bundled OpenSSL libraries are being loaded despite the user having
installed and selected a PORTS OpenSSL installation. The patch provided in
[1] resolves this by hard-coding the OpenSSL path to the default PREFIX of
/usr/local.

References:

 [1] https://mail.kde.org/pipermail/kde-freebsd/2015-November/020535.html

Submitted by:   Kris Moore 



 A qt4-network/files (directory)  
 AMqt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp  
 AM
qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp  
 A qt5-network/files (directory)  
 AM
qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp  


___
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/kdesdk4-kioslaves

2015-10-24 Thread Alonso Schaich
SVN commit 11489 by aschai:

Use pkgsrc's patch to fix build

The subversion port was upgraded to version 1.9. devel/kdesdk4-kioslaves fails
to build against it now.

pkgsrc has a patch that fixes this issue in
  ${CVSROOT}/devel/kdesdk-kioslaves/patches/patch-svn_svn.cpp
of their repository. Add this patch.

Obtained from:  pkgsrc



 A files (directory)  
 AMfiles/patch-svn_svn.cpp  


___
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-10-20 Thread Alonso Schaich
SVN commit 11486 by aschai:

Merge PORTS commit 399641 by amdmi3

Log:
  - Switch to options helpers
  - Fix WWW:
  
  Approved by:  portmgr blanket



 M  +5 -4  Makefile  
 M  +1 -1  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/devel/kdevplatform

2015-10-20 Thread Alonso Schaich
SVN commit 11487 by aschai:

Use tcberner's patch to fix build with recent svn

The subversion port was upgraded to version 1.9. devel/kdevplatform fails to
build against it.

Bring in the patch attached to the bug tracking system by Tobias C. Berner.
See #203843 for more information.

PR: 203843
Submitted by:   Tobias C. Berner(tcber...@gmail.com) via Bug Tracking System



 A files (directory)  
 A files/patch-git-fix-subversion-1.9  


___
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/otter-browser-devel

2015-10-20 Thread Alonso Schaich
SVN commit 11485 by aschai:

Update to this week's snapshot



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

2015-10-20 Thread Alonso Schaich
SVN commit 11488 by aschai:

Use Ralf Nolden's patch to update qtcreator to version 3.5.1

Apply the patch provided to the kde@ mailing list[1] to area51.

[1] https://mail.kde.org/pipermail/kde-freebsd/2015-October/020423.html

Obtained from:  Ralf Nolden via Mailing List



 M  +1 -1  Makefile  
 M  +2 -2  distinfo  
 M  +797 -796  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/www/otter-browser-devel

2015-10-15 Thread Alonso Schaich
SVN commit 11484 by aschai:

Update otter-browser-devel to this week's snapshot



 M  +2 -2  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/PORTS/www/otter-browser-devel

2015-09-29 Thread Alonso Schaich
SVN commit 11462 by aschai:

Update otter-browser-devel to this weeks' snapshot



 M  +2 -2  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/PORTS/www/otter-browser-devel

2015-09-16 Thread Alonso Schaich
SVN commit 11444 by aschai:

Update to this week's snapshot



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +9 -9  files/patch-CMakeLists.txt  
 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/PORTS/www

2015-09-16 Thread Alonso Schaich
SVN commit 11445 by aschai:

Add sqlite dependency

It's tracked for "debian" since
  
  https://github.com/OtterBrowser/otter-browser/commit/3cc9483

Track this dependency on FreeBSD, too.



 M  +1 -1  otter-browser-devel/Makefile  
 M  +1 -1  otter-browser/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/www/otter-browser

2015-09-14 Thread Alonso Schaich
SVN commit 11440 by aschai:

Update otter-browser to it's new beta



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +13 -13files/patch-CMakeLists.txt  
 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/KDE/x11/kdelibs4

2015-09-04 Thread Alonso Schaich
SVN commit 11427 by aschai:

Import PORTS revision 395924



 M  +1 -8  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/kdelibs4

2015-09-04 Thread Alonso Schaich
SVN commit 11428 by aschai:

Revert 11418

JASPER was fixed in the meantime, so allow kdelibs to use it again.



 M  +1 -1  Makefile  
 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/graphics/libkdcraw-kde4

2015-08-28 Thread Alonso Schaich
SVN commit 11419 by aschai:

Remove jasper dependency

libkdraw does not (directly) access jasper.



 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/KDE/x11/kdelibs4

2015-08-28 Thread Alonso Schaich
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.



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


[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-l10n

2015-08-22 Thread Alonso Schaich
SVN commit 11209 by aschai:

Fix plist

Thought I had commited this some weeks ago. 


 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/KDE/x11/kde4-workspace

2015-08-14 Thread Alonso Schaich
SVN commit 11131 by aschai:

Import PORTS revision 394066

- Fix shebangs



 M  +2 -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/www/webkit-qt5

2015-07-15 Thread Alonso Schaich
SVN commit 10896 by aschai:

Fix jpeg dependency

This got introduced in r10797, when I merged differences by hand.



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

2015-07-15 Thread Alonso Schaich
SVN commit 10897 by aschai:

Merge yesterday's PORTS commits

Add shebang fixes, commited by amdmi3.



 M  +4 -1  KDE/deskutils/kdepim4/Makefile  
 M  +2 -1  KDE/games/katomic/Makefile  
 M  +2 -1  KDE/games/klickety/Makefile  
 M  +3 -2  KDE/net-im/kopete-kde4/Makefile  
 M  +2 -1  KDE/net/kget/Makefile  
 M  +2 -1  PORTS/audio/amarok-kde4/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/qt4/files

2015-07-08 Thread Alonso Schaich
SVN commit 10887 by aschai:

Remove gcc5 support patching

qt-4.8.7's configure properly handles gcc5 out of the box.



 M  +0 -9  extrapatch-configure  


___
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

2015-07-08 Thread Alonso Schaich
SVN commit 10889 by aschai:

Fix plist

Another instance of KDE_VERSION vs KDE_GENERIC_LIB_VERSION mismatchings.




 M  +5 -5  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/deskutils/kdepimlibs4

2015-07-07 Thread Alonso Schaich
SVN commit 10878 by aschai:

Merge PORTS revision 391516

Log:
  - Fix shebangs



 M  +2 -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/net-im/ktp-accounts-kcm

2015-07-03 Thread Alonso Schaich
SVN commit 10842 by aschai:

Fix plist



 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/KDE/Mk

2015-07-01 Thread Alonso Schaich
SVN commit 10827 by aschai:

Fix plists

(NON_)GENERIC_LIB_VERSION is provided by
  ${PREFIX}/share/apps/cmake/modules/KDE4Defaults.cmake
which is provided by x11/kdelibs4, and uses its' version. The pkg-plist
files of various PORTS reference this, causing packageing phase to fail
unless the values are equal to the ones used by cmake.

Have GENERIC_LIB_VERSION be based on kdelibs4's version rather than the
kde version to solve this.



 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


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

2015-07-01 Thread Alonso Schaich
SVN commit 10829 by aschai:

Fix plists

(NON_)GENERIC_LIB_VERSION is provided by
  ${PREFIX}/share/apps/cmake/modules/KDE4Defaults.cmake
which is provided by x11/kdelibs4, and uses its' version. The pkg-plist
files of various PORTS reference this, causing packageing phase to fail
unless the values are equal to the ones used by cmake.

Have GENERIC_LIB_VERSION be based on kdelibs4's version rather than the
kde version to solve this.



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


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

2015-07-01 Thread Alonso Schaich
SVN commit 10828 by aschai:

Revert last commit

Half the commit is missing, I'll recommit it.



 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


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

2015-06-30 Thread Alonso Schaich
SVN commit 10822 by aschai:

Update otter devel to this week's snapshot



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 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/QT/devel/qtcreator

2015-06-25 Thread Alonso Schaich
SVN commit 10809 by aschai:

Merge PORTS revision 385973

Original commit message:
  Update to 3.4.0.

  Release notes: http://blog.qt.io/blog/2015/04/23/qt-creator-3-4-0-released/




 M  +7 -3  Makefile  
 M  +2 -2  distinfo  
 M  +32 -6 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/devel/qtcreator

2015-06-25 Thread Alonso Schaich
SVN commit 10810 by aschai:

Merge PORTS revision 386312

Original commit message:
  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:*.



 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/QT/devel/qtcreator

2015-06-25 Thread Alonso Schaich
SVN commit 10811 by aschai:

Revert r10810

PORTS revision 386312 affected not only qtcreator, so I'll undo it to commit
the whole patchset as a single area51 commit.



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

2015-06-25 Thread Alonso Schaich
SVN commit 10812 by aschai:

Merge PORTS revision 386312

Original commit message:
  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:*.



 M  +1 -2  CALLIGRA/editors/calligra-l10n/files/bsd.l10n.mk  
 M  +1 -2  KDE/misc/kde4-l10n/files/bsd.l10n.mk  
 M  +3 -3  PYQT/devel/py-qt4/bsd.pyqt.mk  
 M  +1 -1  PYQT/devel/py-sip/Makefile  
 M  +1 -2  QT/devel/qtcreator/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/qtcreator

2015-06-25 Thread Alonso Schaich
SVN commit 10815 by aschai:

Update qtcreator to version 3.4.1

Fix the broken qbs submodule by adding headers and libraries for kinfo_getproc
referenced in the FreeBSD manpages. The macro there reads Q_OS_BSD4 but
kinfo_getproc being used in a platform branch dependend of it farther down
in the source file is not available on Net-, Open- or DragonflyBSD (at least
not in the base system).



 M  +1 -1  Makefile  
 M  +2 -2  distinfo  
 A files (directory)  
 A 
files/patch-src__shared__qbs__src__lib__corelib__tools__processutils.cpp  
 A files/patch-src__shared__qbs__src__lib__corelib__use_corelib.pri 
 
 M  +7 -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


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

2015-06-24 Thread Alonso Schaich
SVN commit 10798 by aschai:

Update otter-browser-devel to this week's snapshot



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

2015-06-23 Thread Alonso Schaich
SVN commit 10797 by aschai:

Convert to USES=jpeg

Take in PORTS commit 390310. While doing so, break long USES lines.



 M  +2 -3  CALLIGRA/editors/calligra/Makefile  
 M  +2 -3  KDE/graphics/gwenview-kde4/Makefile  
 M  +1 -2  KDE/graphics/libkdcraw-kde4/Makefile  
 M  +1 -2  KDE/graphics/okular/Makefile  
 M  +3 -3  KDE/net-im/kopete-kde4/Makefile  
 M  +2 -3  KDE/net/krfb/Makefile  
 M  +2 -2  KDE/x11/kde4-runtime/Makefile  
 M  +1 -2  KDE/x11/kde4-workspace/Makefile  
 M  +2 -2  KDE/x11/kdelibs4/Makefile  
 M  +2 -3  PORTS/graphics/kphotoalbum-kde4/Makefile  
 M  +1 -2  PORTS/www/webkit-qt4/Makefile  
 M  +2 -3  QT/graphics/qt4-imageformats/Makefile  
 M  +1 -2  QT/www/webkit-qt5/Makefile  
 M  +1 -1  QT/x11-toolkits/qt5-gui/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/www/otter-browser-devel

2015-06-18 Thread Alonso Schaich
SVN commit 10796 by aschai:

Update otter devel to this week's snapshot



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +0 -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/KDE/x11/kdelibs4/files

2015-06-15 Thread Alonso Schaich
SVN commit 10789 by aschai:

Revert r10784

It becomes obsolete by 10788, which is based on upstream development.

PR: 200734



 M  +4 -12 patch-cmake_modules_FindKDE4Internal.cmake  


___
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/otter-browser

2015-06-15 Thread Alonso Schaich
SVN commit 10790 by aschai:

Update otter to Beta 6



 M  +1 -1  Makefile  
 M  +2 -2  distinfo  
 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/KDE/x11/kdelibs4/files

2015-06-11 Thread Alonso Schaich
SVN commit 10784 by aschai:

Enable C++ exceptions on GCC

Linux, and formerly also FreeBSD and *BSD had explicitly disabled C++
exceptions via FindKDE4Internal.cmake and it's predecesor, FindKDE4.cmake,
which resided in a different path originally. The Disabling was around
for the whole history of the file so there's no statement on why this was
introduced - I assume considerations about the library ABI were the reason.

When using clang, C++ exceptions are not explicitly disabled, so restore the
default behaviour of GCC, which is allowing them. This fixes the recent
breaking of libkdcraw after the libraw update of PORTS revision 388490.

PR: 200734



 M  +12 -4 patch-cmake_modules_FindKDE4Internal.cmake  


___
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-05-31 Thread Alonso Schaich
SVN commit 10731 by aschai:

Merge PORTS revision 387290

Simplify test for SSE2



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

2015-05-31 Thread Alonso Schaich
SVN commit 10730 by aschai:

Merge PORTS revision 387286

Fix r387281 [area51 r10729] for fmake and bump qmake5 because a spec file
changes.

Reported by:antoine



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

2015-05-31 Thread Alonso Schaich
SVN commit 10729 by aschai:

Merge PORTS revision 387281

Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
with -no-sse2 at buildtime on i386.

PR: 198738, 200258
Reported by:sasamotik...@gmail.com
Approved by:maintainer timeout (2 weeks)



 M  +3 -0  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/www/qt5-webchannel

2015-05-30 Thread Alonso Schaich
SVN commit 10706 by aschai:

Track dependency on lang/qt5-qml

Build dependency-wise this is a NOP as qml is a dependency for quick, however
it's beeing explicitly referenced in src/webchannel/webchannel.pro, therefore
also explify it in the PORTS Makefile.



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


[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/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

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

2015-05-26 Thread Alonso Schaich
SVN commit 10693 by aschai:

Merge PORTS revision 386485 by tijl

Log:
  - Modify deskutils/kdepim4 to install libkleo headers.  This basically
reverts http://websvn.kde.org/?view=revisionrevision=1070773 (Linux
distros have done something similar)
  - Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
enable the cryptography plugin
  - Remove dependencies from kopete-kde4 for protocols that are no longer
supported (libjingle and MSN/WLM)



 M  +8 -0  deskutils/kdepim4/Makefile  
 M  +54 -0 deskutils/kdepim4/pkg-plist  
 M  +4 -11 net-im/kopete-kde4/Makefile  
 M  +6 -0  net-im/kopete-kde4/pkg-plist  


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


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

2015-05-26 Thread Alonso Schaich
SVN commit 10694 by aschai:

Update otter-devel to this week's snapshot



 M  +2 -2  otter-browser-devel/Makefile  
 M  +2 -2  otter-browser/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/PORTS/www/otter-browser-devel

2015-05-26 Thread Alonso Schaich
SVN commit 10696 by aschai:

Update distinfo



 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/PORTS/www/otter-browser

2015-05-26 Thread Alonso Schaich
SVN commit 10695 by aschai:

Revert the last commit

www/otter-browser-devel/distinfo should have been www/otter-browser/distinfo



 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/PORTS/www/otter-browser-devel

2015-05-21 Thread Alonso Schaich
SVN commit 10692 by aschai:

Update otter-browser-devel to this week's snapshot



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

2015-05-19 Thread Alonso Schaich
SVN commit 10691 by aschai:

Fix qt5's qmake paths

Partially revert revision 10442, which removed the default qt5's installation
paths from being automatically added.

See https://mail.kde.org/pipermail/kde-freebsd/2015-April/019161.html




 M  +11 -1 patch-mkspecs__common__freebsd.conf  


___
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/otter-browser-devel

2015-05-12 Thread Alonso Schaich
SVN commit 10689 by aschai:

Update otter-browser-devel to this weeks snapshot



 M  +2 -2  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/PORTS/www/otter-browser

2015-05-11 Thread Alonso Schaich
SVN commit 10688 by aschai:

Merge ports revision 385796

Original commit message:
  Convert back to NOT have GH_COMMIT.

  With hat: portmgr
  Sponsored by: Absolight

Not applying a similar change to otter-browser-devel as the latter does not
use tagged releases.



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

2015-05-07 Thread Alonso Schaich
SVN commit 10678 by aschai:

Update otter-browser-devel to this week's snapshot

Weekly report #70 (04-05-2015)

  Some improvements for QtWebEngine:
* 12 commits by two authors
* two new issues (4 closed)
* 122 issues still open (including 5 bugs)

  Highlights:
* added option to disable single key shortcuts
* added support for restoring tab history in QtWebEngine backend

Note that the usage of QtWebEngine is currently not enabled in this port.



 M  +2 -2  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/PORTS/www/otter-browser-devel

2015-05-06 Thread Alonso Schaich
SVN commit 10676 by aschai:

Install the man page into the right path

FreeBSD ports should put their man pages into ${PREFIX}/man. Patch the cmake
project file accordingly, by changing the hardcoded path to hardcode ``our''
path, as MAN_INSTALL_DIR (kdelibs) or similar platform contants are AFAIK not
availible here.



 M  +9 -2  files/patch-CMakeLists.txt  
 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/www/otter-browser

2015-05-06 Thread Alonso Schaich
SVN commit 10677 by aschai:

Install the man page into the right path

FreeBSD ports should put their man pages into ${PREFIX}/man. Patch the cmake
project file accordingly, by changing the hardcoded path to hardcode ``our''
path, as MAN_INSTALL_DIR (kdelibs) or similar platform contants are AFAIK not
availible here.



 M  +10 -3 files/patch-CMakeLists.txt  
 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/www/otter-browser-devel

2015-04-29 Thread Alonso Schaich
SVN commit 10673 by aschai:

Update otter-browser-devel to monday's snapshot

Weekly report #69 (27-04-2015)
  Yet another slow week:
* 12 commits by two authors
* seven new issues (3 closed)
* 123 issues still open (including 5 bugs)




 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +12 -9 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] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-24 Thread Alonso Schaich
SVN commit 10670 by aschai:

Update otter-browser-devel to this week's snapshot

Original release message
  Weekly report #68 (20-04-2015)

  Another slow week
* 10 commits by two authors
* two merged pull requests
* two new issues (2 closed)
* 117 issues still open (including 5 bugs)




 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 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/www/otter-browser-devel

2015-04-14 Thread Alonso Schaich
SVN commit 10668 by aschai:

Update otter-browser-devel to yesterday's weekly snapshot

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] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-08 Thread Alonso Schaich
SVN commit 10667 by aschai:

Update otter devel to monday's snapshot

Changelog:
  Weekly report #66 (06-04-2015)

  Yet another week:
   * 58 commits by two authors
   * two proposed pull requests
   * nine new issues (23 closed)
   * 114 issues still open (including 3 bugs)

  Highlights:
   * various bug fixes (if you are using beta 5 then you should update to
 this release)




 M  +2 -11 Makefile  
 M  +2 -2  distinfo  
 A 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/www/otter-browser

2015-04-08 Thread Alonso Schaich
SVN commit 10666 by aschai:

Properly install all package contents

It's been a time since the plist contents were written into the Makefile, and
Otter's normal installation procedure installs alot of additional files. As
this number of files is rather large, use pkg-plist for recording them.

Also, stop overloading the installation procedure and just do a normal
installation.

Got into this by checking why translation were not being installed, though
probably a lot more was missing.



 M  +0 -9  Makefile  
 A 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/www/otter-browser

2015-04-08 Thread Alonso Schaich
SVN commit 10665 by aschai:

Update Otter-Browser to it's April beta



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +13 -9 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] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-01 Thread Alonso Schaich
SVN commit 10655 by aschai:

Update to this week's snapshot

Changelog:
  Weekly report #65 (30-03-2015)

  Extreme week:
* 65 commits by two authors
* six new issues (20 closed)
* 114 issues still open (including 3 bugs)

  Highlights:
* added interface for configuring toolbars
* added support for taking notes
* tabs are now drawn horizontally in vertical toolbars
* added ability to customize menu bar (add items next to it)
* position is restored when restoring closed tabs
* added option to configure update interval for content blocking (per
  profile, disabled by default)

  Known issues:
* toolbars are not draggable

  The next stop is beta 5, so this weekly is kind of RC for that release
  (there will be some more additions, but mostly stuff that should not
  break existing functionality).



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

2015-03-28 Thread Alonso Schaich
SVN commit 10651 by aschai:

Convert metaports to USE=metaport

A metaport helper USE flag was introduced to the PORTS collection earlier
today in PORTS revision 382492, which handles all the specifics used in
metaports. See the commit message on r382492 for details.

Remove metaport specific elements from all kde@ ports and USE the new
metaport instead.



 M  +1 -4  KDE/accessibility/kdeaccessibility4/Makefile  
 M  +1 -4  KDE/devel/kdebindings4/Makefile  
 M  +1 -4  KDE/devel/kdesdk4/Makefile  
 M  +1 -4  KDE/games/kdegames4/Makefile  
 M  +1 -4  KDE/graphics/kdegraphics4/Makefile  
 M  +1 -4  KDE/misc/kde4-l10n/Makefile  
 M  +1 -4  KDE/misc/kdeedu4/Makefile  
 M  +1 -4  KDE/misc/kdeutils4/Makefile  
 M  +1 -4  KDE/multimedia/kdemultimedia4/Makefile  
 M  +1 -4  KDE/net/kdenetwork4/Makefile  
 M  +1 -4  KDE/sysutils/kdeadmin4/Makefile  
 M  +1 -4  KDE/x11-clocks/kdetoys4/Makefile  
 M  +1 -4  KDE/x11/kde4/Makefile  
 M  +1 -3  PORTS/deskutils/strigi/Makefile  
 M  +1 -4  PORTS/graphics/kipi-plugins-kde4/Makefile  
 M  +1 -5  PORTS/net-im/kde-telepathy/Makefile  
 M  +1 -6  PYQT/devel/py-qt4/Makefile  
 M  +1 -7  QT/devel/qt4/Makefile  
 M  +1 -7  QT/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


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

2015-03-28 Thread Alonso Schaich
SVN commit 10652 by aschai:

Remove dummy overloads

The do-install overloads for metaports were removed from most ports when
NO_MTREE was introduced, however these two ports seem to have been forgotten.



 M  +0 -3  deskutils/strigi/Makefile  
 M  +0 -3  net-im/kde-telepathy/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/www/otter-browser-devel

2015-03-26 Thread Alonso Schaich
SVN commit 10650 by aschai:

Update to monday's snapshot

Changelog:
  Weekly report #64 (23-03-2015)

  Bookmark toolbars arrives:
* 19 commits by one author
* one new issue (4 closed)
* 119 issues still open (including 5 bugs)

  Highlights:
* ability to add bookmark toolbars (no configuration interface yet)

  Known issues:
* option to configure update interval for content blocking is still
  missing




 M  +2 -2  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/PORTS/www/otter-browser

2015-03-17 Thread Alonso Schaich
SVN commit 10643 by aschai:

Fix distinfos

otter-browser project has been moved to the OtterBrowser GitHub account.

No functional changes.



 M  +2 -2  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/PORTS/www/otter-browser-devel

2015-03-17 Thread Alonso Schaich
SVN commit 10646 by aschai:

Fix distinfo



 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/PORTS/www/otter-browser-devel

2015-03-17 Thread Alonso Schaich
SVN commit 10645 by aschai:

Use only the date in for the port version





 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/www

2015-03-17 Thread Alonso Schaich
SVN commit 10647 by aschai:

Mark otter and otter-devel to conflict each other



 M  +2 -0  otter-browser-devel/Makefile  
 M  +2 -0  otter-browser/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/www/otter-browser-devel

2015-03-17 Thread Alonso Schaich
SVN commit 10644 by aschai:

Update to yesterday's snapshot

Changelog:
  Weekly report #63 (16-03-2015)

  Custom toolbars arrives:
* 23 commits by two authors,
* three new issues (5 closed),
* 118 issues still open (including 5 bugs).
  Highlights:
* ability to add custom toolbars,
* option to set icon size and style per toolbar,
* support for customizing statusbar and toolbar with tab bar
 (no configuration interface yet).
  Known issues:
* option to configure update interval for content blocking is still
  missing.



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

2015-03-11 Thread Alonso Schaich
SVN commit 10642 by aschai:

Add a PORT for a development version of otter-browser

This port is adapted from the stable otter-browser one. It uses OtterBrowser
instead of Emdek's GH account name because that's the account linked by the
officially otter-browser page nowadays. I'm not bumping the stable port,
because the old account can still be used to download otter.



 A otter-browser-devel (directory)  
 AMotter-browser-devel/Makefile  
 AMotter-browser-devel/distinfo  
 A otter-browser-devel/files (directory)  
 AMotter-browser-devel/files/patch-CMakeLists.txt  
 AMotter-browser-devel/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/x11/kde4-workspace/files

2015-03-09 Thread Alonso Schaich
SVN commit 10631 by aschai:

Obtain a credential on login with KDM4

PAM_SETCRED(3)'s second parameter does not default to PAM_ESTABLISH_CRED on
FreeBSD, so explify it, as was proposed on the forums[1] back in decembre.

[1] 
https://forums.freebsd.org/threads/problem-with-kdm4-kerberos-and-nfsv4.49253

PR: 197655



 M  +13 -4 patch-kdm__backend__client.c  


___
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/kmix/files

2015-03-09 Thread Alonso Schaich
SVN commit 10632 by aschai:

Add an explanation why patching the oss backend is required



 M  +5 -0  patch-mixer_oss  


___
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-02-26 Thread Alonso Schaich
SVN commit 10611 by aschai:

Update digikam and friends to 4.8.0

This patch was sent in by T.C. Berner via mailing list earlier.



 M  +1 -1  astro/libkgeomap/Makefile  
 M  +2 -2  astro/libkgeomap/pkg-plist  
 M  +1 -5  graphics/digikam-kde4-l10n/pkg-plist  
 M  +8 -4  graphics/digikam-kde4/Makefile  
 M  +1 -1  graphics/digikam-kde4/Makefile.common  
 M  +2 -2  graphics/digikam-kde4/distinfo  
 D graphics/digikam-kde4/files/patch-CMakeLists.txt  
 A graphics/digikam-kde4/files/patch-app_album_albumwatch.cpp  
 D graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake  
 D 
graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake  
 D graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt  
 D graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp 
 
 M  +3 -3  graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h  
 A 
graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp
  
 D 
graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp
  
 D 
graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp 
 
 M  +7 -0  graphics/digikam-kde4/pkg-plist  
 M  +16 -12graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt  
 M  +2 -2  graphics/libkface/Makefile  
 M  +6 -3  graphics/libkface/pkg-plist  
 M  +2 -2  net/libmediawiki/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-02-26 Thread Alonso Schaich
SVN commit 10613 by aschai:

Facilate the mysql depencency line

No suffix means both build and run time dependencies.



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

2015-02-26 Thread Alonso Schaich
SVN commit 10614 by aschai:

Fix DEPRECATED lines

DEPRECATED lines should not be ended with a period (.) character.

Noticed by rakuco in https://reviews.freebsd.org/D1950



 M  +1 -1  kde4-l10n-si/Makefile  
 M  +1 -1  kde4-l10n-tg/Makefile  
 M  +1 -1  kde4-l10n-th/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/cmake

2015-02-24 Thread Alonso Schaich
SVN commit 10608 by aschai:

Merge PORTS revision 379820

Log:
  Add a MANPAGES option to control the generation of cmake's manpages.
  The py-sphinx system brings in a number of dependencies that wouldn't
  otherwise be necessary for cmake. The MANPAGES option defaults to on,
  so the main pkg won't change.
  
  PR:   193259
  Approved by:  kde (makc)



 M  +5 -3  Makefile  
 M  +18 -18pkg-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/devel/py-pykde4

2015-02-24 Thread Alonso Schaich
SVN commit 10609 by aschai:

Revert most of r10467

The EXAMPLES option is being taken care of by the plist substitution already,
so there's no need to branch on it in the PORTS Makefile.

Spotted by makc in https://reviews.freebsd.org/D1950



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

2015-02-19 Thread Alonso Schaich
SVN commit 10586 by aschai:

Update to version 1.1.0

I'm leaving the PLIST_SUB declaration in the Makefile because it might be
reintroduced in the so-version when 1.1.1 is released.



 M  +2 -1  Makefile  
 M  +2 -2  distinfo  
 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/textproc/redland

2015-02-19 Thread Alonso Schaich
SVN commit 10587 by aschai:

Sync with PORTS



 M  +4 -5  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/net-im/kopete-kde4

2015-02-18 Thread Alonso Schaich
SVN commit 10584 by aschai:

Merge PORTS revision 376838

Original commit log:
  - Update devel/qca to version 2.1.0
  - Plugins are no longer available separately so remove security/qca-* and
replace them with options in devel/qca
  - Adjust all ports that depended on security/qca-*
  - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
support SSLv2
  
  Approved by:kde (rakuco)



 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/KDE/Mk

2015-01-31 Thread Alonso Schaich
SVN commit 10581 by aschai:

Update KTP to version 0.9.0

This commit bumps the KTP version and should have been part of r10579.



 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


[kde-freebsd] [SVN Commit] area51/PORTS/net-im/telepathy-logger-qt4

2015-01-30 Thread Alonso Schaich
SVN commit 10578 by aschai:

Hard-code version id

This port has a different version than the ktp ports.



 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/net-im

2015-01-30 Thread Alonso Schaich
SVN commit 10579 by aschai:

Update ktp to version 0.9



 M  +2 -2  ktp-accounts-kcm/distinfo  
 M  +9 -0  ktp-accounts-kcm/pkg-plist  
 M  +2 -2  ktp-approver/distinfo  
 M  +1 -0  ktp-approver/pkg-plist  
 M  +2 -2  ktp-auth-handler/distinfo  
 M  +1 -0  ktp-auth-handler/pkg-plist  
 M  +2 -2  ktp-common-internals/distinfo  
 D 
ktp-common-internals/files/patch-KTp__Logger__plugins__tplogger__pending-tp-logger-logs.cpp
  
 M  +16 -4 ktp-common-internals/pkg-plist  
 M  +2 -2  ktp-contact-list/distinfo  
 M  +1 -0  ktp-contact-list/pkg-plist  
 M  +2 -2  ktp-contact-runner/distinfo  
 M  +2 -0  ktp-contact-runner/pkg-plist  
 M  +2 -2  ktp-desktop-applets/distinfo  
 M  +2 -2  ktp-filetransfer-handler/distinfo  
 M  +1 -0  ktp-filetransfer-handler/pkg-plist  
 M  +2 -2  ktp-kded-integration-module/distinfo  
 M  +1 -0  ktp-kded-integration-module/pkg-plist  
 M  +2 -2  ktp-send-file/distinfo  
 M  +1 -0  ktp-send-file/pkg-plist  
 M  +0 -1  ktp-text-ui/Makefile  
 M  +2 -2  ktp-text-ui/distinfo  
 M  +32 -0 ktp-text-ui/pkg-plist  
 M  +2 -2  plasma-applet-ktp/distinfo  
 M  +2 -0  plasma-applet-ktp/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/x11-toolkits/qt5-gui

2015-01-30 Thread Alonso Schaich
SVN commit 10580 by aschai:

Fix QSystemTray

Add a patch found by PCBSD's Kris Moore k...@pcbsd.org that fixes
QSystemTrayIcons on Desktops other than KDE.

Provided by Kris yesterday via mailing list.



 A files (directory)  
 A files/patch-src_plugins_platforms_xcb_qxcbwindow.cpp  


___
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/net-im/telepathy-qt4

2015-01-29 Thread Alonso Schaich
SVN commit 10577 by aschai:

Update telepathy-qt4 to version 0.9



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


  1   2   3   4   5   >