openbsd-ports/devel/ocaml-dose/patches/patch-applications_deb-buildcheck_ml
avsm c080173e33 update to ocaml-dose-3.3
Includes local patches for OPAM compatibility, as with the previous version

ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 15:56:12 +00:00

20 lines
692 B
Plaintext

$OpenBSD: patch-applications_deb-buildcheck_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- applications/deb-buildcheck.ml.orig Tue Nov 18 11:42:46 2014
+++ applications/deb-buildcheck.ml Mon Aug 3 18:07:28 2015
@@ -57,7 +57,7 @@ module Options = struct
end
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "applications/deb-buildcheck.ml" end) ;;
let timer = Util.Timer.create "Solver"
@@ -218,5 +218,5 @@ StdUtils.if_application
"deb-buildcheck"; "debbuildcheck";"dose-builddebcheck";
"deb-crossbuildcheck";"debcrossbuildcheck";
"dose-debcrossbuildcheck"]
- __FILE__ main
+ "applications/deb-buildcheck.ml" main
;;