summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-10-16 10:04:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-10-16 10:04:11 +0000
commitb0f50e0d61dfdce18b7e7ce7207329b9a3f675a6 (patch)
tree913f0e9c2de197430ad9cb80146800146f6e48f5 /print
parentNew port: net/p5-Net-Frame-Device (diff)
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.
Notes
Notes: svn path=/head/; revision=424054
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile7
-rw-r--r--print/lyx/distinfo6
-rw-r--r--print/lyx/pkg-message8
3 files changed, 9 insertions, 12 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index c6ab4ee0a149..4ffe2341d589 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -18,15 +18,16 @@ 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}
diff --git a/print/lyx/distinfo b/print/lyx/distinfo
index a20bd85e268b..e283e5ecfc4f 100644
--- a/print/lyx/distinfo
+++ b/print/lyx/distinfo
@@ -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
diff --git a/print/lyx/pkg-message b/print/lyx/pkg-message
index 18430054c9df..dcb75149357e 100644
--- a/print/lyx/pkg-message
+++ b/print/lyx/pkg-message
@@ -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.
***