Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: new: devel/c2ffi
To:
Sebastien Marie <semarie@kapouay.eu.org>
Cc:
ports@openbsd.org
Date:
Mon, 15 Jan 2024 22:12:55 +0100

Download raw body.

Thread
  • Sebastien Marie:

    new: devel/c2ffi

    • Theo Buehler:

      new: devel/c2ffi

On Sun, Jan 14, 2024 at 04:55:47PM +0100, Sebastien Marie wrote:
> Hi,
> 
> I would like to import c2ffi (https://github.com/rpav/c2ffi), which is a
> simple program linked against clang libraries, to extracting FFI
> definitions from C, C++, and Objective C.

Builds and packages fine on sparc64.

The tarball's permissions are a bit tight. I had to 'chmod -R o+r .'
to make things build and package. Please make sure to fix them before
import (my understanding is that at least some of the permissions end
up in the repository).

I'd make this change:

-COMMENT =       extracting FFI definitions from C, C++, and Objective C
+COMMENT =       extract FFI definitions from C, C++, and Objective C

ok tb