summaryrefslogtreecommitdiff
path: root/devel/java-jna/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06java-jna: fix default buildsgutteridge1-7/+9
As a workaround for now, don't accept openjdk17, as this version won't build with it. While here, address some formatting issues noted by pkglint.
2021-12-08revbump for icu and libffiadam1-2/+2
2021-02-02java-jna: use ANT_ARGS consistently (follow-on build fix)gutteridge1-4/+5
Fix my previous fix: apparently I misread something that was right in front of me, whoops.
2021-01-23java-jna: non-NetBSD build fixesgutteridge1-4/+6
This package expects GNU grep, and also makes assumptions about tool paths that don't always hold (mostly relating to SunOS derivates). Force use of pkgsrc-supplied tools.
2021-01-22java-jna: fix builds with openjdk11 and recent GCC versionsgutteridge1-2/+8
The most recent openjdk11 update resulted in a change to the jquery version that affects PLIST population of this package. Separately, there are upstream compiler flags that were causing compilation failures with recent GCC versions, e.g., 9.3 on NetBSD 9.99.78. (Since different Java 11 packages in pkgsrc aren't aligned with each other release-wise, this may cause breakage elsewhere, but this at least fixes recent NetBSD on x86. There's an unrelated problem with this package building on SmartOS which I'll deal with separately.)
2020-06-26Fix PLIST to make this build with JDK 11.yyamano1-1/+10
JDK 11 doesn't generate frames. http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20200531.1505/java-jna-5.2.0nb1/install.log
2020-05-14Honor process limits for build.joerg1-2/+2
2020-03-08Revbump packages depending on libffi after .so version change.bsiegert1-1/+2
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2019-11-03devel: align variable assignmentsrillig1-11/+11
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-04-05PR/54097: Added Java Native Access 5.2.0 as devel/java-jna.nonaka1-0/+95
JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes.