[kde-freebsd] [SVN Commit] area51/KDE/deskutils/kdeplasma-addons

2010-12-02 Thread Dima Panov
SVN commit 6717 by fluffy:

- Update plist


 M  +19 -11pkg-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/kdesdk4

2010-12-02 Thread Dima Panov
SVN commit 6718 by fluffy:

- Update plist


 M  +451 -23   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-themes/kdeartwork4

2010-12-02 Thread Dima Panov
SVN commit 6719 by fluffy:

- Update plist


 M  +627 -617  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] branches/kde_4_5

2010-12-02 Thread Max Brazhnikov
SVN commit 6720 by makc:

Repacked to include fix.

 M  +2 -2  devel/kdebindings4-python-krosspython/distinfo  
 M  +2 -2  devel/kdebindings4-python-pykde4/distinfo  
 M  +2 -2  devel/kdebindings4-python-pykdeuic4/distinfo  
 M  +2 -2  devel/kdebindings4-ruby/distinfo  
 M  +2 -2  devel/kdebindings4-smoke/distinfo  
 M  +0 -3  misc/kde4-l10n-el/Makefile  
 D misc/kde4-l10n-el/Makefile.man  
 M  +2 -2  misc/kde4-l10n-el/distinfo  
 M  +0 -2  misc/kde4-l10n-el/pkg-plist  
 M  +2 -2  x11/kdebase4-workspace/distinfo  
 D x11/kdebase4-workspace/files/patch-1202609  


___
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/kdebindings4-smoke

2010-12-02 Thread Dima Panov
SVN commit 6721 by fluffy:

- Fix build. Attempt #1


It works with KDE4_PREFIX = ${LOCALBASE}, but fails with standard value


 M  +1 -1  Makefile  
 A files (directory)  
 A files/patch-smoke__qimageblitz__qimageblitz_includes.h  
 M  +12 -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/devel/kdebindings4-smoke/files

2010-12-02 Thread Dima Panov
SVN commit 6722 by fluffy:

- Unbroke. Attempt #2

Try to pass correct includes path to smokeparser


 A patch-smoke__okular__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/devel/kdebindings4-smoke

2010-12-02 Thread Dima Panov
SVN commit 6723 by fluffy:

- Fix kate bindings, it's required for rubyKDE4


 A files/patch-smoke__kate__CMakeLists.txt  
 M  +4 -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/devel/kdebindings4-ruby

2010-12-02 Thread Dima Panov
SVN commit 6724 by fluffy:

- Declare kdesdk4 dependency


 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/devel/kdebindings4-smoke

2010-12-02 Thread Dima Panov
SVN commit 6725 by fluffy:

- Declare kdesdk4 dependency


 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] libxine and audio cd: use libcdio ?

2010-12-02 Thread Andriy Gapon

I've noticed that libxine currently supports digital extraction of Audio CD data
only for acd(4) devices, but not for cd(4); the latter case including access via
ahci, ATA_CAM or atapicam.

This in turn means problems for KDE if Phonon is configured with Xine backend.
This is easy to test with kscd or amarok and an audio CD.

So I got this craze idea.  multimedia/libxine already has a dependency on
sysutils/libcdio, but for unrelated reasons.  libcdio is a bit more 
sophisticated
than libxine in digital audio extraction area and does properly support both 
cd(4)
and acd(4).  So, why not use libcdio's capabilities in libxine instead of 
rolling
duplicate (and less capable in FreeBSD case) routines.
This suggestion should probably go to the upstream developers as well.  But for
time being let's focus on our immediate problem.

Here's a work-in-progress and a little bit hackish patch that implements the 
idea:
http://people.freebsd.org/~avg/libxine-input_cdda.diff

Short description:
- add read_cdrom_toc() and read_cdrom_frames() implementations that use libcdio

- universally use cdda_input_plugin_t* as the first argument to read_cdrom_toc
 - this removes ifdef in the calling code and adds this_gen-fd dereference 
where
needed

- an unrelated change that sneaked in - __FreeBSD_kernel__ = 
__FreeBSD_kernel__,
__FreeBSD_kernel_version = __FreeBSD_version

- cdda_open = _cdda_open, cdda_close = _cdda_close to avoid name conflict with
libcdio headers (cdparanoia compatibility names)

