notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/jna/distinfo

Number of commits found: 15

Sunday, 21 Apr 2024
12:03 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Dmitry Wagin
devel/jna: Update to 5.14.0+

ChangeLog:
https://github.com/java-native-access/jna/blob/master/CHANGES.md#next-release-5150

Features

 * Add support for FreeBSD aarch64.
 * Add support for DragonFly BSD x86-64.
 * Add IsProcessorFeaturePresent to c.s.j.p.win32.Kernel32.

Bug Fixes

 * Fix analysis of ELF binary on arm systems running with a java ELF binary
   without section table headers (java8 on armv7 NAS).
 * Fix free_callback JNI weak reference leak.
 * Check CallbackReference#cbstruct for null when checking existing Reference.

Release 5.14.0
Features

 * Add SetJob, SetPrinter to c.s.j.p.w.Winspool.
 * Add GetMethod, Put, SpawnInstance to
   c.s.j.p.win32.COM.WbemCli#IWbemClassObject and ExecMethod to
   c.s.j.p.win32.COM.WbemCli#IWbemServices.
 * Add GetPriorityClass, SetPriorityClass, GetThreadPriority, SetThreadPriority
   and associated constants to c.s.j.p.win32.Kernel32EajL3kA.
 * Make interface c.s.j.p.mac.XAttr public.
 * Add c.s.j.p.bsd.ExtAttr and c.s.j.p.bsd.ExtAttrUtil to wrap BSD
   <sys/extattr.h> system calls. @rednoah.
 * Add missing O_* (e.g. O_APPEND, O_SYNC, O_DIRECT, ...) to c.s.j.p.linux.Fcntl
  .
 * Shutdown CleanerThread once the last cleanable is removed.
 * Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc
   versions.

Bug Fixes

 * Library.OPTION_STRING_ENCODING is ignore for string arguments function calls.
 * Increase maximum supported fixed args on varargs calls from 3 to 255-nowak.
 * Fix Java 6 incompatibility in c.s.j.p.win32.Kerne32Util and
c.s.j.p.win32.DBT.

Important Changes

The interfaces between Java and native code have changed, so libjnidispatch must
be rebuilt to be compatible with this release.  Release drops support for JDKs 6
+ 7, so you'll need at least JDK 8 to update to use this version.

PR:		278241
Reported by:	dmitry.wagin@ya.ru
Approved by:	ports@markdixon.name (maintainer, timeout > 2 weeks)
commit hash: 3b9e71f95ea3b71b19eb741c94cf54d64ea463d5 commit hash: 3b9e71f95ea3b71b19eb741c94cf54d64ea463d5 commit hash: 3b9e71f95ea3b71b19eb741c94cf54d64ea463d5 commit hash: 3b9e71f95ea3b71b19eb741c94cf54d64ea463d5 3b9e71f9
Tuesday, 9 Mar 2021
09:16 lwhsu search for other commits by this committer
devel/jna: Update to 5.7.0

Submitted by:	Mark Dixon <ports@markdixon.name> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D29110
Original commitRevision:567913 
Wednesday, 3 Mar 2021
16:26 crees search for other commits by this committer
Update devel/jna to 5.6.0

Pass maintainership to submitter

Submitted by:		Mark Dixon <ports@markdixon.name>
Differential Revision:	https://reviews.freebsd.org/D28506
Original commitRevision:567097 
Friday, 6 Mar 2020
19:10 hselasky search for other commits by this committer
- Update to 5.0.5

This avoids a dependency on version 8 of OpenJDK when building elasticsearch7.
Test built using gcc and clang.

PR:		244358
Submitted by:	Peter Laursen <freebsd@mosedal.net>
Approved by:	pi
Original commitRevision:527891 
Monday, 19 Aug 2019
17:19 glewis search for other commits by this committer
. Update to 4.5.2

  This is the final version of the 4.x series and a patch version bump.
  There is a 5.x series, but this likely needs to be moved to a jna4 port
  and the dependencies updated before doing so.  I've done some light
  testing of elasticsearch6 with this without seeing any problems.

. Add a JAVA_VERSION specification and restrict it to Java 8

  This does not compile with Java 11.  I haven't tried 6, 7, 9 or 10, but
  all of those are potentially going away soon, so it is kind of pointless
  to do so.
Original commitRevision:509294 
Tuesday, 9 Jan 2018
13:09 vanilla search for other commits by this committer
Update to 4.5.1.
Original commitRevision:458527 
Tuesday, 3 Oct 2017
09:25 vanilla search for other commits by this committer
Update to 4.5.0.
Original commitRevision:451121 
Saturday, 18 Mar 2017
14:40 vanilla search for other commits by this committer
Update to 4.4.0.
Original commitRevision:436411 
Sunday, 15 Jan 2017
14:59 vanilla search for other commits by this committer
Update to 4.3.0.
Original commitRevision:431565 
Sunday, 25 Dec 2016
12:09 vanilla search for other commits by this committer
1: Upgrade to 4.2.2.
2: pet portlint.
3: s/LICENSE_FOLE/LICENSE_FILE/
Original commitRevision:429409 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Friday, 14 Mar 2014
08:17 olgeni search for other commits by this committer
Upgrade to version 4.1.0.

Submitted by:	jkim
Original commitRevision:348164 
Tuesday, 24 Sep 2013
21:01 olgeni search for other commits by this committer
Upgrade to version 4.0.

Submitted by:	jgh (by mail)
Original commitRevision:328194 
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Sunday, 3 Oct 2010
10:05 olgeni search for other commits by this committer
Add JNA, which provides Java programs easy access to native shared
libraries without writing anything but Java code.
Original commit

Number of commits found: 15