8 Commits

Author SHA1 Message Date
sthen
56a82437bb mark BROKEN-i386 2021-08-03 21:09:13 +00:00
kmos
4fc8859c34 Update to new upstream release (by me)
https://github.com/kmosiejczuk/lwjgl3/releases/tag/3.2.4alpha2

Also includes fix to get it building on i386 from Kurt Miller
2021-07-25 00:04:09 +00:00
kmos
42a442a9f2 Update MASTER_SITES2 since filedump.se.rit.edu went away 2021-07-24 18:16:26 +00:00
kmos
0c2f5ce413 Fix to keep pkglocatedb from blowing up during builds. The PFRAG.x86 was
undefined for arches where lwjgl3 isn't built. pkglocatedb still scans them
however and aborts accordingly.

ok kurt@
2021-05-23 16:26:14 +00:00
kurt
2032ad9fd5 Add support for aarch64. okay kmos@ 2021-05-20 12:19:32 +00:00
sthen
60f8c63449 mark broken on i386 2021-03-07 14:52:17 +00:00
ajacoutot
daabaaa27a Add missing BDEP on archivers/unzip. 2021-02-23 06:13:14 +00:00
kmos
fd9286819b Here's a new port for lwjgl3. It's a new port since there are existing
things that use the lwjgl 2.x version we already have.

Upstream is not interested in supporting BSD and has expressed hope that
someone would fork the code for BSD support (so they don't have to deal
with it). So this is based upon my fork with OpenBSD support added.
(https://github.com/kmosiejczuk/lwjgl3)

I added most of the code to support OpenBSD with some help from pamela
and phessler. octeep (https://github.com/octeep/lwjgl3) figured out the
last couple of bits that eluded me for so long. Thank you!

The build will try and download needed things to build, including a specific
version of the kotlin compiler and some java libraries from maven. Thus the
tricks of adding them in. I just bundled the maven libraries and put the
distfile on a server of mine.

phessler and pamela helped some with the port (blame the sins on me though)
and both helped test.

input from pamela@ phessler@ thfr@ sthen@

ok phessler@
2021-02-08 20:33:03 +00:00