Re: [kde-freebsd] Unable to build deskutils/kdepimlibs4

2013-01-05 Thread Koop Mast

On 5-1-2013 2:17, Adriaan de Groot wrote:

On Friday, January 04, 2013 07:24:28 PM Jerry wrote:

Following the directions in UPDATING, I used the following command:

portupgrade -fr devel/libical

That port updated correctly; however, the next port:
The entire build log is available here:

https://www.seibercom.net/logs/kdep.txt

I do not see an obvious reason for the build failure. I tried it three
times including doing a distclean and updating the ports tree.


There is an obvious reason, but you have to scroll back a ways in the log:

  
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.cpp
In file included from
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.h:37,
  from
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.cpp:32:
/usr/local/include/sasl/sasl.h:228: error: typedef 'sasl_malloc_t' is
initialized (use __typeof__ instead)
/usr/local/include/sasl/sasl.h:228: error: 'size_t' was not declared in this
scope


This is because of the new sasl port, which does not include all the headers
it needs in its own headers (e.g. defining size_t). You can patch
/usr/local/include/sasl/sasl.h to fix that, or patch command.cpp to #include
the right headers before sasl.h.

[ade]


Currect, however it was fixed in rev 309488 8 days ago in the sasl port 
itself. So other hacks are not needed anymore. I suspect Jerry needs to 
update his cyrus-sasl port and maybe even his ports tree if the fix 
isn't there.


http://svnweb.freebsd.org/ports/head/security/cyrus-sasl2/Makefile?view=log
___
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/databases/akonadi

2013-01-05 Thread Alberto Villa
SVN commit 8877 by avilla:

- Update to 1.9.0.
- Remove LICENSE_FILE.
- Remove soversion from LIB_DEPENDS.
- Cleanup OPTIONS.

Submitted by:   Schaich Alonso alonsoscha...@fastmail.fm via mailing list


 M  +5 -6  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/graphics/kphotoalbum-kde4

2013-01-05 Thread Alberto Villa
SVN commit 8878 by avilla:

- Update to 4.3 (not part of extragear anymore).
- Make NLS optional.
- Build documentation.

Plist yet to be fixed (waiting for build server to come back alive).

Submitted by:   Schaich Alonso alonsoscha...@fastmail.fm (partially)


 M  +19 -18Makefile  
 M  +2 -2  distinfo  
 D files (directory)  
 M  +42 -42pkg-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] qt-4.8.4

2013-01-05 Thread Alberto Villa
On Wed, Dec 26, 2012 at 12:44 PM, Schaich Alonso
alonsoscha...@fastmail.fm wrote:
 Patch for current area51 -- kde-4.9.4 and qt-4.8.4 is attached.
 I also bumped PORTS/databases/akonadi and some others that are not
 in KDE/ - most namelely PORTS/graphics/kphotoalbum-kde4 which seems
 not to be extragear any more (at least it's not in the extragear path of
 the official mirrors)

Can you please explain the stdout/stderr patches in kphotoalbum?

 I have compiled and installed (i.e. not checked pkg-plist) x11/kde4 and
 misc/kde4-l10n with all options enabled, but only on HEAD and with
 clang-3.2 over here. Can I ask your tinderbox to check for pkg-plist and
 gcc (especially on FreeBSD 8)?
 I will attempt to build (and fix potential errors) these on RELENG_9
 tomorrow.

I'm committing some of your patches; KDE SC, meanwhile, is being
updated to 4.9.5 by makc@. We'll have to wait for our buildserver to
come back online to test the builds.
--
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
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] Unable to build deskutils/kdepimlibs4

2013-01-05 Thread Hajimu UMEMOTO
Hi,

 On Sat, 05 Jan 2013 02:17:50 +0100
 Adriaan de Groot gr...@kde.org said:

groot 
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.cpp:32:
groot /usr/local/include/sasl/sasl.h:228: error: typedef 'sasl_malloc_t' is 
groot initialized (use __typeof__ instead)
groot /usr/local/include/sasl/sasl.h:228: error: 'size_t' was not declared in 
this 
groot scope


groot This is because of the new sasl port, which does not include all the 
headers 
groot it needs in its own headers (e.g. defining size_t). You can patch 
groot /usr/local/include/sasl/sasl.h to fix that, or patch command.cpp to 
#include 
groot the right headers before sasl.h.

This issue should be fixed in the latest cyrus-sasl2 port
(cyrus-sasl-2.1.26_2).  I suspect you have slightly old version of
cyrus-sasl2 port installed.

Sincerely,

--
Hajimu UMEMOTO
u...@mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.mahoroba.org/~ume/
___
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

2013-01-05 Thread Alberto Villa
SVN commit 8879 by avilla:

- Make Phonon-xine configuration module optional, off by default. [1]
- Cleanup OPTIONS.
- Remove soversion from LIB_DEPENDS.

Submitted by:   Schaich Alonso alonsoscha...@fastmail.fm (partially) [1]


 M  +26 -21Makefile  
 M  +2 -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/KDE/x11/kde4-workspace

2013-01-05 Thread Alberto Villa
SVN commit 8880 by avilla:

- Cleanup OPTIONS.



 M  +21 -19Makefile  
 A files/pkg-message.gstreamer   
files/pkg-message.phonon_gstreamer#8876
 D files/pkg-message.phonon_gstreamer  


___
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

2013-01-05 Thread Alberto Villa
SVN commit 8881 by avilla:

- Cleanup KDE-Pim OPTIONS.



 M  +7 -10 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/kphotoalbum-kde4

2013-01-05 Thread Alberto Villa
SVN commit 8882 by avilla:

- Fix build.

Submitted by:   Schaich Alonso alonsoscha...@fastmail.fm via mailing list


 A files (directory)  
 A files/patch-ImageManager__VideoLengthExtractor.cpp  
 A files/patch-Utilities__Process.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


Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2013-01-05 Thread Alex V. Petrov
===  Configuring for akonadi-1.9.0
/bin/mkdir -p /usr/ports/databases/akonadi/work/akonadi-1.9.0/build
CMake Error: Error in cmake code at
/usr/ports/databases/akonadi/work/akonadi-1.9.0/CMakeLists.txt:201:
Parse error.  Expected (, got quoted argument with text 
http://freedesktop.org/wiki/Software/shared-mime-info;.
-- Configuring incomplete, errors occurred!
*** [do-configure] Error code 1

Stop in /usr/ports/databases/akonadi.
*** [build] Error code 1

Stop in /usr/ports/databases/akonadi.



2013/1/6 Alberto Villa avi...@freebsd.org

 SVN commit 8877 by avilla:

 - Update to 1.9.0.
 - Remove LICENSE_FILE.
 - Remove soversion from LIB_DEPENDS.
 - Cleanup OPTIONS.

 Submitted by:   Schaich Alonso alonsoscha...@fastmail.fm via mailing
 list


  M  +5 -6  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




-- 
--
Alex V. Petrov
___
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