pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/texstudio texstudio: mark as BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53bc08545890
branches:  trunk
changeset: 373906:53bc08545890
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 10 22:31:08 2018 +0000

description:
texstudio: mark as BROKEN

Needs removed poppler-qt4; or porting to qt5, but that does not build
for me.

diffstat:

 editors/texstudio/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 192fb9d30b8b -r 53bc08545890 editors/texstudio/Makefile
--- a/editors/texstudio/Makefile        Wed Jan 10 22:30:30 2018 +0000
+++ b/editors/texstudio/Makefile        Wed Jan 10 22:31:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/12/19 09:42:48 markd Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/10 22:31:08 wiz Exp $
 
 DISTNAME=      texstudio-2.12.6
 CATEGORIES=    editors
@@ -9,6 +9,8 @@
 COMMENT=       Integrated writing environment for creating LaTeX documents
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                Needs to be converted to qt5
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-//}
 
 USE_TOOLS+=    pkg-config
@@ -33,6 +35,6 @@
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
-.include "../../print/poppler-includes/buildlink3.mk"
+#.include "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-includes/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index