Re: NEW: devel/dyncall

2020-04-13 Thread Kurt Mosiejczuk
On Mon, Apr 06, 2020 at 02:06:01PM -0400, Kurt Mosiejczuk wrote: > dyncall is a library used in lwjgl 3.x which I've been working on. > This looked straightforward. It just produces static libraries, which > seems weird to me. This is my first port using cmake, so if I did > anything wrong, let me

Re: NEW: devel/dyncall

2020-04-06 Thread Kurt Mosiejczuk
On Mon, Apr 06, 2020 at 02:48:15PM -0600, Tracey Emery wrote: > It looks straight-forward to me. Builds fine on amd64. I did not test it > further in a program. Their "Motivation" lists "Static function calls in > C," so I'm guessing it producing static libraries isn't too weird. > There appears

Re: NEW: devel/dyncall

2020-04-06 Thread Tracey Emery
On Mon, Apr 06, 2020 at 02:06:01PM -0400, Kurt Mosiejczuk wrote: > dyncall is a library used in lwjgl 3.x which I've been working on. > > This looked straightforward. It just produces static libraries, which > seems weird to me. This is my first port using cmake, so if I did > anything wrong, let

NEW: devel/dyncall

2020-04-06 Thread Kurt Mosiejczuk
dyncall is a library used in lwjgl 3.x which I've been working on. This looked straightforward. It just produces static libraries, which seems weird to me. This is my first port using cmake, so if I did anything wrong, let me know. portcheck and port-lib-depends-check are both happy though. DESCR