pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texstudio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 10 22:31:08 UTC 2018

Modified Files:
        pkgsrc/editors/texstudio: Makefile

Log Message:
texstudio: mark as BROKEN

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/texstudio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.16 pkgsrc/editors/texstudio/Makefile:1.17
--- pkgsrc/editors/texstudio/Makefile:1.16      Tue Dec 19 09:42:48 2017
+++ pkgsrc/editors/texstudio/Makefile   Wed Jan 10 22:31:08 2018
@@ -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 @@ HOMEPAGE=       http://texstudio.sourceforge.n
 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 @@ do-configure:
 .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