[kde-freebsd] [SVN Commit] area51/KDE/graphics/okular

2014-09-17 Thread Raphael Kubo da Costa
SVN commit 10300 by rakuco:

okular: Add a patch to avoid crashes with libcxxrt.

I haven't fully investigated the problem, but it appears Okular is trying to
use dynamic_cast with pointers passed across executables and shared objects.
It works with GCC and libstdcxx, but not with libcxxrt, which performs more
thorough checks than the former.

Using qobject_cast here achieves the desired effect without the problems
with RTTI.

I'll submit a patch upstream once I finish checking everything.



 A files (directory)  
 AMfiles/patch-shell__shell.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


[kde-freebsd] [SVN Commit] area51/KDE/graphics/okular

2014-09-16 Thread Alonso Schaich
SVN commit 10293 by aschai:

Add okular - libkscreen 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/graphics/okular

2014-08-21 Thread Alonso Schaich
SVN commit 10260 by aschai:

Fix plist.



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

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

Adapt plist to the new version.



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

2014-01-26 Thread Max Brazhnikov
SVN commit 9922 by makc:

graphics/okular:
- add dependence on libkexiv2
- add explicit dependence on libqmobipocket
- update plist for 4.12.1


 M  +4 -2  Makefile  
 M  +7 -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/KDE/graphics/okular

2013-12-11 Thread Alberto Villa
SVN commit 9806 by avilla:

- Add dependency on pkgconfig (libspectre is not detected otherwise).
- Update to new LIB_DEPENDS format.
- Use OPTIONS helpers.



 M  +12 -16Makefile  


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

2013-09-30 Thread Alonso Schaich
SVN commit 9554 by aschai:

Move man page from Makefile to pkg-plist as proposed on the StageDir wiki page.



 M  +0 -2  Makefile  
 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/okular

2013-08-12 Thread Alonso Schaich
SVN commit 9393 by aschai:

Fix plist.



 M  +35 -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/graphics/okular

2013-03-26 Thread Max Brazhnikov
SVN commit 9146 by makc:

chase graphics/poppler update
remove shlib versions

 M  +8 -8  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/okular

2013-03-07 Thread Max Brazhnikov
SVN commit 9026 by makc:

Add dependence on kactivities
Update plist for 4.10.1

 M  +3 -1  Makefile  
 M  +13 -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/graphics/okular

2012-06-14 Thread Max Brazhnikov
SVN commit 8316 by makc:

Sync with ports: chase graphics/djvulibre update

 M  +2 -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/okular

2011-11-01 Thread Raphael Kubo da Costa
SVN commit 7803 by rakuco:

okular: Fix plist

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

2011-09-05 Thread Alberto Villa
SVN commit 7601 by avilla:

- Add dependencies on teTeX-base and GhostScript.



 M  +3 -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


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

2011-09-05 Thread Raphael Kubo da Costa
Alberto Villa avi...@freebsd.org writes:

 SVN commit 7601 by avilla:

 - Add dependencies on teTeX-base and GhostScript.

Hm? Why are these needed?
___
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/okular

2011-09-05 Thread Alberto Villa
On Monday 05 September 2011 19:52:32 Raphael Kubo da Costa wrote:
 Alberto Villa avi...@freebsd.org writes:
  SVN commit 7601 by avilla:
  
  - Add dependencies on teTeX-base and GhostScript.
 
 Hm? Why are these needed?

http://wstaw.org/m/2011/09/05/plasma-desktopNa1890.jpg

...and...

http://wstaw.org/m/2011/09/05/plasma-desktopzw1890.jpg (kpsewhich is 
in teTex-base)
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

... A booming voice says, Wrong, cretin!, and you notice that you
have turned into a pile of dust.


signature.asc
Description: This is a digitally signed message part.
___
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/okular

2011-09-05 Thread Alberto Villa
SVN commit 7602 by avilla:

- Make GhostScript a run dependency.



 M  +1 -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/okular

2011-09-05 Thread Raphael Kubo da Costa
Alberto Villa avi...@freebsd.org writes:

 On Monday 05 September 2011 19:52:32 Raphael Kubo da Costa wrote:
 Alberto Villa avi...@freebsd.org writes:
  SVN commit 7601 by avilla:
 
  - Add dependencies on teTeX-base and GhostScript.

 Hm? Why are these needed?

 http://wstaw.org/m/2011/09/05/plasma-desktopNa1890.jpg

 ...and...

 http://wstaw.org/m/2011/09/05/plasma-desktopzw1890.jpg (kpsewhich is
 in teTex-base)

From what the code says, only libspectre is needed for the PS stuff (and
libspectre's Makefile already requires ghostscript). As for teTex-base,
indeed kpesewhich is sometimes used, but I still find it weird that
distros such as arch and gentoo do not require it.
___
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/okular

2011-09-05 Thread Alberto Villa
SVN commit 7606 by avilla:

- Remove dependency on GhostScript (it's already installed by
  libspectre). [1]
- Make teTeX dependency optional (defaulting to off). [2]

Suggested by:   rakuco [1]
Discussed with: Axel Gonzalez on IRC [2]


 M  +8 -3  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/okular

2011-09-01 Thread Alberto Villa
SVN commit 7549 by avilla:

- Add plist.



 A 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