pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texworks



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 11 08:09:39 UTC 2018

Modified Files:
        pkgsrc/editors/texworks: Makefile

Log Message:
texworks: mark as broken due to poppler-qt4 removal


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/editors/texworks/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/texworks/Makefile
diff -u pkgsrc/editors/texworks/Makefile:1.46 pkgsrc/editors/texworks/Makefile:1.47
--- pkgsrc/editors/texworks/Makefile:1.46       Fri Dec  8 08:52:57 2017
+++ pkgsrc/editors/texworks/Makefile    Thu Jan 11 08:09:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/12/08 08:52:57 maya Exp $
+# $NetBSD: Makefile,v 1.47 2018/01/11 08:09:38 wiz Exp $
 
 DISTNAME=      texworks-0.6.1
 PKGREVISION=   5
@@ -12,6 +12,8 @@ HOMEPAGE=     http://www.tug.org/texworks/
 COMMENT=       Simple TeX front-end program
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                Needs poppler with qt4 support.
+
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config gmake
 USE_CMAKE=     yes
@@ -29,7 +31,7 @@ pre-configure:
 BUILDLINK_DEPMETHOD.qt4-tools= full
 
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-qt4/buildlink3.mk"
 .include "../../textproc/hunspell/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index