Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 10:04:11 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424054 - head/print/lyx
Message-ID:  <201610161004.u9GA4B2L018191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 16 10:04:11 2016
New Revision: 424054
URL: https://svnweb.freebsd.org/changeset/ports/424054

Log:
  Update to 2.2.2.
  
  Release notes: http://www.lyx.org/announce/2_2_2.txt
  
  Switch the build to Qt5 now that we have Qt 5.6 in the tree. While here,
  stop mentioning the long-defunct print/teTeX port in pkg-message.

Modified:
  head/print/lyx/Makefile
  head/print/lyx/distinfo
  head/print/lyx/pkg-message

Modified: head/print/lyx/Makefile
==============================================================================
--- head/print/lyx/Makefile	Sun Oct 16 10:00:03 2016	(r424053)
+++ head/print/lyx/Makefile	Sun Oct 16 10:04:11 2016	(r424054)
@@ -18,15 +18,16 @@ LIB_DEPENDS=	libboost_regex.so:devel/boo
 		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}
 

Modified: head/print/lyx/distinfo
==============================================================================
--- head/print/lyx/distinfo	Sun Oct 16 10:00:03 2016	(r424053)
+++ head/print/lyx/distinfo	Sun Oct 16 10:04:11 2016	(r424054)
@@ -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

Modified: head/print/lyx/pkg-message
==============================================================================
--- head/print/lyx/pkg-message	Sun Oct 16 10:00:03 2016	(r424053)
+++ head/print/lyx/pkg-message	Sun Oct 16 10:04:11 2016	(r424054)
@@ -1,9 +1,5 @@
-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.
 
 ***
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610161004.u9GA4B2L018191>