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/libreadline-java/files/patch-src-native-Makefile

Number of commits found: 4

Friday, 29 Jul 2016
22:52 bapt search for other commits by this committer
Prevent collision with getline(3)

While here regenerate the patches
Original commitRevision:419271 
Saturday, 16 Aug 2014
18:18 adamw search for other commits by this committer
Try to fix build on -current.

Untested because java is ridiculous.
Original commitRevision:365116 
Monday, 16 Dec 2013
18:01 antoine search for other commits by this committer
- Fix build with clang
- Stage support
- Do not hardcode /usr/local

PR:		ports/184751
Submitted by:	Martin Kammerhofer (maintainer)
Original commitRevision:336652 
Saturday, 16 Feb 2008
21:03 alepulver search for other commits by this committer
Java-Readline is a port of GNU Readline for Java. Or, to be more
precise, it is a JNI-wrapper to Readline. It is distributed under the
LGPL.

You must call Readline.load(ReadlineLibrary lib); before using any
other methods.  If you omit the call to the load()-method, the pure
Java fallback solution is used.  Possible values for lib are:

ReadlineLibrary.PureJava
ReadlineLibrary.GnuReadline
ReadlineLibrary.Editline
ReadlineLibrary.Getline

Note that all programs using GnuReadline will fall under the GPL,
since Gnu-Readline is GPL software!

WWW: http://sourceforge.net/projects/java-readline/

PR:             ports/116817
Submitted by:   Martin Kammerhofer <mkamm at gmx.net>
Original commit

Number of commits found: 4