pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/qcomicbook



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 11 08:10:36 UTC 2018

Modified Files:
        pkgsrc/graphics/qcomicbook: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/qcomicbook/Makefile

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

Modified files:

Index: pkgsrc/graphics/qcomicbook/Makefile
diff -u pkgsrc/graphics/qcomicbook/Makefile:1.33 pkgsrc/graphics/qcomicbook/Makefile:1.34
--- pkgsrc/graphics/qcomicbook/Makefile:1.33    Fri Dec  8 08:52:57 2017
+++ pkgsrc/graphics/qcomicbook/Makefile Thu Jan 11 08:10:36 2018
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/12/08 08:52:57 maya Exp $
-#
+# $NetBSD: Makefile,v 1.34 2018/01/11 08:10:36 wiz Exp $
 
 DISTNAME=              qcomicbook-0.9.0
 PKGREVISION=           32
@@ -11,6 +10,8 @@ HOMEPAGE=             http://qcomicbook.org/
 COMMENT=               Viewer for comic book archives
 LICENSE=               gnu-gpl-v2
 
+BROKEN=                        Needs poppler with qt4 support.
+
 USE_LANGUAGES=         c c++
 USE_TOOLS=             gmake pkg-config
 USE_CMAKE=             yes
@@ -26,7 +27,7 @@ SUBST_SED.man=                -e "s|share/man|${PKGMAN
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 BUILD_DEPENDS+=        poppler-qt4>=0.12.4:../../print/poppler-qt4
-.include "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-qt4/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 BUILD_DEPENDS+=        qt4-tools>=4.5.0:../../x11/qt4-tools
 .include "../../x11/qt4-tools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index