Commit Graph

13 Commits

Author SHA1 Message Date
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
kurt
9308aef8a8 - Use a rerolled distfile that includes openbsd native libs for both
amd64 and i386. Makes installed jna.jar include both archs. okay jasper@
2013-03-17 14:02:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
jasper
4f31451f3a - update to jna-3.5.1
ok kurt@
2013-03-08 10:25:34 +00:00
kili
92a7c14269 JAVA_HOME is now added to MAKE_ENV in java.port.mk 2011-12-15 21:33:19 +00:00
nigel
7671923537 Build fails when apache-ant home is jdk-1.5.0.
ok jasper@
2011-09-16 18:05:04 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
nigel
2c0f9bd19c fix build issue on i386
ok jasper@ (maintainer)
2011-09-12 12:50:24 +00:00
jasper
c01499dbff - switch to MODJAVA_BUILD
- add comment about gmake (requested by sthen@)
- don't use a handrolled MODJAVA_{DOC,JAR}_DIR
2011-09-01 08:05:05 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
jasper
20b8014747 - take maintainership 2011-08-30 12:03:56 +00:00
nigel
0c717dd298 add missing build depends
ok jasper@
2011-08-30 10:49:02 +00:00
jasper
40394fe4be import jna 3.2.7
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. Access is dynamic at runtime without code
generation.

JNA allows you to call directly into native functions using natural Java
method invocation. The Java call looks just like it does in native code.
Most calls require no special handling or configuration; no boilerplate
or generated code is required.

ok aja@
2011-08-29 15:07:32 +00:00