Opened 12 years ago

Closed 12 years ago

Last modified 22 months ago

#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)

Portfile (1.1 KB) - added by dadler@… 12 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by dadler@…

Attachment: Portfile added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thank you.

comment:2 Changed 12 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 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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 in reply to:  2 ; Changed 12 years ago by dadler@…

Resolution: fixed
Status: closedreopened

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 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: reopenedclosed

Ok. r88560.

comment:6 in reply to:  4 Changed 22 months 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.

Note: See TracTickets for help on using tickets.