[kde-freebsd] Re: ports/155169: devel/kdebindings4-ruby: fails to install krossruby.so

2011-07-06 Thread Steve Wills
The following reply was made to PR ports/155169; it has been noted by GNATS.

From: Steve Wills swi...@freebsd.org
To: bug-follo...@freebsd.org, swhet...@gmail.com
Cc:  
Subject: Re: ports/155169: devel/kdebindings4-ruby: fails to install 
krossruby.so
Date: Tue, 5 Jul 2011 20:22:36 +

 --NMuMz9nt05w80d4+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 This is an upstream bug. Please see:
 
 http://lists.kde.org/?l=kde-develm=127825525824069w=2
 
 and
 
 https://bugs.kde.org/show_bug.cgi?id=243565
 
 Until it is fixed, the attached patch should avoid the issue. I would like to 
see this commited soon so that the default Ruby can be changed to 1.9.
 
 Patch is also available here:
 
 http://people.freebsd.org/~swills/kde-ruby-fix.patch.txt
 
 Thanks,
 Steve
 
 --NMuMz9nt05w80d4+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=kde-ruby-fix.patch.txt
 
 Index: devel/kdebindings4/Makefile
 ===
 RCS file: /home/ncvs/ports/devel/kdebindings4/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- devel/kdebindings4/Makefile25 Mar 2011 10:33:48 -  1.12
 +++ devel/kdebindings4/Makefile5 Jul 2011 20:02:49 -
 @@ -7,6 +7,7 @@
  
  PORTNAME= kdebindings
  PORTVERSION=  ${KDE4_VERSION}
 +PORTREVISION= 1
  CATEGORIES=   devel kde
  MASTER_SITES= # empty
  DISTFILES=# none
 @@ -22,7 +23,7 @@
  # OPTIONS+=   JAVA Java bindings on
  # OPTIONS+=   PHP PHP bindings on
  OPTIONS+= PYTHON Python bindings on
 -OPTIONS+= RUBY Ruby bindings on
 +OPTIONS+= RUBY Ruby bindings off
  
  .include bsd.port.options.mk
  
 @@ -44,6 +45,10 @@
  
  .if !defined(WITHOUT_RUBY)
  RUN_DEPENDS+= 
${KDE4_PREFIX}/bin/krubyapplication:${PORTSDIR}/devel/kdebindings4-ruby
 +.include ${PORTDIR}/Mk/bsd.ruby.mk
 +.if ${RUBY_VER} == 1.9
 +BROKEN=   Ruby KDE bindings do not work with Ruby 1.9, please disable it 
or use Ruby 1.8.
 +.endif
  .endif
  
  do-install:
 Index: devel/kdebindings4-ruby/Makefile
 ===
 RCS file: /home/ncvs/ports/devel/kdebindings4-ruby/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- devel/kdebindings4-ruby/Makefile   25 Mar 2011 10:33:49 -  1.6
 +++ devel/kdebindings4-ruby/Makefile   5 Jul 2011 19:55:17 -
 @@ -48,4 +48,8 @@
