pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/kbibtex



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

Modified Files:
        pkgsrc/print/kbibtex: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/print/kbibtex/Makefile

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

Modified files:

Index: pkgsrc/print/kbibtex/Makefile
diff -u pkgsrc/print/kbibtex/Makefile:1.87 pkgsrc/print/kbibtex/Makefile:1.88
--- pkgsrc/print/kbibtex/Makefile:1.87  Mon Jan  1 21:18:50 2018
+++ pkgsrc/print/kbibtex/Makefile       Thu Jan 11 08:11:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2018/01/01 21:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.88 2018/01/11 08:11:31 wiz Exp $
 
 DISTNAME=              kbibtex-0.5.1
 PKGREVISION=           21
@@ -13,11 +13,13 @@ LICENSE=            gnu-gpl-v2
 
 BUILD_DEPENDS+=        automoc4>=0.9.87:../../devel/automoc4
 
+BROKEN=                        Needs poppler with qt4 support.
+
 USE_TOOLS+=            perl msgfmt
 USE_LANGUAGES=         c c++
 
 .include "../../meta-pkgs/kde4/kde4.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-qt4/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/kdelibs4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index