[kde-freebsd] [SVN Commit] area51/KDE/graphics/libkdcraw-kde4

2016-05-22 Thread Adriaan de Groot
SVN commit 12570 by adridg:

Restore PORTREVISION, and then bump it for the changed LIB_DEPENDS

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


Re: [kde-freebsd] [SVN Commit] area51/KDE/graphics/libkdcraw-kde4

2015-06-15 Thread Schaich, Alonso
On Mon, 15 Jun 2015 08:06:44 -0700 (PDT)
Alonso Schaich alonsoscha...@fastmail.fm wrote:

 SVN commit 10788 by aschai:
 
 Enable exceptions for libkdraw
 
 This fixes the build process using gcc. The patch is derived from [1], which
 was found by racuko@ and obsoletes the kdelibs patching done in r10784.
 
 PR:   200734
 
 
 
  A files (directory)  
  A files/patch-libkdcraw__CMakeLists.txt  
 
 

... and [1] is 
http://quickgit.kde.org/?p=libkdcraw.gita=commitdiffh=46898ec97a0462eb08a5b6d0450a86b27aae

Alonso


pgpUtC6eelRYO.pgp
Description: PGP signature
___
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/files

2015-06-15 Thread Raphael Kubo da Costa
SVN commit 10791 by rakuco:

libkdcraw-kde4: Add upstream commit information to patch added in r10788.

It makes it easier to know that it came from upstream and why in the future.



 M  +9 -2  patch-libkdcraw__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/graphics/libkdcraw-kde4/files

2015-06-15 Thread Raphael Kubo da Costa
SVN commit 10792 by rakuco:

libkdcraw-kde4: Rename upstream patch.

Make it easier to recognize that this is an upstream commit that can be removed 
later.



 A patch-git_46898ec9   patch-libkdcraw__CMakeLists.txt#10791
 D patch-libkdcraw__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/graphics/libkdcraw-kde4

2014-06-28 Thread Alonso Schaich
SVN commit 10154 by aschai:

Adapt plist to the new version.



 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/KDE/graphics/libkdcraw-kde4

2014-01-27 Thread Raphael Kubo da Costa
SVN commit 9926 by rakuco:

libkdcraw-kde4: Depend on graphics/libraw.

libkdcraw removed its own libraw copy and relies on the system installation
now.



 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/KDE/graphics/libkdcraw-kde4

2014-01-25 Thread Raphael Kubo da Costa
SVN commit 9895 by rakuco:

libkdcraw-kde4: Remove all patches.

All the files being patched have been removed, libkdcraw just uses the
system's libraw.

Unfortunately libraw in ports is still  0.15. Hopefully my ports/185118
gets committed soon.



 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


Re: [kde-freebsd] [SVN Commit] area51/KDE/graphics/libkdcraw-kde4

2013-10-18 Thread Raphael Kubo da Costa
Schaich Alonso alonsoscha...@fastmail.fm writes:

 On Wed, 16 Oct 2013 16:40:27 +
 Max Brazhnikov m...@issp.ac.ru wrote:

 On Wed, 16 Oct 2013 08:28:35 -0700 Alonso Schaich wrote:
  SVN commit 9627 by aschai:
  
  Use new compiler option. Tested on 9-STABLE and 10-STABLE.
 
 USE_GCC=any means it can be compiled with base gcc42 on 9-stable, now the
 port requires gcc46. Is this intentional?
 
 Max

 No, it's indeed unintended. It builds with base gcc on 9-STABLE or with clang
 using libc++ but not libstdc++ on 10-STABLE. Any idea on how to force libc++
 only on clang?

What's the error message you get with clang + libstdc++? It might be
easier to just fix it upstream.
___
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

2013-10-18 Thread Alonso Schaich
SVN commit 9630 by aschai:

Disable OTT optimization that breaks clang's linker. While here, enable the
RAWSPEED build, track missing dependecies, USE pkgconfig and fix a broken C++
procedure.



 M  +7 -4  Makefile  
 M  +15 -3 files/patch-CMakeLists.txt  
 A files/patch-libraw__CMakeLists.txt  
 A files/patch-libraw__internal__wf_filtering.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/KDE/graphics/libkdcraw-kde4

2013-10-18 Thread Schaich Alonso
On Fri, 18 Oct 2013 06:03:05 -0300
Raphael Kubo da Costa rak...@freebsd.org wrote:

 Schaich Alonso alonsoscha...@fastmail.fm writes:
 
  On Wed, 16 Oct 2013 16:40:27 +
  Max Brazhnikov m...@issp.ac.ru wrote:
 
  On Wed, 16 Oct 2013 08:28:35 -0700 Alonso Schaich wrote:
   SVN commit 9627 by aschai:
   
   Use new compiler option. Tested on 9-STABLE and 10-STABLE.
  
  USE_GCC=any means it can be compiled with base gcc42 on 9-stable, now the
  port requires gcc46. Is this intentional?
  
  Max
 
  No, it's indeed unintended. It builds with base gcc on 9-STABLE or with
  clang using libc++ but not libstdc++ on 10-STABLE. Any idea on how to
  force libc++ only on clang?
 
 What's the error message you get with clang + libstdc++? It might be
 easier to just fix it upstream.

