pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lyx lyx: temporarily use the built-in boost



details:   https://anonhg.NetBSD.org/pkgsrc/rev/652116667bcd
branches:  trunk
changeset: 327345:652116667bcd
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sun Dec 30 15:55:56 2018 +0000

description:
lyx: temporarily use the built-in boost

because the pkgsrc version has removed the deprecated boost/signal.hpp.
To be reverted when upstream LyX fixes this.

diffstat:

 editors/lyx/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 40dff23842a8 -r 652116667bcd editors/lyx/Makefile
--- a/editors/lyx/Makefile      Sun Dec 30 15:05:46 2018 +0000
+++ b/editors/lyx/Makefile      Sun Dec 30 15:55:56 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2018/12/13 19:51:50 adam Exp $
+# $NetBSD: Makefile,v 1.72 2018/12/30 15:55:56 rhialto Exp $
 
 DISTNAME=              lyx-2.2.2
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/
 MASTER_SITES+=         ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.2.x/
@@ -69,7 +69,8 @@
 LDFLAGS.SunOS+=                -liconv
 
 CONFIGURE_ARGS+=       --without-included-mythes
-CONFIGURE_ARGS+=       --without-included-boost
+# XXX Uncomment this after updating LyX to latest:
+#CONFIGURE_ARGS+=      --without-included-boost
 
 CONFIGURE_ARGS+=       --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \
                        --with-qt4-dir=${QTDIR:Q} \
@@ -184,7 +185,7 @@
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../textproc/mythes/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
+#.include "../../devel/boost-libs/buildlink3.mk"
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index