@${CAT} ${PKGMESSAGE}
  
  .include ${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings
 -.include bsd.port.mk
 +.include bsd.port.pre.mk
 +.if ${RUBY_VER} == 1.9
 +BROKEN= does not build with ruby 1.9
 +.endif
 +.include bsd.port.post.mk
 
 --NMuMz9nt05w80d4+--
___
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: ports/155169: devel/kdebindings4-ruby: fails to install krossruby.so

2011-07-06 Thread Steve Wills
The following reply was made to PR ports/155169; it has been noted by GNATS.

From: Steve Wills swi...@freebsd.org
To: bug-follo...@freebsd.org, swhet...@gmail.com
Cc:  
Subject: Re: ports/155169: devel/kdebindings4-ruby: fails to install 
krossruby.so
Date: Tue, 05 Jul 2011 21:36:16 -0400

 This is a multi-part message in MIME format.
 --04020908090009080207
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 Scratch that, that disables all of kdebindings for ruby, which isn't
 necessary. Only krossruby is broken so the attached patch which just
 disables krossruby is more appropriate, also available here:
 
 http://people.freebsd.org/~swills/kde-ruby-fix2.patch.txt
 
 Steve
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.17 (FreeBSD)
 
 iQEcBAEBAgAGBQJOE7wPAAoJEPXPYrMgexuhDtoH/1SMUI30+5Py5GYPhh1VUQVz
 edR9OnZqGELSE09uyPxrcK5XFy1jBHHKyCvCxtn8+blqC8xGgPO+ZO1Bl49iGzC0
 m9fPWQ52TPsnzf05zdd4rMN7JT+ZhdJweVp4oAu5Up1Yt3VCD2IS2vo5GKtW0vMh
 KOGK/jmNtshNPn3YeeBT8HahZfdaQs4V9NmNElVnVHoyXQdTBGqHn8QOAHxe5iza
 3L0VjGpqaSNsEzzQZarlOkP3Jc+hA4YXScogzsRKEMGT02xi3oWuovhcOTGF6xkl
 AfkVMN/DKjOMCCdYp4+fF6rJhRhRngZr9KgActMeR5bgdTejGdlOg5wUdVqNMm0=
 =nOlH
 -END PGP SIGNATURE-
 
 --04020908090009080207
 Content-Type: text/plain;
  name=kde-ruby-fix2.patch.txt
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename=kde-ruby-fix2.patch.txt
 
 Index: Makefile
 ===
 RCS file: /home/ncvs/ports/devel/kdebindings4-ruby/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile   25 Mar 2011 10:33:49 -  1.6
 +++ Makefile   6 Jul 2011 01:27:26 -
 @@ -48,4 +48,11 @@
@${CAT} ${PKGMESSAGE}
  
  .include ${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings
 -.include bsd.port.mk
 +.include bsd.port.pre.mk
 +.if ${RUBY_VER} == 1.9
 +CMAKE_ARGS+=  -DENABLE_KROSSRUBY=OFF
 +PLIST_SUB+=   KROSS=@comment 
 +.else
 +PLIST_SUB+=   KROSS=
 +.endif
 +.include bsd.port.post.mk
 Index: pkg-plist
 ===
 RCS file: /home/ncvs/ports/devel/kdebindings4-ruby/pkg-plist,v
 retrieving revision 1.3
 diff -u -r1.3 pkg-plist
 --- pkg-plist  25 Mar 2011 10:33:49 -  1.3
 +++ pkg-plist  6 Jul 2011 01:27:38 -
 @@ -12,7 +12,7 @@
  include/qtruby/marshall_types.h
  include/qtruby/qtruby.h
  include/qtruby/smokeruby.h
 -lib/kde4/krossruby.so
 +%%KROSS%%lib/kde4/krossruby.so
  lib/kde4/krubypluginfactory.so
  lib/libqtruby4shared.so
  lib/libqtruby4shared.so.2
 
 --04020908090009080207
 Content-Type: application/octet-stream;
  name=kde-ruby-fix2.patch.txt.sig
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename=kde-ruby-fix2.patch.txt.sig
 
 iQEcBAABAgAGBQJOE7wPAAoJEPXPYrMgexuhdKsH/A6xjky1UJw+iffc6iJw+7XGQ9wCyu2o
 xzyVUWfYxE/Z8m0B4LB1YdO1Otinb/tGw0VMcTbbOjYWP6F2xzva4Rk5oTP68mTywkCDujzp
 LfJdT+nltUsts/xRaHzmfCZXjb2lD7FtlAOQBUg5Lzeuk0RzuJkS4+kqi/2G53Do1alXKH0N
 JnG/oKHb83YlB8te7Z5Uyr+EoogVIsK1tlEliapunlt7fHGpSNOXxE7iWni6idq/AAcwpJDi
 HQAOprkNNr1sOwFCQTqPWscTvKt8KbDi81PIIdwRLCLZ/jFS9tOO6eeWzSSCqYACrmoGl8ut
 oIyN4drCSPj+Ia+dAUQinUw=
 --04020908090009080207--
___
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/kdegraphics4

2011-07-06 Thread Raphael Kubo da Costa
SVN commit 7327 by rakuco:

Reroll kdegraphics-4.6.5

 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/KDE/misc/kde4-l10n-nl

2011-07-06 Thread Max Brazhnikov
SVN commit 7328 by makc:

Add patch from upstream to fix build 
Update plist

 M  +0 -2  Makefile  
 M  +1 -1  Makefile.man  
 A files (directory)  
 A files/patch-1239106  
 M  +242 -0pkg-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] [Fwd: py27-kde-3.16.7_1,1 failed on amd64 8]

2011-07-06 Thread Pav Lucistnik
 Přeposlaná zpráva 
 Od: User Ports-amd64 ports-am...@freebsd.org
 Komu: c...@oook.cz, ite...@freebsd.org
 Předmět: py27-kde-3.16.7_1,1 failed on amd64 8
 Datum: Wed, 6 Jul 2011 22:24:38 GMT
 
 Excerpt from the build log at
 
   
 http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8.20110705092526/py27-kde-3.16.7_1,1.log
 
 building py27-kde-3.16.7_1,1 on gohan61.freebsd.org
 in directory /y/pkgbuild/8/20110705092526/chroot/28
 building for: 8.0-RELEASE-p2 amd64
 maintained by: k...@freebsd.org
 port directory: /usr/ports/x11-toolkits/py-kde
 Makefile ident: $FreeBSD: ports/x11-toolkits/py-kde/Makefile,v 1.58 
 2011/02/25 01:32:17 delphij Exp $
 
   [... lines trimmed ...]
 
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcescmodule.o 
 sipkresourcescmodule.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o 
 sipkresourcesQPtrList0100KRESResource.o 
 sipkresourcesQPtrList0100KRESResource.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRESSelectDialog.o 
 sipkresourcesKRESSelectDialog.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o 
 sipkresourcesKRESPluginFactoryBase.o sipkresourcesKRESPluginFactoryBase.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRESResource.o 
 sipkresourcesKRESResource.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRESFactory.o 
 sipkresourcesKRESFactory.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRESConfigWidget.o 
 sipkresourcesKRESConfigWidget.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o 
 sipkresourcesKRESResourcePageInfo.o sipkresourcesKRESResourcePageInfo.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRESConfigDialog.o 
 sipkresourcesKRESConfigDialog.cpp
 c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -pipe 
 -fno-strict-aliasing -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. 
 -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio 
 -I/usr/local/include/kresources -I/usr/local/include/python2.7 
 -I/usr/local/share/qt/mkspecs/freebsd-g++ -o sipkresourcesKRES.o 
 sipkresourcesKRES.cpp
 c++ -shared -pthread -Wl,-rpath,/usr/local/lib -o kresources.so 
 sipkresourcescmodule.o sipkresourcesQPtrList0100KRESResource.o 
 sipkresourcesKRESSelectDialog.o sipkresourcesKRESPluginFactoryBase.o 
 sipkresourcesKRESResource.o sipkresourcesKRESFactory.o 
 sipkresourcesKRESConfigWidget.o sipkresourcesKRESResourcePageInfo.o 
 sipkresourcesKRESConfigDialog.o sipkresourcesKRES.o