Re: [kde-freebsd] ports/130903: misc/kdeedu4 does not build libsbigudrv.so during upgrade

2009-01-23 Thread Max Brazhnikov
The following reply was made to PR ports/130903; it has been noted by GNATS.

From: Max Brazhnikov 
To: bug-follo...@freebsd.org, m...@janh.de
Cc:  
Subject: Re: ports/130903: misc/kdeedu4 does not build libsbigudrv.so during 
upgrade
Date: Fri, 23 Jan 2009 12:14:51 +0300

 --Boundary-00=_LqYeJzBD2+U8QVj
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hi Jan,
 
 Could you test this patch?
 
 Cheers,
 Max
 
 --Boundary-00=_LqYeJzBD2+U8QVj
 Content-Type: text/plain;
   charset="iso 8859-1";
   name="kdeedu414.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
filename="kdeedu414.patch"
 
 Index: Makefile
 ===
 RCS file: /home/pcvs/ports/misc/kdeedu4/Makefile,v
 retrieving revision 1.46
 diff -u -r1.46 Makefile
 --- Makefile   20 Jan 2009 08:29:07 -  1.46
 +++ Makefile   23 Jan 2009 07:50:11 -
 @@ -6,7 +6,7 @@
  
  PORTNAME= kdeedu
  PORTVERSION=  ${KDE4_VERSION}
 -PORTREVISION= 1
 +PORTREVISION= 2
  CATEGORIES=   misc kde
  MASTER_SITES= ${MASTER_SITE_KDE}
  MASTER_SITE_SUBDIR=   stable/${PORTVERSION}/src
 @@ -37,7 +37,8 @@
  QT_COMPONENTS=gui svg qmake_build moc_build rcc_build uic_build
  
  #fix checking boost_python
 -CMAKE_ARGS+=  -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
 +CMAKE_ARGS+=  -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
 +  -DWITH_SBIG:BOOL=OFF
  
  post-extract:
${MKDIR} ${WRKSRC}
 
 --Boundary-00=_LqYeJzBD2+U8QVj--
___
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] ports/130903: misc/kdeedu4 does not build libsbigudrv.so during upgrade

2009-01-23 Thread Jan Henrik Sylvester
The following reply was made to PR ports/130903; it has been noted by GNATS.

From: Jan Henrik Sylvester 
To: Max Brazhnikov 
Cc: bug-follo...@freebsd.org
Subject: Re: ports/130903: misc/kdeedu4 does not build libsbigudrv.so during
 upgrade
Date: Fri, 23 Jan 2009 14:15:10 +0100

 Using the patch, I did a portupgrade to kdeedu-4.1.4_2 and was able to 
 produce a complete package.
 
 I have not tested with the version I originally had the problem with, 
 but since the configure output looks fine, I think the patch solves the 
 problem.
 
 If you insist on it, I could build again with kdeedu-4.1.4_1 installed 
 but without the patch to see, if the library is really missing. I would 
 rely on the configure output being the same as for the other upgrade.
 
 Cheers,
 Jan Henrik
___
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] ports/130903: misc/kdeedu4 does not build libsbigudrv.so during upgrade

2009-01-23 Thread Max Brazhnikov
The following reply was made to PR ports/130903; it has been noted by GNATS.

From: Max Brazhnikov 
To: Jan Henrik Sylvester 
Cc: bug-follo...@freebsd.org
Subject: Re: ports/130903: misc/kdeedu4 does not build libsbigudrv.so during 
upgrade
Date: Fri, 23 Jan 2009 16:51:35 +0300

 On Fri, 23 Jan 2009 14:15:10 +0100, Jan Henrik Sylvester wrote:
 > Using the patch, I did a portupgrade to kdeedu-4.1.4_2 and was able to
 > produce a complete package.
 >
 > I have not tested with the version I originally had the problem with,
 > but since the configure output looks fine, I think the patch solves the
 > problem.
 >
 > If you insist on it, I could build again with kdeedu-4.1.4_1 installed
 > but without the patch to see, if the library is really missing. I would
 > rely on the configure output being the same as for the other upgrade.
 
 Thanks, I'll commit the patch then. Don't think extra testing is needed here.
 
 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] ports/130903: misc/kdeedu4 does not build libsbigudrv.so during upgrade

2009-01-23 Thread makc
Synopsis: misc/kdeedu4 does not build libsbigudrv.so during upgrade

State-Changed-From-To: open->closed
State-Changed-By: makc
State-Changed-When: Fri Jan 23 14:11:50 UTC 2009
State-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=130903
___
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] ports/130903: commit references a PR

2009-01-23 Thread dfilter service
The following reply was made to PR ports/130903; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/130903: commit references a PR
Date: Fri, 23 Jan 2009 14:11:14 + (UTC)

 makc2009-01-23 14:11:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
 misc/kdeedu4 Makefile 
   Log:
   Always build internal libsbigudrv. This fixes plist problem when rebuilding 
