Wed Jan 10 22:31:08 2018 UTC ()
texstudio: mark as BROKEN

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


(wiz)
diff -r1.16 -r1.17 pkgsrc/editors/texstudio/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/editors/texstudio/Makefile (expand / switch to context diff)
--- pkgsrc/editors/texstudio/Makefile 2017/12/19 09:42:48 1.16
+++ pkgsrc/editors/texstudio/Makefile 2018/01/10 22:31:08 1.17
@@ -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"