diff options
author | rumko <rumko@pkgsrc.org> | 2014-02-08 18:49:05 +0000 |
---|---|---|
committer | rumko <rumko@pkgsrc.org> | 2014-02-08 18:49:05 +0000 |
commit | d3c5287d10140225b908eeccf9c1056c8eed3e4e (patch) | |
tree | adcf4bbc8b1c3fd8473bce481a0b9aee0f732aa2 /editors | |
parent | 57d5c89b205c43434e057dfcd88c507303995736 (diff) | |
download | pkgsrc-d3c5287d10140225b908eeccf9c1056c8eed3e4e.tar.gz |
editors/lyx: update to 2.0.7 and add missing boost dep
Changes from upstream (snipped, full changelog at http://www.lyx.org/announce/2_0_7.txt):
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix garbage in document export (and maybe other places) by making encoding
conversions thread-safe (bug 8854).
- Fix output of ulem commands (underline etc.) which was broken as of
LyX 2.0.6 (bug 8733).
- Fix problem with unbalanced braces in XeTeX output (bug 8765).
- Fix problems with unbalanced braces with a secondary CJK language
(bug 8215).
- Fix state of certain language packages (polyglossia, japanese) in
child documents (bug 8770).
- Fix compilation of documents containing chemical equations and math
integrals (bug 8731).
- Fix compilation with nested ("sub") custom floats.
- Fix import of CSV-files.
* LYXHTML
- Fix random character inserted as year modifier in author-year citations.
* BUILD/INSTALLATION
- Add support for automake 1.13.
- Fix compilation with clang LLVM compiler.
- Fix Qt tools search when a Qt directory has been specified.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx/Makefile | 5 | ||||
-rw-r--r-- | editors/lyx/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 47167d5429d..868f83c3bfe 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/02/08 18:49:05 rumko Exp $ -DISTNAME= lyx-2.0.6 +DISTNAME= lyx-2.0.7 CATEGORIES= editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/ \ @@ -144,6 +144,7 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,' .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" .include "../../textproc/mythes/buildlink3.mk" +.include "../../devel/boost-headers/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/lyx/distinfo b/editors/lyx/distinfo index 4f2bdb11ce0..5bc3c00e148 100644 --- a/editors/lyx/distinfo +++ b/editors/lyx/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2014/01/19 14:04:39 rumko Exp $ +$NetBSD: distinfo,v 1.13 2014/02/08 18:49:05 rumko Exp $ -SHA1 (lyx-2.0.6.tar.xz) = d73ba7a5e796acdf32282207be0b29d66411c5f8 -RMD160 (lyx-2.0.6.tar.xz) = 8e0e3af80726f566fdd8498f7410c36cffa6bdda -Size (lyx-2.0.6.tar.xz) = 10390452 bytes +SHA1 (lyx-2.0.7.tar.xz) = 4d54eb0cf98b0a44b5156ec84932e58c9c0efb07 +RMD160 (lyx-2.0.7.tar.xz) = 01b8989b68f10f37b5eb799fc01ba0a4f739b9f6 +Size (lyx-2.0.7.tar.xz) = 10449908 bytes SHA1 (patch-boost_boost_detail_container__fwd.hpp) = ff95034c4e2c03c894b3aa4b9222b34b8495fba7 SHA1 (patch-boost_libs_signals_src_named__slot__map.cpp) = 3d73f93911eb2a9b51b0be34e3a26e85ec5b54f4 SHA1 (patch-development_MacOSX_Makefile.in) = ae9e51e3458f8986ae392b146f8684305b7fe25b |