Opened 12 years ago

Last modified 3 months ago

#38196 new submission

New port: tcc

Reported by: cooljeanius (Eric Gallager) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: harens (Haren S)
Port: tcc

Description

The latest version of Fabrice Bellard's Tiny C Complier (aka tcc) supports OS X, so I thought it would be a good idea to have a portfile for it. I've attached my attempt at creating one for it.

Attachments (4)

Portfile (1.5 KB) - added by cooljeanius (Eric Gallager) 12 years ago.
portfile for tcc
Portfile.2 (2.3 KB) - added by cooljeanius (Eric Gallager) 10 years ago.
a more recent version of my tcc Portfile
Portfile.diff (2.5 KB) - added by cooljeanius (Eric Gallager) 10 years ago.
diff between my old Portfile and my new one
Portfile.haren (840 bytes) - added by harens (Haren S) 10 months ago.

Download all attachments as: .zip

Change History (9)

Changed 12 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile added

portfile for tcc

Changed 10 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile.2 added

a more recent version of my tcc Portfile

Changed 10 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile.diff added

diff between my old Portfile and my new one

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

after coming across a request for this port in comment:ticket:37206:7, I was reminded of this ticket, and uploaded a more recent version of my Portfile for tcc here... it still needs a fixed livecheck, and a more accurate compiler whitelist/blacklist, though...

Last edited 10 years ago by cooljeanius (Eric Gallager) (previous) (diff)

comment:2 Changed 11 months ago by cooljeanius (Eric Gallager)

Update: I'm trying picking this up again; I get the following error when trying to bootstrap it, though:

tcc: error: invalid option -- '-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk'

(I'm on x86_64 Big Sur with Xcode 13 currently)

Version 0, edited 11 months ago by cooljeanius (Eric Gallager) (next)

comment:3 Changed 11 months ago by cooljeanius (Eric Gallager)

So I opened a draft PR for my current WIP Portfile for this ticket: https://github.com/macports/macports-ports/pull/21225

I still need help with it, though.

Changed 10 months ago by harens (Haren S)

Attachment: Portfile.haren added

comment:4 Changed 10 months ago by harens (Haren S)

Cc: harens added

I wrote a quick portfile here. Also attached above.

It built locally on macOS 12.4 21F79 arm64, Xcode 13.4.1 13F100. It also passed on the GitHub macOS builders.

tcc -run works fine locally. Not sure why I couldn't execute a compiled file though. Hope this helps and thanks for working on this Eric.

comment:5 in reply to:  4 Changed 3 months ago by cooljeanius (Eric Gallager)

Replying to harens:

I wrote a quick portfile here. Also attached above.

It built locally on macOS 12.4 21F79 arm64, Xcode 13.4.1 13F100. It also passed on the GitHub macOS builders.

tcc -run works fine locally. Not sure why I couldn't execute a compiled file though. Hope this helps and thanks for working on this Eric.

Thanks for the Portfile! Would you like to submit a PR for it, or should I?

Note: See TracTickets for help on using tickets.