pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_base/patches



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Mar  6 09:37:23 UTC 2019

Added Files:
        pkgsrc/devel/ocaml-ppx_base/patches: patch-ppx__base.opam
            patch-src_dune

Log Message:
Added patches to devel/ocaml-ppx_base


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ocaml-ppx_base/patches/patch-ppx__base.opam \
    pkgsrc/devel/ocaml-ppx_base/patches/patch-src_dune

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

Added files:

Index: pkgsrc/devel/ocaml-ppx_base/patches/patch-ppx__base.opam
diff -u /dev/null pkgsrc/devel/ocaml-ppx_base/patches/patch-ppx__base.opam:1.1
--- /dev/null   Wed Mar  6 09:37:23 2019
+++ pkgsrc/devel/ocaml-ppx_base/patches/patch-ppx__base.opam    Wed Mar  6 09:37:23 2019
@@ -0,0 +1,13 @@
+$NetBSD: patch-ppx__base.opam,v 1.1 2019/03/06 09:37:23 jaapb Exp $
+
+Remove js_style dependency (not useful in release)
+--- ppx_base.opam.orig 2019-02-13 10:33:20.000000000 +0000
++++ ppx_base.opam
+@@ -15,7 +15,6 @@ depends: [
+   "ppx_compare"   {>= "v0.12" & < "v0.13"}
+   "ppx_enumerate" {>= "v0.12" & < "v0.13"}
+   "ppx_hash"      {>= "v0.12" & < "v0.13"}
+-  "ppx_js_style"  {>= "v0.12" & < "v0.13"}
+   "ppx_sexp_conv" {>= "v0.12" & < "v0.13"}
+   "dune"          {build & >= "1.5.1"}
+   "ppxlib"        {>= "0.5.0"}
Index: pkgsrc/devel/ocaml-ppx_base/patches/patch-src_dune
diff -u /dev/null pkgsrc/devel/ocaml-ppx_base/patches/patch-src_dune:1.1
--- /dev/null   Wed Mar  6 09:37:23 2019
+++ pkgsrc/devel/ocaml-ppx_base/patches/patch-src_dune  Wed Mar  6 09:37:23 2019
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_dune,v 1.1 2019/03/06 09:37:23 jaapb Exp $
+
+Remove js_style dependency (not useful in release)
+--- src/dune.orig      2019-02-13 10:33:20.000000000 +0000
++++ src/dune
+@@ -1,4 +1,3 @@
+ (library (name ppx_base) (public_name ppx_base) (kind ppx_rewriter)
+- (libraries ppxlib ppx_sexp_conv ppx_compare ppx_enumerate ppx_hash
+-  ppx_js_style)
+- (preprocess no_preprocessing))
+\ No newline at end of file
++ (libraries ppxlib ppx_sexp_conv ppx_compare ppx_enumerate ppx_hash)
++ (preprocess no_preprocessing))



Home | Main Index | Thread Index | Old Index