- $(LIBCDIO_LIBS) -lcdio_cdda in related Makefile
 - this is an unlcean change, it should be in Makefile.am and should check
libcdio availability (like #ifdef LIBCDIO_CONFIG_H in the source code)

- also it seems that I missed cdio_cddap_close() call, will fix that.

What do you think?
Thanks!

P.S. I've also written a little posting about differences between cd(4) and 
acd(4)
with respect audio CDs:
http://www.listshow.net/201012/freebsd-arch/1747-accessing-data-on-audio-cd.html

-- 
Andriy Gapon
___
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] devel/qmake4 - fails: distinfo_update

2010-12-02 Thread QAT
The Restless Daemon identified a distinfo_update error while trying to build:
 qt4-qmake-4.7.1 maintained by k...@freebsd.org
 Makefile ident: $FreeBSD: ports/devel/qmake4/Makefile,v 1.20 2010/06/09 
19:41:19 makc Exp $

Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/qt4-qmake-4.7.1.log :

CCACHE_MAX_SIZE=50G
DISTFILE_URI=
X_WINDOW_SYSTEM=xorg
MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/ 
OPTIONS_DIR=
UNAME_r=8.1-STABLE
USA_RESIDENT=YES
UNAME_s=FreeBSD
PARALLEL_PACKAGE_BUILD=1
PWD=/usr/ports/devel/qmake4
UNAME_v=FreeBSD 8.1-STABLE #0: Thu Dec  2 11:48:03 PST 2010
r...@tinderbox.host:/usr/src/sys/magic/kernel/path
FTP_PASSIVE_MODE=yes
NOPORTEXAMPLES=1
CCACHE_ENABLED=1
EDITOR=vi
INDEXFILE=INDEX-8
NOPORTDOCS=1
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

End Configuration.
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=
RUN_DEPENDS=
add_pkg

phase 1: make checksum
===  License check disabled, port has not defined LICENSE
= qt-everywhere-opensource-src-4.7.1.tar.gz is not in 
/usr/ports/devel/qt4/distinfo.
= Either /usr/ports/devel/qt4/distinfo is out of date, or
= qt-everywhere-opensource-src-4.7.1.tar.gz is spelled incorrectly.
*** Error code 1

Stop in /a/ports/devel/qmake4.

build of /usr/ports/devel/qmake4 ended at Thu Dec  2 19:48:58 UTC 2010

The tarballed WRKDIR can be found here:
http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/qt4-qmake-4.7.1.tbz

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=develportname=qmake4

The build which triggered this BotMail was done under
tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8
with tinderd_flags=-nullfs -plistcheck -onceonly and ccache support, with the
official up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - HMC and EOI?
 - Halt, Melt and Catch fire or Execute Operator Immediately.

___
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] Re: devel/qmake4 - fails: distinfo_update

2010-12-02 Thread Max Brazhnikov
On Thu,  2 Dec 2010 11:49:01 -0800 (PST), q...@freebsd.org wrote:
 The Restless Daemon identified a distinfo_update error while trying to
 build: qt4-qmake-4.7.1 maintained by k...@freebsd.org
  Makefile ident: $FreeBSD: ports/devel/qmake4/Makefile,v 1.20 2010/06/09
 19:41:19 makc Exp $
 
 Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/qt4-qmake-4.7.1.log
 :
 
 CCACHE_MAX_SIZE=50G
 DISTFILE_URI=
 X_WINDOW_SYSTEM=xorg
 MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/
 OPTIONS_DIR=
 UNAME_r=8.1-STABLE
 USA_RESIDENT=YES
 UNAME_s=FreeBSD
 PARALLEL_PACKAGE_BUILD=1
 PWD=/usr/ports/devel/qmake4
 UNAME_v=FreeBSD 8.1-STABLE #0: Thu Dec  2 11:48:03 PST 2010   
 r...@tinderbox.host:/usr/src/sys/magic/kernel/path FTP_PASSIVE_MODE=yes
 NOPORTEXAMPLES=1
 CCACHE_ENABLED=1
 EDITOR=vi
 INDEXFILE=INDEX-8
 NOPORTDOCS=1
 ---End Environment---
 
 ---Begin OPTIONS List---
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=
 PATCH_DEPENDS=
 EXTRACT_DEPENDS=
 BUILD_DEPENDS=
 RUN_DEPENDS=
 add_pkg
 
 phase 1: make checksum
 ===  License check disabled, port has not defined LICENSE
 = qt-everywhere-opensource-src-4.7.1.tar.gz is not in
 /usr/ports/devel/qt4/distinfo. = Either /usr/ports/devel/qt4/distinfo is
 out of date, or
 = qt-everywhere-opensource-src-4.7.1.tar.gz is spelled incorrectly.
 *** Error code 1

