New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32748 (closed submission: fixed)

Opened 17 months ago

Last modified 17 months ago

dyncall @0.7

Reported by: dadler@… Owned by: ryandesign@…
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

Portfile (1.1 KB) - added by dadler@… 17 months ago.

Change History

Changed 17 months ago by dadler@…

comment:1 Changed 17 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned

Thank you.

comment:2 follow-up: ↓ 4 Changed 17 months ago by ryandesign@…

Are you certain that this software cannot be compiled for ppc64? (You have indicated "supported_archs i386 ppc x86_64")

comment:3 Changed 17 months ago by ryandesign@…

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

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 17 months ago by dadler@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

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 17 months ago by ryandesign@…

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

Ok. r88560.

Note: See TracTickets for help on using tickets.