pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 20:31:56 UTC 2022

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: temporarily mark broken to unwedge bulk builds


To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 pkgsrc/misc/libreoffice/Makefile

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

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.289 pkgsrc/misc/libreoffice/Makefile:1.290
--- pkgsrc/misc/libreoffice/Makefile:1.289      Mon Aug 22 13:58:32 2022
+++ pkgsrc/misc/libreoffice/Makefile    Mon Aug 22 20:31:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.289 2022/08/22 13:58:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.290 2022/08/22 20:31:56 tnn Exp $
 
 VERREL=                7.4.0
 VERRC=         3
@@ -412,8 +412,9 @@ BUILDLINK_API_DEPENDS.libetonyek+=  libet
 BUILDLINK_INCDIRS.${PYPKGPREFIX:S/py/python/}= # empty
 .include "../../lang/python/tool.mk"
 .include "../../math/coinmp/buildlink3.mk"
-.include "../../math/dragonbox/buildlink3.mk"
-.include "../../math/libfixmath/buildlink3.mk"
+BROKEN="missing math/dragonbox, ..."
+#.include "../../math/dragonbox/buildlink3.mk"
+#.include "../../math/libfixmath/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libnumbertext+=  libnumbertext>=1.0.6
 .include "../../math/libnumbertext/buildlink3.mk"
 .include "../../math/lp_solve/buildlink3.mk"



Home | Main Index | Thread Index | Old Index