Index: head/editors/libreoffice/files/patch-chart2_Module__chart2.mk =================================================================== --- head/editors/libreoffice/files/patch-chart2_Module__chart2.mk (nonexistent) +++ head/editors/libreoffice/files/patch-chart2_Module__chart2.mk (revision 441276) @@ -0,0 +1,12 @@ +--- chart2/Module_chart2.mk.orig 2017-05-03 16:46:29 UTC ++++ chart2/Module_chart2.mk +@@ -30,7 +30,8 @@ $(eval $(call gb_Module_add_check_targets,chart2,\ + )) + + $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ +- CppunitTest_chart2_export \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_chart2_export) \ + CppunitTest_chart2_import \ + CppunitTest_chart2_trendcalculators \ + )) Property changes on: head/editors/libreoffice/files/patch-chart2_Module__chart2.mk ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/libreoffice/files/patch-sc_Module__sc.mk =================================================================== --- head/editors/libreoffice/files/patch-sc_Module__sc.mk (revision 441275) +++ head/editors/libreoffice/files/patch-sc_Module__sc.mk (revision 441276) @@ -1,23 +1,33 @@ --- sc/Module_sc.mk.orig 2017-05-03 16:46:29 UTC +++ sc/Module_sc.mk -@@ -60,8 +60,9 @@ endif +@@ -45,7 +45,8 @@ $(eval $(call gb_Module_add_check_targets,sc,\ + $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ + CppunitTest_sc_ucalc) \ + CppunitTest_sc_bugfix_test \ +- CppunitTest_sc_filters_test \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_sc_filters_test) \ + CppunitTest_sc_rangelst_test \ + CppunitTest_sc_mark_test \ + CppunitTest_sc_core \ +@@ -60,8 +61,9 @@ endif $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_condformats \ CppunitTest_sc_new_cond_format_api \ - CppunitTest_sc_subsequent_filters_test \ - CppunitTest_sc_subsequent_export_test \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sc_subsequent_filters_test \ + CppunitTest_sc_subsequent_export_test) \ CppunitTest_sc_html_export_test \ CppunitTest_sc_opencl_test \ CppunitTest_sc_copypaste \ -@@ -71,7 +72,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ +@@ -71,7 +73,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ # point weirdness (x87, registers, compiler optimization, ... whatever), # disable them until someone finds a real cure. -ifneq ($(PLATFORMID),linux_x86) +ifeq ($(filter freebsd_x86 linux_x86,$(PLATFORMID)),) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_functions_test \ )) Index: head/editors/libreoffice/files/patch-sw_Module__sw.mk =================================================================== --- head/editors/libreoffice/files/patch-sw_Module__sw.mk (revision 441275) +++ head/editors/libreoffice/files/patch-sw_Module__sw.mk (revision 441276) @@ -1,36 +1,44 @@ --- sw/Module_sw.mk.orig 2017-05-03 16:46:29 UTC +++ sw/Module_sw.mk -@@ -55,23 +55,28 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ - CppunitTest_sw_ooxmlexport \ - CppunitTest_sw_ooxmlexport2 \ +@@ -52,26 +52,33 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ + CppunitTest_sw_htmlexport \ + CppunitTest_sw_htmlimport \ + CppunitTest_sw_macros_test \ +- CppunitTest_sw_ooxmlexport \ +- CppunitTest_sw_ooxmlexport2 \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_sw_ooxmlexport \ ++ CppunitTest_sw_ooxmlexport2) \ CppunitTest_sw_ooxmlexport3 \ - CppunitTest_sw_ooxmlexport4 \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_ooxmlexport4) \ CppunitTest_sw_ooxmlexport5 \ CppunitTest_sw_ooxmlexport6 \ - CppunitTest_sw_ooxmlexport7 \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_ooxmlexport7) \ CppunitTest_sw_ooxmlexport8 \ CppunitTest_sw_ooxmlexport9 \ CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmlw14export \ CppunitTest_sw_ooxmlimport \ - CppunitTest_sw_ww8export \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_ww8export) \ CppunitTest_sw_ww8export2 \ - CppunitTest_sw_ww8import \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_ww8import) \ CppunitTest_sw_rtfexport \ CppunitTest_sw_rtfimport \ - CppunitTest_sw_odfexport \ +- CppunitTest_sw_odfexport \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_sw_odfexport) \ CppunitTest_sw_odfimport \ - CppunitTest_sw_uiwriter \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_uiwriter) \ CppunitTest_sw_mailmerge \ CppunitTest_sw_globalfilter \ ))