Please, resync all ports before update.



___
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] net/qt4-network - fails: mtree

2010-12-02 Thread QAT
The Restless Daemon identified a mtree error while trying to build:
 qt4-network-4.7.1 maintained by k...@freebsd.org
 Makefile ident: $FreeBSD: ports/net/qt4-network/Makefile,v 1.17 2010/12/02 
19:47:14 makc Exp $

Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/qt4-network-4.7.1.log :

cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/kernel/qnetworkinterface.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/kernel/qnetworkproxy.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/kernel/qurlinfo.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qssl.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslcertificate.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslcipher.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslconfiguration.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslerror.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslkey.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/src/network/ssl/qsslsocket.h
 /usr/local/include/qt4/QtNetwork/
cp -f 
/work/a/ports/net/qt4-network/work/qt-everywhere-opensource-src-4.7.1/include/QtNetwork/QtNetwork
 /usr/local/include/qt4/QtNetwork/
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib/qt4
===   Installing ldconfig configuration file
===   Registering installation for qt4-network-4.7.1
=== SECURITY REPORT: 
  This port has installed the following files which may act as network
  servers and may therefore pose a remote security risk to the system.
/usr/local/lib/qt4/libQtNetwork.so.4.7.1

  If there are vulnerabilities in these programs there may be a security
  risk to the system. FreeBSD makes no guarantee about the security of
  ports included in the Ports Collection. Please type 'make deinstall'
  to deinstall the port if this is a concern.

  For more information, and contact details about the security
  status of this software, see the following webpage: 
http://qt.nokia.com/products/qt/index.html

phase 7: make package
===  Building package for qt4-network-4.7.1
Deleting qt4-network-4.7.1


=== Checking filesystem state
list of extra files and directories in / (not present before this port was 
installed but present after it was deinstalled)
483762754 drwxr-xr-x2 root wheel 512 
Dec  2 23:17 usr/local/share/certs
48376277 1568 -r--r--r--1 root wheel  773328 
Dec  2 23:17 usr/local/share/certs/ca-root-nss.crt

build of /usr/ports/net/qt4-network ended at Thu Dec  2 23:17:17 UTC 2010

The tarballed WRKDIR can be found here:
http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/qt4-network-4.7.1.tbz

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=netportname=qt4-network

The build which triggered this BotMail was done under
tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8
with tinderd_flags=-nullfs -plistcheck -onceonly and ccache support, with the
official up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - HMC and EOI?
 - Halt, Melt and Catch fire or Execute Operator Immediately.

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

2010-12-02 Thread Dima Panov
SVN commit 6726 by fluffy:

- Fix build


 M  +9 -4  Makefile  
 D files/patch-kopete__libkopete__avdevice__videodevice.cpp  
 D files/patch-kopete__libkopete__avdevice__videodevice.h  
 D files/patch-kopete__libkopete__avdevice__videodevicepool.cpp  
 A files/patch-krfb__krfb__CMakeLists.txt  
 M  +12 -13pkg-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

2010-12-02 Thread Alberto Villa
SVN commit 6727 by xzhayon:

- Update to 2.3 beta 4.



 M  +2 -2  Mk/bsd.kde4.mk  
 M  +4 -3  editors/koffice-kde4/Makefile  
 M  +2 -3  editors/koffice-kde4/distinfo  
 M  +5 -6  
editors/koffice-kde4/files/patch-krita_plugins_formats_CMakeLists.txt  
 M  +391 -405  editors/koffice-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/KDE/deskutils/kdepimlibs4

2010-12-02 Thread Dima Panov
SVN commit 6728 by fluffy:

- Fix uuid handling


 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