Opened 15 years ago

Closed 15 years ago

#20497 closed defect (fixed)

caml-sexplib missing dependency on caml-type-conv

Reported by: anil@… Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: erickt@…
Port: caml-sexplib

Description (last modified by mf2k (Frank Schima))

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 (4)

comment:1 Changed 15 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 15 years ago by mf2k (Frank Schima)

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

comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)

Cc: erickt@… added
Owner: changed from erickt@… to snc@…
Status: newassigned

comment:4 Changed 15 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Added in r55051.

Note: See TracTickets for help on using tickets.