port.
   
   PR: ports/130903
   Reported by:Jan Henrik Sylvester 
   Approved by:miwi (implicit)
   
   Revision  ChangesPath
   1.47  +3 -2  ports/misc/kdeedu4/Makefile
 ___
 cvs-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"
 
___
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] All of kde4, qt4, etc build fine except kdenetwork4 on my FreeBSD Current laptop.

2009-01-23 Thread eculp
I have both kde3, kde4 and gnome on this laptop running up to date  
current i386.  I normally use kde3 but kde4.1.1 is functional but I  
was never able to get kdenetwork4 to build so I gave up and installed  
a package.  Now I am upgrading to kde4.1.4 and have the same problem  
but there isn't a package solution so now I am forced to find a  
solution ;)

Of course for kdenetwork4.1.4 I also followed the UPDATING:

   pkg_delete -f kdebase-runtime-4.1\*
   portmaster -a

I have tried everyway that I can think of.  Port by port, with  
portupgrade and with portmaster.  I have even tried portmaster -r  
net/kdenetwork4 - portupgrade -rf net/kdenetwork4 and all generate the  
exact same results:

 /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.4/kopete/protocols/jabber\
 /libiris/iris/xmpp-im/xmpp_task.cpp:21:27: error: qplatformdefs.h: Noº
 such file or directory
 *** Error code 1

 Stop in /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.4/build.
 *** Error code 1

with no change.

I would use a package but there isn't one.  I would build without  
jabber but don't find an option in the make file.

Any suggestions appreciated.

The laptop specifics follow:

# uname -a
FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #137: Tue Jan  
20 13:09:07 CST 2009  
r...@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO  i386

The qt4 and kde4 packages installed follow.

# ls -d /var/db/pkg/k*|egrep 4
kde4-shared-mime-info-1.0
kde4-xdg-env-1.0
kdeaccessibility-4.1.4
kdeadmin-4.1.4
kdeartwork-4.1.4
kdebase-4.1.4
kdebase-workspace-4.1.4_1
kdeedu-4.1.4_1
kdegames-4.1.4
kdegraphics-4.1.4
kdehier4-1.0
kdelibs-4.1.4
kdemultimedia-4.1.4
kdenetwork-4.1.1
kdepimlibs-4.1.4
kdeplasma-addons-4.1.4
kdesdk-4.1.4
kdetoys-4.1.4
kdeutils-4.1.4
kdewebdev-4.1.4
kmplayer-kde4-0.11.0.r4_1,2

# ls -d *qt4*
poppler-qt4-0.8.7
qt4-4.4.3
qt4-accessible-4.4.3
qt4-assistant-4.4.3
qt4-assistant-adp-4.4.3
qt4-clucene-4.4.3
qt4-corelib-4.4.3
qt4-dbus-4.4.3
qt4-designer-4.4.3
qt4-doc-4.4.3
qt4-gui-4.4.3
qt4-help-4.4.3
qt4-iconengines-4.4.3
qt4-imageformats-4.4.3
qt4-inputmethods-4.4.3
qt4-l10n-4.4.3
qt4-libQtAssistantClient-4.4.3
qt4-makeqpf-4.4.3
qt4-moc-4.4.3
qt4-mysql-plugin-4.4.3
qt4-network-4.4.3
qt4-opengl-4.4.3
qt4-pixeltool-4.4.3
qt4-porting-4.4.3
qt4-qdbusviewer-4.4.3
qt4-qmake-4.4.3
qt4-qt3support-4.4.3
qt4-qtestlib-4.4.3
qt4-qvfb-4.4.3
qt4-rcc-4.4.3
qt4-script-4.4.3
qt4-sql-4.4.3
qt4-sqlite-plugin-4.4.3
qt4-svg-4.4.3
qt4-uic-4.4.3
qt4-uic3-4.4.3

Please let me know if you need more information.

Thanks for any help or suggestions,

ed

BTW, is there a date for kde4.2 yet?
___
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] kipi-plugins-kde4 port ready for testing

2009-01-23 Thread Kris Moore


Attached is a new port for graphics/ which builds the KDE4 version of 
kipi-plugins. I've built and tested it with KDE 4.2 Beta2 here, and it 
seems to work fine. If others would like to check if out and comment, 
that would be great.




Just one note of weirdness with it, that maybe somebody more "port 
experienced" can help me with:


When it builds, you may see some warnings that it couldn't find 
libkdcraw, libkexiv2, and libkipi. On my system it still builds and 
works, but I did some digging to find out how to fix this. I found that 
in the /usr/local/libdata/pkgconfig/ directory, if you do a "ls *kde4*" 
you'll see these files:


libkdcraw-kde4.pc libkexiv2-kde4.pc libkipi-kde4.pc

These are the only ones with the -kde4 extension. What's weird, if I 
create sym-links to each, dropping the -kde4 extension, then build the 
port, it finds all those just fine now.


ln -s libkdcraw-kde4.pc libkdcraw.pc
(ditto for other two)

Is this something I'm doing wrong in the port, or should these package 
config files not have the -kde4 extension?



Anyway, looking forward to hearing from you guys on how it works :)

--

