#13308 closed enhancement (fixed)
patch to enable ocaml compiling on Mac OS X 10.5 Leopard
Reported by: | greg@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | kballard (Lily Ballard), bfulgham@… | |
Port: |
Description
ocaml 3.10.0 is unable to compile on leopard.
This has to do with UNIX03 compatibility and a patch can be found here: http://caml.inria.fr/mantis/view.php?id=4439&nbn=8
I've incorporated this patch into the portfile for ocaml, which does away with requiring any compatibility layers enabled.
Attachments (2)
Change History (9)
Changed 17 years ago by greg@…
Attachment: | Portfile-ocaml.diff added |
---|
Changed 17 years ago by greg@…
Attachment: | leopard-compilation-fix.patch added |
---|
files/leopard-compilation-fix.patch file
comment:1 Changed 17 years ago by nox@…
Summary: | patch to enable ocaml compiling on Leopard → patch to enable ocaml compiling on Mac OS X 10.5 Leopard |
---|
comment:2 Changed 17 years ago by bfulgham@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | bfulgham@… added |
---|
comment:5 Changed 17 years ago by kballard (Lily Ballard)
The patch is unnecessary when we use macosx_deployment_target 10.4
, but that was removed in r31240 by bfulgham as it wasn't in a released version yet. I'm reverting that change - deleting the patches and switching back to macosx_deployment_target 10.4
as we really shouldn't have patchfiles unless we absolutely need them.
comment:6 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Kevin put macosx_deployment_target
back and removed the patches in r32488.
comment:7 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
diff for Portfile