Created attachment 208395 [details] Fix up the javahelp port The main problem with the port is that it does not fetch. The less obvious problem is that it does not build from source. The attached patch does the following: 1. Switches to the official GitHub project for javahelp. 2. Implements compiling from the source code. 3. Removes the docs and the examples -- in this day and age, these seem useless -- one can always find the documentation online.
Assign to maintainer.
A commit references this bug: Author: makc Date: Mon Nov 4 12:52:47 UTC 2019 New revision: 516638 URL: https://svnweb.freebsd.org/changeset/ports/516638 Log: java/javahelp: - Update to the final commit from official GitHub repo - Build from sources, don't bother to install docs and examples - Add LICENSE - Update WWW PR: 241318 Submitted by: Mikhail Teterin (mi@) Changes: head/java/javahelp/Makefile head/java/javahelp/distinfo head/java/javahelp/files/ head/java/javahelp/files/jhindexer.in head/java/javahelp/files/jhsearch.in head/java/javahelp/pkg-descr head/java/javahelp/pkg-plist
Committed with minor changes, thanks!