Kris Moore
PC-BSD Software
http://www.pcbsd.com


kipi-kde4.tar
Description: Binary data
___
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/x11/kdelibs4

2009-01-23 Thread Max Brazhnikov
SVN commit 4471 by makc:

distinfo for repacked kdelibs-4.2.0

 M  +3 -3  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] All of kde4, qt4, etc build fine except kdenetwork4 on my FreeBSD Current laptop.

2009-01-23 Thread Max Brazhnikov
On Fri, 23 Jan 2009 13:17:32 -0600, eculp wrote:
> I have tried everyway that I can think of.  Port by port, with
> portupgrade and with portmaster.  I have even tried portmaster -r
> net/kdenetwork4 - portupgrade -rf net/kdenetwork4 and all generate the
> exact same results:
>
> 
> /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.4/kopete/protocols/jabber\
> /libiris/iris/xmpp-im/xmpp_task.cpp:21:27: error: qplatformdefs.h: Noº such
> file or directory
>  *** Error code 1
>
>  Stop in /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.4/build.
>  *** Error code 1
>
> with no change.
Could you start verbose build (make -DCMAKE_VERBOSE) and show failed command?

> Please let me know if you need more information.
Output of "pkg_info -g qt4-corelib\* qt4-qmake\*"

> BTW, is there a date for kde4.2 yet?
http://techbase.kde.org/Schedules

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] kipi-plugins-kde4 port ready for testing

2009-01-23 Thread Max Brazhnikov
On Fri, 23 Jan 2009 15:22:58 -0500, Kris Moore wrote:
> Attached is a new port for graphics/ which builds the KDE4 version of
> kipi-plugins. I've built and tested it with KDE 4.2 Beta2 here, and it
> seems to work fine. If others would like to check if out and comment,
> that would be great.
>
>
>
> Just one note of weirdness with it, that maybe somebody more "port
> experienced" can help me with:
>
> When it builds, you may see some warnings that it couldn't find
> libkdcraw, libkexiv2, and libkipi. On my system it still builds and
> works, but I did some digging to find out how to fix this. I found that
> in the /usr/local/libdata/pkgconfig/ directory, if you do a "ls *kde4*"
> you'll see these files:
>
> libkdcraw-kde4.pc libkexiv2-kde4.pc libkipi-kde4.pc
>
> These are the only ones with the -kde4 extension. What's weird, if I
> create sym-links to each, dropping the -kde4 extension, then build the
> port, it finds all those just fine now.
>
> ln -s libkdcraw-kde4.pc libkdcraw.pc
> (ditto for other two)
>
> Is this something I'm doing wrong in the port, or should these package
> config files not have the -kde4 extension?
These files have been renamed to avoid conflict with kde3 version. Therefore 
kde4 ports which depend on libkdcraw,  libkexiv or/and libkipi should be 
patched to use correct version of these libraries.

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


Re: [kde-freebsd] kipi-plugins-kde4 port ready for testing

2009-01-23 Thread Kris Moore
Max Brazhnikov wrote:
> On Fri, 23 Jan 2009 15:22:58 -0500, Kris Moore wrote:
>> Attached is a new port for graphics/ which builds the KDE4 version of
>> kipi-plugins. I've built and tested it with KDE 4.2 Beta2 here, and it
>> seems to work fine. If others would like to check if out and comment,
>> that would be great.
>>
>>
>>
>> Just one note of weirdness with it, that maybe somebody more "port
>> experienced" can help me with:
>>
>> When it builds, you may see some warnings that it couldn't find
>> libkdcraw, libkexiv2, and libkipi. On my system it still builds and
>> works, but I did some digging to find out how to fix this. I found that
>> in the /usr/local/libdata/pkgconfig/ directory, if you do a "ls *kde4*"
>> you'll see these files:
>>
>> libkdcraw-kde4.pc libkexiv2-kde4.pc libkipi-kde4.pc
>>
>> These are the only ones with the -kde4 extension. What's weird, if I
>> create sym-links to each, dropping the -kde4 extension, then build the
>> port, it finds all those just fine now.
>>
>> ln -s libkdcraw-kde4.pc libkdcraw.pc
>> (ditto for other two)
>>
>> Is this something I'm doing wrong in the port, or should these package
>> config files not have the -kde4 extension?
> These files have been renamed to avoid conflict with kde3 version. Therefore 
> kde4 ports which depend on libkdcraw,  libkexiv or/and libkipi should be 
> patched to use correct version of these libraries.
> 
> Cheers,
> Max
> 


Ahh, thanks for the clarification on this. I've tinkered with the 
CMakeLists.txt for this port, but I can't seem to find a way to force it 
to use -kde4 when it looks for the package config files. Is there an 
easier way to do this?

If I'm following it correctly, isn't cmake using 
/usr/local/kde4/share/apps/cmake/modules/FindKipi.cmake and the others 
to determine if its installed? Should those be updated to have it look 
for the package config files with the -kde4 extension?


-- 

Kris Moore
PC-BSD Software
http://www.pcbsd.com
___
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