Created attachment 194789 [details] Patch (Revision 1) Builds on FreeBSD 11.2 amd64.
Hello :-) Unfortunately, portline -AC still shows some problems: ~/dev/ports/security/i2p % portlint -AC WARN: Makefile: [26]: the arguments to ONLY_FOR_ARCHS are not sorted. Please consider sorting them. WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. WARN: Makefile: "ONLY_FOR_ARCHS" has to appear earlier. WARN: Makefile: "ONLY_FOR_ARCHS_REASON" has to appear earlier. WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. WARN: /usr/home/jochen/dev/ports/security/i2p/files/patch-installer-resources-clients.config: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/home/jochen/dev/ports/security/i2p/files/patch-installer-resources-postinstall.sh: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. 0 fatal errors and 9 warnings found.
Created attachment 194817 [details] Patch (Revision 2) I have a new patch in which I have silenced many of the warnings.
A commit references this bug: Author: joneum Date: Thu Jul 5 15:16:34 UTC 2018 New revision: 473972 URL: https://svnweb.freebsd.org/changeset/ports/473972 Log: security/i2p: Update to 0.9.35 PR: 229427 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Changes: head/security/i2p/Makefile head/security/i2p/distinfo head/security/i2p/files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java head/security/i2p/files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java
Landed. thanks :-)