Index: head/print/lyx/Makefile =================================================================== --- head/print/lyx/Makefile (revision 424053) +++ head/print/lyx/Makefile (revision 424054) @@ -1,57 +1,58 @@ # Created by: Klemm # $FreeBSD$ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ MAINTAINER= rakuco@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.2 -MINOR_VERSION= 1 +MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ python:2 tar:xz -USE_QT4= corelib gui svg moc_build uic_build rcc_build +USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ - --disable-qt5 \ + --enable-qt5 \ + --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} CPPFLAGS+= ${EXECINFO_CPPFLAGS} LDFLAGS+= ${EXECINFO_LDFLAGS} LIBS+= -lexecinfo OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes ENCHANT_DESC= Spell checking using Enchant ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext .include .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000) EXTRA_PATCHES= ${FILESDIR}/extrapatch-src_frontends_qt4_GuiWorkArea.cpp .endif .include Index: head/print/lyx/distinfo =================================================================== --- head/print/lyx/distinfo (revision 424053) +++ head/print/lyx/distinfo (revision 424054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470480312 -SHA256 (lyx-2.2.1.tar.xz) = db6b722f4526d44e09609adcacb6acef38eb7a11c7cde91ffe0d1d54ef94740f -SIZE (lyx-2.2.1.tar.xz) = 15522104 +TIMESTAMP = 1476601345 +SHA256 (lyx-2.2.2.tar.xz) = a85c3d7412c4069f8a1f5af4eb172948ae9a50394602f6318ab5c8e990aa5568 +SIZE (lyx-2.2.2.tar.xz) = 15490148 Index: head/print/lyx/pkg-message =================================================================== --- head/print/lyx/pkg-message (revision 424053) +++ head/print/lyx/pkg-message (revision 424054) @@ -1,13 +1,9 @@ -For LyX to work you need to install some kind of TeX distribution. - - - The print/teTeX port in the ports tree. - - The print/texlive-* ports in the ports tree. - -Either one should work fine. +For LyX to work you need to install some kind of TeX distribution. See the +print/texlive-* ports in the ports tree. *** As of version 2.0.0, LyX depends on the textproc/mythes ports for thesaurus support. Even though the LyX port depends on textproc/mythes, it is up to the user to install the thesaurus ports for her languages of preference.