New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20497 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

caml-sexplib missing dependency on caml-type-conv

Reported by: anil@… Owned by: snc@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: erickt@…
Port: caml-sexplib

Description (last modified by macsforever2000@…) (diff)

Build fails with caml-type-conv (needed for camlp4 extension)

Index: Portfile
===================================================================
--- Portfile	(revision 54638)
+++ Portfile	(working copy)
@@ -18,7 +18,7 @@
 livecheck.check     regex
 livecheck.regex     "sexplib-(.*?).tar.gz"
 
-depends_lib         port:ocaml port:caml-findlib
+depends_lib         port:ocaml port:caml-findlib port:caml-type-conv
 
 use_configure       no

Change History

comment:1 Changed 4 years ago by anil@…

Index: Portfile
===================================================================
--- Portfile	(revision 54638)
+++ Portfile	(working copy)
@@ -18,7 +18,7 @@
 livecheck.check     regex
 livecheck.regex     "sexplib-(.*?).tar.gz"
 
-depends_lib         port:ocaml port:caml-findlib
+depends_lib         port:ocaml port:caml-findlib port:caml-type-conv
 
 use_configure       no
 

comment:2 Changed 4 years ago by macsforever2000@…

  • Cc erickt removed
  • Owner changed from macports-tickets@… to erickt@…
  • Port changed from devel/caml-sexplib to caml-sexplib
  • Description modified (diff)

comment:3 Changed 4 years ago by snc@…

  • Status changed from new to assigned
  • Owner changed from erickt@… to snc@…
  • Cc erickt@… added

comment:4 Changed 4 years ago by snc@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Added in r55051.

Note: See TracTickets for help on using tickets.