#32748 closed submission (fixed)
dyncall @0.7
Reported by: | dadler@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | dyncall |
Description
This is a MacPort for DynCall, a FFI framework. See http://dyncall.org for details.
Attachments (1)
Change History (7)
Changed 13 years ago by dadler@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 follow-up: 4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Are you certain that this software cannot be compiled for ppc64? (You have indicated "supported_archs i386 ppc x86_64")
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r88555 with these changes:
- Changed whitespace to comply with modeline (indentation at multiples of 4 spaces)
- Rearranged some lines
- Removed the supported_archs restriction on the assumption that ppc64 will work
- Used rmd160 and sha256 checksum types
- Replaced hardcoded values in master_sites with variables
- Added code to ensure we're UsingTheRightCompiler
- Fixed build to respect build_arch and universal_archs
- Fixed livecheck
comment:4 follow-up: 6 Changed 13 years ago by dadler@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to ryandesign@…:
Are you certain that this software cannot be compiled for ppc64? (You have indicated "supported_archs i386 ppc x86_64")
I am *VERY* certain that ppc64 does not work, because we have not yet implemented support for 64-bit PowerPC. Note, that this package requires specific Assembly sources for each CPU platform to support.
comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ok. r88560.
comment:6 Changed 2 years ago by barracuda156
Replying to dadler@…:
Replying to ryandesign@…:
Are you certain that this software cannot be compiled for ppc64? (You have indicated "supported_archs i386 ppc x86_64")
I am *VERY* certain that ppc64 does not work, because we have not yet implemented support for 64-bit PowerPC. Note, that this package requires specific Assembly sources for each CPU platform to support.
I wanna make ppc64
implementation for Darwin (dyncall
is a dependency for other ports which I would want to have for ppc64
). Has some work been done on this since then? Just in case.
Thank you.