I think r9630 fixes this properly now. On upstream, I think it should be
considered if LibRaw::wf_remove_banding() shouldn't be of type void. There's
no return value analysis or even storage within libkdcraw (though other
packages might do so).

Alonso
___
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/KDE/graphics/libkdcraw-kde4

2013-10-18 Thread Raphael Kubo da Costa
Alonso Schaich alonsoscha...@fastmail.fm writes:

 SVN commit 9630 by aschai:

 Disable OTT optimization that breaks clang's linker. While here, enable the
 RAWSPEED build, track missing dependecies, USE pkgconfig and fix a broken C++
 procedure.

It would be nice to contact dim@ and the others in the clang team, I'm
sure they'be very interested in fixing those linking errors you mention
with -O4.
___
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/KDE/graphics/libkdcraw-kde4

2013-10-18 Thread Schaich Alonso
On Fri, 18 Oct 2013 06:03:05 -0300
Raphael Kubo da Costa rak...@freebsd.org wrote:

 Schaich Alonso alonsoscha...@fastmail.fm writes:
 
  On Wed, 16 Oct 2013 16:40:27 +
  Max Brazhnikov m...@issp.ac.ru wrote:
 
  On Wed, 16 Oct 2013 08:28:35 -0700 Alonso Schaich wrote:
   SVN commit 9627 by aschai:
   
   Use new compiler option. Tested on 9-STABLE and 10-STABLE.
  
  USE_GCC=any means it can be compiled with base gcc42 on 9-stable, now the
  port requires gcc46. Is this intentional?
  
  Max
 
  No, it's indeed unintended. It builds with base gcc on 9-STABLE or with
  clang using libc++ but not libstdc++ on 10-STABLE. Any idea on how to
  force libc++ only on clang?
 
 What's the error message you get with clang + libstdc++? It might be
 easier to just fix it upstream.

On your question (which I forgot to answer in the last reply), it's a linker
error caused by the -O4 optimization hardcoded in the CMake Makefiles.

Alonso
___
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/KDE/graphics/libkdcraw-kde4

2013-10-18 Thread Dimitry Andric
On Oct 18, 2013, at 15:30, Raphael Kubo da Costa rak...@freebsd.org wrote:
 Alonso Schaich alonsoscha...@fastmail.fm writes:
 
 SVN commit 9630 by aschai:
 
 Disable OTT optimization that breaks clang's linker. While here, enable the
 RAWSPEED build, track missing dependecies, USE pkgconfig and fix a broken C++
 procedure.
 
 It would be nice to contact dim@ and the others in the clang team, I'm
 sure they'be very interested in fixing those linking errors you mention
 with -O4.

For clang, -O4 means to use link time optimizations, but those are not
implemented yet.  Therefore, please use a maximum of -O3 for now. :-)

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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

2013-10-17 Thread Alonso Schaich
SVN commit 9628 by aschai:

Revert r9627.



 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


Re: [kde-freebsd] [SVN Commit] area51/KDE/graphics/libkdcraw-kde4

2013-10-17 Thread Max Brazhnikov
On Wed, 16 Oct 2013 21:47:32 + Schaich Alonso wrote:
 On Wed, 16 Oct 2013 16:40:27 +
 Max Brazhnikov m...@issp.ac.ru wrote:
 
  On Wed, 16 Oct 2013 08:28:35 -0700 Alonso Schaich wrote:
   SVN commit 9627 by aschai:
   
   Use new compiler option. Tested on 9-STABLE and 10-STABLE.
  
  USE_GCC=any means it can be compiled with base gcc42 on 9-stable, now the
  port requires gcc46. Is this intentional?
  
  Max
 
 No, it's indeed unintended. It builds with base gcc on 9-STABLE or with clang
 using libc++ but not libstdc++ on 10-STABLE. Any idea on how to force libc++
 only on clang?

You can't force, but you can test COMPILER_FEATURES for libc++ on 10-stable and 
greater.
___
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

2013-10-16 Thread Alonso Schaich
SVN commit 9627 by aschai:

Use new compiler option. Tested on 9-STABLE and 10-STABLE.



 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/graphics/libkdcraw-kde4

2013-08-12 Thread Alonso Schaich
SVN commit 9394 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