Here's the full diff for adding aarch64 support to jdk 1.8. Look
okay?

I built all 1.8(+) ports that don't have NO_BUILD=yes. There are
a few failures but I'd like to look at them after this is in.

devel/jdk/1.8 commit msg:

Add aarch64 support. Thanks to Mikael Urankar for porting bsd aarch64
support over from linux. Also use same naming convention for bootjdk's
as 11 and 16. Print complile output in build log.

devel/jdk/java.port.mk commit msg:

Add 1.8 aarch64 support and 16(+) for furture ports that may need it.

bumps commit msg:

Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change.

Index: databases/architect/Makefile
===================================================================
RCS file: /cvs/ports/databases/architect/Makefile,v
retrieving revision 1.27
diff -u -p -u -r1.27 Makefile
--- databases/architect/Makefile        12 Jul 2019 20:43:52 -0000      1.27
+++ databases/architect/Makefile        18 May 2021 14:36:05 -0000
@@ -11,7 +11,7 @@ PKGNAME=              architect-${V}
 CATEGORIES=            databases
 WRKDIST=               ${WRKDIR}/architect-${V}
 
-REVISION=              8
+REVISION=              9
 
 HOMEPAGE=              http://www.sqlpower.ca/page/architect
 
Index: databases/db/v4/Makefile
===================================================================
RCS file: /cvs/ports/databases/db/v4/Makefile,v
retrieving revision 1.79
diff -u -p -u -r1.79 Makefile
--- databases/db/v4/Makefile    23 Sep 2019 15:16:43 -0000      1.79
+++ databases/db/v4/Makefile    18 May 2021 14:36:05 -0000
@@ -13,7 +13,7 @@ PKGNAME-java= db-java-${VERSION}
 PKGNAME-tcl=   db-tcl-${VERSION}
 
 REVISION-main = 7
-REVISION-java =        12
+REVISION-java =        13
 REVISION-tcl = 4
 
 EPOCH-main=    0
Index: databases/jxplorer/Makefile
===================================================================
RCS file: /cvs/ports/databases/jxplorer/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- databases/jxplorer/Makefile 12 Jul 2019 20:43:53 -0000      1.19
+++ databases/jxplorer/Makefile 18 May 2021 14:36:05 -0000
@@ -5,7 +5,7 @@ COMMENT=        standards compliant LDAP browse
 V=             3.2
 DISTNAME=      JXv${V}deploy
 PKGNAME=       jxplorer-${V}
-REVISION=      12
+REVISION=      13
 EXTRACT_SUFX=  .zip
 CATEGORIES=    databases net
 
Index: databases/puppetdb5/Makefile
===================================================================
RCS file: /cvs/ports/databases/puppetdb5/Makefile,v
retrieving revision 1.27
diff -u -p -u -r1.27 Makefile
--- databases/puppetdb5/Makefile        17 Nov 2020 03:19:38 -0000      1.27
+++ databases/puppetdb5/Makefile        18 May 2021 14:36:06 -0000
@@ -8,8 +8,8 @@ DISTNAME=       puppetdb-$V
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-plugin= puppetdb-termini-$V
 CATEGORIES=    databases
-REVISION-main= 0
-REVISION-plugin=0
+REVISION-main= 1
+REVISION-plugin=1
 
 HOMEPAGE=      https://puppet.com/docs/puppetdb/
 
Index: devel/apache-ant/Makefile
===================================================================
RCS file: /cvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.49
diff -u -p -u -r1.49 Makefile
--- devel/apache-ant/Makefile   11 Oct 2020 14:32:36 -0000      1.49
+++ devel/apache-ant/Makefile   18 May 2021 14:36:08 -0000
@@ -4,6 +4,7 @@ COMMENT=        build tool for java appl
 
 DISTNAME=      apache-ant-1.10.9
 CATEGORIES=    devel
+REVISION=      0
 
 HOMEPAGE=      http://ant.apache.org/
 
Index: devel/apktool/Makefile
===================================================================
RCS file: /cvs/ports/devel/apktool/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- devel/apktool/Makefile      12 Jul 2019 20:44:03 -0000      1.21
+++ devel/apktool/Makefile      18 May 2021 14:36:08 -0000
@@ -3,7 +3,7 @@
 COMMENT =              tool for reverse engineering Android apk files
 
 DISTNAME =             apktool_2.4.0
-REVISION =             1
+REVISION =             2
 PKGNAME =              ${DISTNAME:S/_/-/}
 
 CATEGORIES =           devel security java
Index: devel/dex2jar/Makefile
===================================================================
RCS file: /cvs/ports/devel/dex2jar/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- devel/dex2jar/Makefile      12 Jul 2019 20:44:07 -0000      1.6
+++ devel/dex2jar/Makefile      18 May 2021 14:36:09 -0000
@@ -3,7 +3,7 @@
 COMMENT =      tools to work with android .dex and java .class files
 
 DISTNAME =     dex2jar-2.0
-REVISION =     3
+REVISION =     4
 
 CATEGORIES =   devel security
 
Index: devel/jadx/Makefile
===================================================================
RCS file: /cvs/ports/devel/jadx/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- devel/jadx/Makefile 5 Feb 2020 09:15:24 -0000       1.10
+++ devel/jadx/Makefile 18 May 2021 14:36:10 -0000
@@ -4,6 +4,7 @@ COMMENT =       dex to java decompiler
 
 VERSION =      1.1.0
 DISTNAME =     jadx-${VERSION}
+REVISION =     0
 
 CATEGORIES =   devel security
 
Index: devel/javahelp/Makefile
===================================================================
RCS file: /cvs/ports/devel/javahelp/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- devel/javahelp/Makefile     14 Jul 2019 00:39:35 -0000      1.6
+++ devel/javahelp/Makefile     18 May 2021 14:36:10 -0000
@@ -8,7 +8,7 @@ DISTNAME =              javahelp${VERSION}
 DISTFILES =            javahelp${VERSION_}.zip
 PKGNAME =              javahelp-${VERSION}
 CATEGORIES =           devel
-REVISION =             2
+REVISION =             3
 
 HOMEPAGE =             https://javahelp.java.net/
 MAINTAINER =           Bryan Everly <[email protected]>
Index: devel/jd-gui/Makefile
===================================================================
RCS file: /cvs/ports/devel/jd-gui/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- devel/jd-gui/Makefile       5 Feb 2020 09:16:09 -0000       1.13
+++ devel/jd-gui/Makefile       18 May 2021 14:36:10 -0000
@@ -4,6 +4,7 @@ COMMENT =               yet another fast Java decompi
 
 VERSION =              1.6.6
 DISTNAME =             jd-gui-${VERSION}
+REVISION =             0
 
 CATEGORIES =           devel security
 
Index: devel/jdk/java.port.mk
===================================================================
RCS file: /cvs/ports/devel/jdk/java.port.mk,v
retrieving revision 1.38
diff -u -p -u -r1.38 java.port.mk
--- devel/jdk/java.port.mk      23 Sep 2019 16:54:23 -0000      1.38
+++ devel/jdk/java.port.mk      18 May 2021 14:36:10 -0000
@@ -2,7 +2,7 @@
 
 # Set MODJAVA_VER to x.y or x.y+ based on the version of the jdk needed
 # for the port. x.y means any x.y jdk. x.y+ means any x.y jdk or higher
-# version. Valid values for x.y are 1.8 or 11.
+# version. Valid values for x.y are 1.8, 11 or 16.
 
 MODJAVA_VER?=
 
@@ -24,27 +24,22 @@ MODJAVA_VER?=
 # to set the default JAVA_HOME or JAVACMD vars for a package.
 #
 
-.if ${MODJAVA_VER:S/+//} != "1.8" && ${MODJAVA_VER:S/+//} != "11"
+.if ${MODJAVA_VER:S/+//} != "1.8" && ${MODJAVA_VER:S/+//} != "11" && \
+  ${MODJAVA_VER:S/+//} != "16"
     ERRORS+="Fatal: MODJAVA_VER must be set to a valid value."
 .endif
 
-.if ${MODJAVA_VER} == "1.8"
-    ONLY_FOR_ARCHS?= i386 amd64
-.else
-    ONLY_FOR_ARCHS?= i386 amd64 aarch64
-.endif
+ONLY_FOR_ARCHS?= i386 amd64 aarch64
 
-.if ${MACHINE_ARCH} == "aarch64"
+.if ${MODJAVA_VER:S/+//} == "1.8"
+    JAVA_HOME= ${LOCALBASE}/jdk-1.8.0
+    MODJAVA_BUILD_DEPENDS= jdk->=1.8v0,<1.9v0:devel/jdk/1.8
+.elif ${MODJAVA_VER:S/+//} == "11"
     JAVA_HOME= ${LOCALBASE}/jdk-11
     MODJAVA_BUILD_DEPENDS+= jdk->=11v0,<12v0:devel/jdk/11
 .else
-.   if ${MODJAVA_VER:S/+//} == "1.8"
-        JAVA_HOME= ${LOCALBASE}/jdk-1.8.0
-        MODJAVA_BUILD_DEPENDS= jdk->=1.8v0,<1.9v0:devel/jdk/1.8
-.   else
-        JAVA_HOME= ${LOCALBASE}/jdk-11
-        MODJAVA_BUILD_DEPENDS+= jdk->=11v0,<12v0:devel/jdk/11
-.   endif
+    JAVA_HOME= ${LOCALBASE}/jdk-16
+    MODJAVA_BUILD_DEPENDS+= jdk->=16v0,<17v0:devel/jdk/16
 .endif
 
 .if ${MODJAVA_VER:M*+}
Index: devel/jdk/1.8/Makefile
===================================================================
RCS file: /cvs/ports/devel/jdk/1.8/Makefile,v
retrieving revision 1.58
diff -u -p -u -r1.58 Makefile
--- devel/jdk/1.8/Makefile      5 May 2021 12:29:28 -0000       1.58
+++ devel/jdk/1.8/Makefile      18 May 2021 14:36:10 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.58 2021/05/05 12:29:28 kurt Exp $
 
-ONLY_FOR_ARCHS=        i386 amd64
+ONLY_FOR_ARCHS=        i386 amd64 aarch64
 USE_WXNEEDED=  Yes
 DPB_PROPERTIES=        parallel
 
@@ -8,7 +8,7 @@ COMMENT=        OpenJDK Software Development Ki
 BASE_VER=      1.8.0
 UPDATE_VER=    292
 BUILD_VER=     b10
-BSD_PORT_REL=  1
+BSD_PORT_REL=  2
 V=             ${BASE_VER}.${UPDATE_VER}.${BUILD_VER}.${BSD_PORT_REL}
 PKGNAME=       jdk-${V}
 PKGSTEM=       jdk-${BASE_VER}
@@ -16,7 +16,7 @@ EPOCH=                0
 
 DIST_SUBDIR=   jdk
 DISTNAME=      jdk8u${UPDATE_VER}-${BUILD_VER}.${BSD_PORT_REL}
-BOOTJDK_DATE=  20190111
+BOOTJDK_DATE=  20210514
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
 WRKDIST=       
${WRKDIR}/openjdk-jdk8u-jdk8u${UPDATE_VER}-${BUILD_VER}.${BSD_PORT_REL}
 
@@ -41,8 +41,9 @@ PERMIT_PACKAGE=       Yes
 NO_TEST=       Yes
 
 APACHE_ANT=    apache-ant-1.9.7-bin.tar.gz
-SUPDISTFILES+= openjdk8-bootjdk-i386-${BOOTJDK_DATE}.tar.gz:1  \
-               openjdk8-bootjdk-amd64-${BOOTJDK_DATE}.tar.gz:1 \
+SUPDISTFILES+= openjdk-jdk8u-bootjdk-i386-${BOOTJDK_DATE}.tar.gz:1  \
+               openjdk-jdk8u-bootjdk-amd64-${BOOTJDK_DATE}.tar.gz:1 \
+               openjdk-jdk8u-bootjdk-aarch64-${BOOTJDK_DATE}.tar.gz:1 \
                ${APACHE_ANT}:2
 
 COMPILER=      base-clang ports-gcc base-gcc
@@ -58,8 +59,8 @@ BUILD_DEPENDS+=       jdk->=1.8.0.00v0,<1.9v0:
                devel/apache-ant>=1.8.2
 BOOT_JDK=      ${LOCALBASE}/jdk-1.8.0
 .else
-BOOT_JDK_DIST= openjdk8-bootjdk-${ARCH}-${BOOTJDK_DATE}.tar.gz
-.  if (${ARCH}==amd64) || (${ARCH}==i386)
+BOOT_JDK_DIST= openjdk-jdk8u-bootjdk-${MACHINE_ARCH}-${BOOTJDK_DATE}.tar.gz
+.  if (${MACHINE_ARCH}==amd64) || (${MACHINE_ARCH}==i386) || 
(${MACHINE_ARCH}==aarch64)
 DISTFILES+=    ${BOOT_JDK_DIST}:1
 .  endif
 DISTFILES+=    ${APACHE_ANT}:2
@@ -106,7 +107,7 @@ CONFIGURE_ARGS=     --disable-option-checkin
 CONFIGURE_ENV+=        ac_cv_path_NAWK=awk
 MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/common/autoconf/build-aux
 
-# MAKE_FLAGS=  LOG=debug
+MAKE_FLAGS=    LOG=debug
 MAKE_ENV+=     DEFAULT_LIBPATH="/usr/lib:${X11BASE}/lib:${LOCALBASE}/lib" \
                COMPILER_WARNINGS_FATAL=false
 
@@ -137,7 +138,7 @@ do-install:
 # and a copy of the system shared libs needed to run it.
 # The parts deleted are not needed for bootstrap and would
 # require more system shared libs to be saved.
-BOOTJDK_TAR=   openjdk8-bootjdk-${ARCH}-$$(date +%Y%m%d).tar.gz
+BOOTJDK_TAR=   openjdk-jdk8u-bootjdk-${MACHINE_ARCH}-$$(date +%Y%m%d).tar.gz
 build-bootjdk: build
        @${_PBUILD} rm -rf ${WRKTMP}
        @${_PBUILD} mkdir -p ${WRKTMP}/bootjdk
@@ -149,11 +150,11 @@ build-bootjdk: build
                ${_PBUILD} rm -rf demo sample
        @cd ${WRKTMP}/bootjdk && \
                ${_PBUILD} rm bin/appletviewer bin/policytool jre/bin/policytool
-       @cd ${WRKTMP}/bootjdk/jre/lib/${ARCH} && \
+       @cd ${WRKTMP}/bootjdk/jre/lib/${MACHINE_ARCH} && \
                ${_PBUILD} rm libnpt.so libinstrument.so libsplashscreen.so \
                libjsound.so libawt_xawt.so
-       
@LD_LIBRARY_PATH="${WRKTMP}/bootjdk/jre/lib/${ARCH}:${WRKTMP}/bootjdk/jre/lib/${ARCH}/server"
 \
-               find ${WRKTMP}/bootjdk -type f -perm -500 -exec ldd {} + 
2>/dev/null | \
+       
@LD_LIBRARY_PATH="${WRKTMP}/bootjdk/jre/lib/${MACHINE_ARCH}:${WRKTMP}/bootjdk/jre/lib/${MACHINE_ARCH}/server"
 \
+               find ${WRKTMP}/bootjdk -type f -exec ldd {} + 2>/dev/null | \
                grep rlib | cut -d"/" -f 2-20 | sort -u | grep -v "\.so$$" | \
                xargs -I % ${_PBUILD} cp /% ${WRKTMP}/bootjdk-libs
        @cd ${WRKTMP} && \
Index: devel/jdk/1.8/distinfo
===================================================================
RCS file: /cvs/ports/devel/jdk/1.8/distinfo,v
retrieving revision 1.25
diff -u -p -u -r1.25 distinfo
--- devel/jdk/1.8/distinfo      5 May 2021 12:29:28 -0000       1.25
+++ devel/jdk/1.8/distinfo      18 May 2021 14:36:10 -0000
@@ -1,8 +1,10 @@
 SHA256 (jdk/apache-ant-1.9.7-bin.tar.gz) = 
HQuAj+gszpvMFn+Nu3x+icHX91NMDZxkv2Fex8Pmv+U=
-SHA256 (jdk/jdk8u292-b10.1.tar.gz) = 
3EmrV89VNrVPSf91pVjHTjTcZnqBxQgYgbhqUrftgS8=
-SHA256 (jdk/openjdk8-bootjdk-amd64-20190111.tar.gz) = 
38Gn7muNOI6C3COaFCJb4JMo8qwYUHDS8WczJUZWXUU=
-SHA256 (jdk/openjdk8-bootjdk-i386-20190111.tar.gz) = 
TpxOjy2Ko4hZqA8pckqj2lwqOdFn49uLmlYK5QpORss=
+SHA256 (jdk/jdk8u292-b10.2.tar.gz) = 
p6GNEHRaJLelH5QMbq3vgzkrkbyB4QBdm88T398RqMk=
+SHA256 (jdk/openjdk-jdk8u-bootjdk-aarch64-20210514.tar.gz) = 
635X+UddJvO7L3Zpxc3Ap7m68IkG6wZ1QRO2EJO39Uc=
+SHA256 (jdk/openjdk-jdk8u-bootjdk-amd64-20210514.tar.gz) = 
75CFqucLbutdtCqzk1N8xGPfPoDAl5iqIC/hmE1BoP8=
+SHA256 (jdk/openjdk-jdk8u-bootjdk-i386-20210514.tar.gz) = 
Wgk8lolJm+mH359jpTwlxur4siGhoSKepirw+Y3p37Y=
 SIZE (jdk/apache-ant-1.9.7-bin.tar.gz) = 5601575
-SIZE (jdk/jdk8u292-b10.1.tar.gz) = 88549771
-SIZE (jdk/openjdk8-bootjdk-amd64-20190111.tar.gz) = 78174211
-SIZE (jdk/openjdk8-bootjdk-i386-20190111.tar.gz) = 76219419
+SIZE (jdk/jdk8u292-b10.2.tar.gz) = 88568471
+SIZE (jdk/openjdk-jdk8u-bootjdk-aarch64-20210514.tar.gz) = 103460556
+SIZE (jdk/openjdk-jdk8u-bootjdk-amd64-20210514.tar.gz) = 104793864
+SIZE (jdk/openjdk-jdk8u-bootjdk-i386-20210514.tar.gz) = 103035120
Index: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_macroAssembler_aarch64_cpp
===================================================================
RCS file: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_macroAssembler_aarch64_cpp
diff -N 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_macroAssembler_aarch64_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_macroAssembler_aarch64_cpp
   18 May 2021 14:36:10 -0000
@@ -0,0 +1,22 @@
+$OpenBSD$
+
+Remove duplicate comment start and correct casting.
+
+Index: hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp
+--- hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp.orig
++++ hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp
+@@ -1,5 +1,4 @@
+ /*
+-/*
+  * Copyright (c) 2013, Red Hat Inc.
+  * Copyright (c) 1997, 2012, Oracle and/or its affiliates.
+  * All rights reserved.
+@@ -1841,7 +1840,7 @@ void MacroAssembler::decrement(Register reg, int value
+   if (value < (1 << 12)) { sub(reg, reg, value); return; }
+   /* else */ {
+     assert(reg != rscratch2, "invalid dst for register decrement");
+-    mov(rscratch2, (unsigned long)value);
++    mov(rscratch2, (u_int64_t)value);
+     sub(reg, reg, rscratch2);
+   }
+ }
Index: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_sharedRuntime_aarch64_cpp
===================================================================
RCS file: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_sharedRuntime_aarch64_cpp
diff -N 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_sharedRuntime_aarch64_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_sharedRuntime_aarch64_cpp
    18 May 2021 14:36:10 -0000
@@ -0,0 +1,34 @@
+$OpenBSD$
+
+Correct casting.
+
+Index: hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
+--- hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp.orig
++++ hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
+@@ -412,7 +412,7 @@ static void gen_c2i_adapter(MacroAssembler *masm,
+           __ str(rscratch1, Address(sp, next_off));
+ #ifdef ASSERT
+           // Overwrite the unused slot with known junk
+-          __ mov(rscratch1, 0xdeadffffdeadaaaaul);
++          __ mov(rscratch1, (u_int64_t)0xdeadffffdeadaaaaul);
+           __ str(rscratch1, Address(sp, st_off));
+ #endif /* ASSERT */
+         } else {
+@@ -432,7 +432,7 @@ static void gen_c2i_adapter(MacroAssembler *masm,
+           // long/double in gpr
+ #ifdef ASSERT
+           // Overwrite the unused slot with known junk
+-          __ mov(rscratch1, 0xdeadffffdeadaaabul);
++          __ mov(rscratch1, (u_int64_t)0xdeadffffdeadaaabul);
+           __ str(rscratch1, Address(sp, st_off));
+ #endif /* ASSERT */
+           __ str(r, Address(sp, next_off));
+@@ -448,7 +448,7 @@ static void gen_c2i_adapter(MacroAssembler *masm,
+       } else {
+ #ifdef ASSERT
+         // Overwrite the unused slot with known junk
+-        __ mov(rscratch1, 0xdeadffffdeadaaacul);
++        __ mov(rscratch1, (u_int64_t)0xdeadffffdeadaaacul);
+         __ str(rscratch1, Address(sp, st_off));
+ #endif /* ASSERT */
+         __ strd(r_1->as_FloatRegister(), Address(sp, next_off));
Index: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_templateTable_aarch64_cpp
===================================================================
RCS file: 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_templateTable_aarch64_cpp
diff -N 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_templateTable_aarch64_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ 
devel/jdk/1.8/patches/patch-hotspot_src_cpu_aarch64_vm_templateTable_aarch64_cpp
    18 May 2021 14:36:10 -0000
@@ -0,0 +1,18 @@
+$OpenBSD$
+
+Remove unused function.
+
+Index: hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp
+--- hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp.orig
++++ hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp
+@@ -94,10 +94,6 @@ static inline Address aaddress(Register r) {
+   return iaddress(r);
+ }
+ 
+-static inline Address at_rsp() {
+-  return Address(esp, 0);
+-}
+-
+ // At top of Java expression stack which may be different than esp().  It
+ // isn't for category 1 objects.
+ static inline Address at_tos   () {
Index: 
devel/jdk/1.8/patches/patch-hotspot_src_os_cpu_bsd_aarch64_vm_os_bsd_aarch64_cpp
===================================================================
RCS file: 
devel/jdk/1.8/patches/patch-hotspot_src_os_cpu_bsd_aarch64_vm_os_bsd_aarch64_cpp
diff -N 
devel/jdk/1.8/patches/patch-hotspot_src_os_cpu_bsd_aarch64_vm_os_bsd_aarch64_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ 
devel/jdk/1.8/patches/patch-hotspot_src_os_cpu_bsd_aarch64_vm_os_bsd_aarch64_cpp
    18 May 2021 14:36:10 -0000
@@ -0,0 +1,26 @@
+$OpenBSD$
+
+Fix build for OpenBSD
+
+Index: hotspot/src/os_cpu/bsd_aarch64/vm/os_bsd_aarch64.cpp
+--- hotspot/src/os_cpu/bsd_aarch64/vm/os_bsd_aarch64.cpp.orig
++++ hotspot/src/os_cpu/bsd_aarch64/vm/os_bsd_aarch64.cpp
+@@ -82,6 +82,9 @@
+ #  define PROC_STACKGAP_DISABLE       0x0002
+ # endif
+ #endif /* __FreeBSD__ */
++#ifdef __OpenBSD__
++# include <pthread_np.h>
++#endif /* __OpenBSD__ */
+ 
+ #define REG_FP 29
+ 
+@@ -285,7 +288,7 @@ JVM_handle_bsd_signal(int sig,
+       return 1;
+     }
+ 
+-#ifndef AMD64
++#if !defined(AMD64) && !defined(__OpenBSD__)
+     // Halt if SI_KERNEL before more crashes get misdiagnosed as Java bugs
+     // This can happen in any running code (currently more frequently in
+     // interpreter code but has been seen in compiled code)
Index: devel/jenkins/devel/Makefile
===================================================================
RCS file: /cvs/ports/devel/jenkins/devel/Makefile,v
retrieving revision 1.78
diff -u -p -u -r1.78 Makefile
--- devel/jenkins/devel/Makefile        1 May 2021 20:02:46 -0000       1.78
+++ devel/jenkins/devel/Makefile        18 May 2021 14:36:10 -0000
@@ -3,5 +3,6 @@
 VERSION =      2.290
 MASTER_SITES = http://mirrors.jenkins-ci.org/war/${VERSION}/
 DIST_SUBDIR =  jenkins-devel
+REVISION =     0
 
 .include <bsd.port.mk>
Index: devel/jenkins/stable/Makefile
===================================================================
RCS file: /cvs/ports/devel/jenkins/stable/Makefile,v
retrieving revision 1.40
diff -u -p -u -r1.40 Makefile
--- devel/jenkins/stable/Makefile       13 Jan 2021 19:46:56 -0000      1.40
+++ devel/jenkins/stable/Makefile       18 May 2021 14:36:10 -0000
@@ -3,5 +3,6 @@
 VERSION =      2.263.2
 MASTER_SITES = http://mirrors.jenkins-ci.org/war-stable/${VERSION}/
 DIST_SUBDIR =  jenkins-stable
+REVISION =     0
 
 .include <bsd.port.mk>
Index: devel/maven/Makefile
===================================================================
RCS file: /cvs/ports/devel/maven/Makefile,v
retrieving revision 1.35
diff -u -p -u -r1.35 Makefile
--- devel/maven/Makefile        12 Sep 2020 09:30:00 -0000      1.35
+++ devel/maven/Makefile        18 May 2021 14:36:11 -0000
@@ -6,6 +6,7 @@ V=              3.6.3
 DISTNAME=      apache-maven-$V
 PKGNAME=       ${DISTNAME:S/apache-//}
 CATEGORIES=    devel
+REVISION=      0
 
 HOMEPAGE=      http://maven.apache.org/
 
Index: devel/netbeans/Makefile
===================================================================
RCS file: /cvs/ports/devel/netbeans/Makefile,v
retrieving revision 1.45
diff -u -p -u -r1.45 Makefile
--- devel/netbeans/Makefile     12 Mar 2021 12:13:48 -0000      1.45
+++ devel/netbeans/Makefile     18 May 2021 14:36:12 -0000
@@ -6,6 +6,7 @@ V=                      12.3
 DISTNAME=              netbeans-${V}-bin
 PKGNAME=               netbeans-${V}
 CATEGORIES=            devel
+REVISION=              0
 
 HOMEPAGE=              https://netbeans.apache.org
 
Index: games/freecol/Makefile
===================================================================
RCS file: /cvs/ports/games/freecol/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- games/freecol/Makefile      12 Jul 2019 20:46:17 -0000      1.13
+++ games/freecol/Makefile      18 May 2021 14:36:23 -0000
@@ -4,7 +4,7 @@ COMMENT =       free Colonization clone
 DISTNAME =     freecol-0.11.6
 EXTRACT_SUFX = .zip
 CATEGORIES =   games java x11
-REVISION =     2
+REVISION =     3
 
 HOMEPAGE =     http://www.freecol.org/
 
Index: games/jbrickshooter/Makefile
===================================================================
RCS file: /cvs/ports/games/jbrickshooter/Makefile,v
retrieving revision 1.18
diff -u -p -u -r1.18 Makefile
--- games/jbrickshooter/Makefile        21 Sep 2019 21:30:38 -0000      1.18
+++ games/jbrickshooter/Makefile        18 May 2021 14:36:24 -0000
@@ -7,7 +7,7 @@ GH_PROJECT=     jbrickshooter
 GH_COMMIT=     0445d9171cc46462970ae8eb08f0c7294c5707df
 DISTNAME=      ${GH_PROJECT}-1.6.0
 CATEGORIES=    games
-REVISION=      3
+REVISION=      4
 
 # GPLv3
 PERMIT_PACKAGE=        Yes
Index: games/minecraft/Makefile
===================================================================
RCS file: /cvs/ports/games/minecraft/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- games/minecraft/Makefile    30 Mar 2020 14:10:37 -0000      1.14
+++ games/minecraft/Makefile    18 May 2021 14:36:24 -0000
@@ -10,7 +10,7 @@ GH_PROJECT=   minecraft
 GH_ACCOUNT=    qbit
 GH_TAGNAME=    ${GH_PROJECT}-${V}
 DISTNAME=      ${GH_TAGNAME}
-REVISION=      9
+REVISION=      10
 
 CATEGORIES=    games
 
Index: geo/josm/Makefile
===================================================================
RCS file: /cvs/ports/geo/josm/Makefile,v
retrieving revision 1.48
diff -u -p -u -r1.48 Makefile
--- geo/josm/Makefile   12 Jul 2019 20:46:29 -0000      1.48
+++ geo/josm/Makefile   18 May 2021 14:36:26 -0000
@@ -7,7 +7,7 @@ DISTNAME=               josm-snapshot-${SVN_REV}
 EXTRACT_SUFX =         .jar
 EXTRACT_CASES+=                *.jar) unzip -qa ${FULLDISTDIR}/$$archive -d 
${WRKDIST};;
 PKGNAME=               josm-${SVN_REV}
-REVISION=              0
+REVISION=              1
 
 PKG_ARCH=              *
 
Index: geo/traccar/Makefile
===================================================================
RCS file: /cvs/ports/geo/traccar/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- geo/traccar/Makefile        6 Feb 2021 21:07:31 -0000       1.14
+++ geo/traccar/Makefile        18 May 2021 14:36:26 -0000
@@ -6,6 +6,7 @@ PKGNAME =       traccar-${V}
 DISTNAME =     traccar-other-${V}
 EXTRACT_SUFX = .zip
 WRKDIST =      ${WRKDIR}
+REVISION =     0
 
 CATEGORIES =   geo
 HOMEPAGE =     https://www.traccar.org/
Index: graphics/opencv/Makefile
===================================================================
RCS file: /cvs/ports/graphics/opencv/Makefile,v
retrieving revision 1.70
diff -u -p -u -r1.70 Makefile
--- graphics/opencv/Makefile    14 May 2021 18:24:44 -0000      1.70
+++ graphics/opencv/Makefile    18 May 2021 14:36:28 -0000
@@ -13,7 +13,7 @@ GH_TAGNAME =          ${V}
 
 PKGNAME-main =         opencv-${V}
 PKGNAME-java =         opencv-java-${V}
-REVISION-java =                0
+REVISION-java =                1
 REVISION-main =                0
 
 HOMEPAGE =             https://www.opencv.org/
Index: java/gradle/Makefile
===================================================================
RCS file: /cvs/ports/java/gradle/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- java/gradle/Makefile        29 Oct 2020 02:22:24 -0000      1.8
+++ java/gradle/Makefile        18 May 2021 14:36:29 -0000
@@ -4,6 +4,7 @@ COMMENT =       build automation tool
 
 DISTNAME =     gradle-6.7
 EXTRACT_SUFX = -bin.zip
+REVISION =     0
 
 CATEGORIES =   java
 
Index: java/jBCrypt/Makefile
===================================================================
RCS file: /cvs/ports/java/jBCrypt/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- java/jBCrypt/Makefile       22 Jan 2021 13:42:09 -0000      1.11
+++ java/jBCrypt/Makefile       18 May 2021 14:36:29 -0000
@@ -3,7 +3,7 @@
 COMMENT=       BCrypt library for Java
 
 DISTNAME=      jBCrypt-0.4
-REVISION=      4
+REVISION=      5
 
 CATEGORIES=    security
 
Index: java/jna/Makefile
===================================================================
RCS file: /cvs/ports/java/jna/Makefile,v
retrieving revision 1.28
diff -u -p -u -r1.28 Makefile
--- java/jna/Makefile   23 Sep 2019 13:39:27 -0000      1.28
+++ java/jna/Makefile   18 May 2021 14:36:29 -0000
@@ -7,7 +7,7 @@ GH_ACCOUNT=     java-native-access
 GH_TAGNAME=    4.4.0
 CATEGORIES=    devel
 MAINTAINER=    Jasper Lievisse Adriaanse <[email protected]>
-REVISION=      3
+REVISION=      4
 
 HOMEPAGE=      https://github.com/java-native-access/jna
 
Index: lang/abcl/Makefile
===================================================================
RCS file: /cvs/ports/lang/abcl/Makefile,v
retrieving revision 1.20
diff -u -p -u -r1.20 Makefile
--- lang/abcl/Makefile  6 Nov 2020 19:36:44 -0000       1.20
+++ lang/abcl/Makefile  18 May 2021 14:36:29 -0000
@@ -5,6 +5,7 @@ V =                     1.8.0
 DISTNAME =             abcl-src-${V}
 PKGNAME =              abcl-${V}
 PKG_ARCH =             *
+REVISION =             0
 
 CATEGORIES =           lang
 
Index: lang/clojure/Makefile
===================================================================
RCS file: /cvs/ports/lang/clojure/Makefile,v
retrieving revision 1.36
diff -u -p -u -r1.36 Makefile
--- lang/clojure/Makefile       7 Nov 2019 09:39:15 -0000       1.36
+++ lang/clojure/Makefile       18 May 2021 14:36:29 -0000
@@ -5,6 +5,7 @@ COMMENT =               Lisp-1 dialect for the Java V
 V =                    1.10.1.469
 DISTNAME =             clojure-tools-$V
 PKGNAME =              clojure-$V
+REVISION =             0
 
 PKG_ARCH =             *
 
Index: lang/jruby/Makefile
===================================================================
RCS file: /cvs/ports/lang/jruby/Makefile,v
retrieving revision 1.92
diff -u -p -u -r1.92 Makefile
--- lang/jruby/Makefile 1 Apr 2021 14:54:10 -0000       1.92
+++ lang/jruby/Makefile 18 May 2021 14:36:30 -0000
@@ -9,6 +9,7 @@ V =             9.2.17.0
 DISTNAME =     jruby-dist-${V}-bin
 PKGNAME =      jruby-${V}
 CATEGORIES =   lang lang/ruby
+REVISION =     0
 DISTFILES =    ${DISTNAME}.tar.gz \
                jffi-1.2.18.tar.gz:0 \
                ${JRUBY_LAUNCHER_GEM}:1
Index: lang/kawa/Makefile
===================================================================
RCS file: /cvs/ports/lang/kawa/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- lang/kawa/Makefile  20 Mar 2020 16:44:24 -0000      1.21
+++ lang/kawa/Makefile  18 May 2021 14:36:30 -0000
@@ -4,6 +4,7 @@ COMMENT=                Scheme and language framework 
 
 DISTNAME=              kawa-3.1.1
 CATEGORIES=            lang java
+REVISION=              0
 
 HOMEPAGE=              https://www.gnu.org/software/kawa/
 
Index: lang/processing/Makefile
===================================================================
RCS file: /cvs/ports/lang/processing/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- lang/processing/Makefile    12 Jul 2019 20:47:22 -0000      1.17
+++ lang/processing/Makefile    18 May 2021 14:36:30 -0000
@@ -5,7 +5,7 @@ COMMENT=                language/IDE for images, anima
 V=                     1.5.1
 DISTNAME=              processing-$V-linux
 PKGNAME=               ${DISTNAME:S/-linux//}
-REVISION=              9
+REVISION=              10
 
 CATEGORIES=            lang graphics
 
Index: lang/scala/Makefile
===================================================================
RCS file: /cvs/ports/lang/scala/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- lang/scala/Makefile 20 Aug 2019 18:53:14 -0000      1.13
+++ lang/scala/Makefile 18 May 2021 14:36:30 -0000
@@ -5,6 +5,7 @@ COMMENT=        general purpose multi-paradigm 
 VERSION =      2.12.9
 DISTNAME=      scala-${VERSION}
 CATEGORIES=    lang
+REVISION=      0
 
 HOMEPAGE=      http://www.scala-lang.org/
 
Index: math/geogebra/Makefile
===================================================================
RCS file: /cvs/ports/math/geogebra/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- math/geogebra/Makefile      14 Jul 2019 12:44:45 -0000      1.15
+++ math/geogebra/Makefile      18 May 2021 14:36:33 -0000
@@ -5,7 +5,7 @@ COMMENT=        educational mathematical softwa
 V=             4.2.60.0
 DISTNAME=      GeoGebra-Unixlike-Installer-${V}
 PKGNAME=       geogebra-${V}
-REVISION=      6
+REVISION=      7
 
 CATEGORIES=    math java
 
Index: math/rstudio/Makefile
===================================================================
RCS file: /cvs/ports/math/rstudio/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- math/rstudio/Makefile       18 Mar 2021 19:53:58 -0000      1.3
+++ math/rstudio/Makefile       18 May 2021 14:36:33 -0000
@@ -10,7 +10,7 @@ ONLY_FOR_ARCHS =      ${LP64_ARCHS}
 V =            1.3.959
 COMMENT =      Integrated Development Environment (IDE) for R
 PKGNAME =      rstudio-${V}
-REVISION =     1
+REVISION =     2
 CATEGORIES =   math x11
 
 HOMEPAGE =     https://www.rstudio.com/
Index: net/i2p/Makefile
===================================================================
RCS file: /cvs/ports/net/i2p/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- net/i2p/Makefile    5 Mar 2021 20:52:23 -0000       1.7
+++ net/i2p/Makefile    18 May 2021 14:36:37 -0000
@@ -3,7 +3,7 @@
 # would normally be set in java.port.mk, but i2p pulls in bsd.port.arch.mk
 # itself which interferes with ONLY_FOR_ARCHS coming from MODULES.
 # list is for jdk 1.8 arches.
-ONLY_FOR_ARCHS=        amd64 i386
+ONLY_FOR_ARCHS=        amd64 i386 aarch64
 
 COMMENT=       i2p routing protocol
 
Index: net/unifi/snappy-java/Makefile
===================================================================
RCS file: /cvs/ports/net/unifi/snappy-java/Makefile,v
retrieving revision 1.1
diff -u -p -u -r1.1 Makefile
--- net/unifi/snappy-java/Makefile      20 Mar 2021 18:44:17 -0000      1.1
+++ net/unifi/snappy-java/Makefile      18 May 2021 14:36:41 -0000
@@ -10,6 +10,7 @@ COMMENT=      special helper port to build sn
 SNAPPYJ_V=     1.1.8.4
 SNAPPY_V=      1.1.8
 BITSHUFFLE_V=  0.3.2
+REVISION=      0
 
 DISTNAME=      snappy-java-${SNAPPYJ_V}
 
Index: productivity/deskzilla/Makefile
===================================================================
RCS file: /cvs/ports/productivity/deskzilla/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- productivity/deskzilla/Makefile     12 Jul 2019 20:48:58 -0000      1.11
+++ productivity/deskzilla/Makefile     18 May 2021 14:36:42 -0000
@@ -4,7 +4,7 @@ COMMENT =       desktop bugzilla browser
 
 DISTNAME =     deskzilla-lite-2_1
 PKGNAME =      ${DISTNAME:S/_/./}
-REVISION =     5
+REVISION =     6
 EXTRACT_SUFX=  .zip
 
 PKG_ARCH =     *
Index: productivity/projectlibre/Makefile
===================================================================
RCS file: /cvs/ports/productivity/projectlibre/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- productivity/projectlibre/Makefile  15 Mar 2021 09:29:32 -0000      1.19
+++ productivity/projectlibre/Makefile  18 May 2021 14:36:43 -0000
@@ -4,6 +4,7 @@ COMMENT=                open source alternative to Mic
 
 DISTNAME=              projectlibre-1.9.3
 CATEGORIES=            productivity
+REVISION=              0
 
 HOMEPAGE=              http://www.projectlibre.org/
 
Index: productivity/thinkingrock/Makefile
===================================================================
RCS file: /cvs/ports/productivity/thinkingrock/Makefile,v
retrieving revision 1.20
diff -u -p -u -r1.20 Makefile
--- productivity/thinkingrock/Makefile  14 Jul 2019 00:39:39 -0000      1.20
+++ productivity/thinkingrock/Makefile  18 May 2021 14:36:43 -0000
@@ -5,7 +5,7 @@ COMMENT=        collecting and processing thoug
 V=             2.2.1
 DISTNAME=      tr-$V
 PKGNAME=       thinkingrock-${V}
-REVISION=      6
+REVISION=      7
 CATEGORIES=    productivity
 
 HOMEPAGE=      http://www.trgtd.com.au/
Index: security/burpsuite/Makefile
===================================================================
RCS file: /cvs/ports/security/burpsuite/Makefile,v
retrieving revision 1.32
diff -u -p -u -r1.32 Makefile
--- security/burpsuite/Makefile 22 Oct 2019 02:09:18 -0000      1.32
+++ security/burpsuite/Makefile 18 May 2021 14:36:44 -0000
@@ -5,6 +5,7 @@ COMMENT =               tool for testing security of 
 VERSION =              2.1.04
 DISTNAME =             burpsuite_free_v${VERSION}
 PKGNAME =              burpsuite-${VERSION}
+REVISION =             0
 
 
DISTFILES=${DISTNAME}${EXTRACT_SUFX}{Download?productId=100\&version=${VERSION}\&type=Jar}
 
Index: security/tls-attacker/Makefile
===================================================================
RCS file: /cvs/ports/security/tls-attacker/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- security/tls-attacker/Makefile      12 Sep 2020 14:36:14 -0000      1.1.1.1
+++ security/tls-attacker/Makefile      18 May 2021 14:36:46 -0000
@@ -5,6 +5,7 @@ COMMENT =               framework for analyzing TLS l
 V =                    3.5.0
 DISTNAME =             TLS-Attacker-$V
 PKGNAME =              ${DISTNAME:L}
+REVISION =             0
 
 MAINTAINER =           Jasper Lievisse Adriaanse <[email protected]>
 
Index: security/zaproxy/Makefile
===================================================================
RCS file: /cvs/ports/security/zaproxy/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- security/zaproxy/Makefile   22 Feb 2020 00:14:21 -0000      1.10
+++ security/zaproxy/Makefile   18 May 2021 14:36:47 -0000
@@ -5,6 +5,7 @@ COMMENT =               web application security tool
 VERSION =              2.9.0
 DISTNAME =             ZAP_${VERSION}_Linux
 PKGNAME =              zaproxy-${VERSION}
+REVISION =             0
 
 CATEGORIES =           security
 
Index: sysutils/ec2-api-tools/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ec2-api-tools/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- sysutils/ec2-api-tools/Makefile     14 Jul 2019 00:39:39 -0000      1.8
+++ sysutils/ec2-api-tools/Makefile     18 May 2021 14:36:47 -0000
@@ -3,7 +3,7 @@
 COMMENT=               API tools for Amazon EC2 web service
 
 DISTNAME=              ec2-api-tools-1.7.5.1
-REVISION=              5
+REVISION=              6
 
 EXTRACT_SUFX=          .zip
 
Index: sysutils/riemann/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/riemann/Makefile,v
retrieving revision 1.18
diff -u -p -u -r1.18 Makefile
--- sysutils/riemann/Makefile   10 Sep 2020 13:24:27 -0000      1.18
+++ sysutils/riemann/Makefile   18 May 2021 14:36:49 -0000
@@ -5,6 +5,7 @@ COMMENT =       network event stream processin
 V =            0.3.6
 DISTNAME =     riemann-${V}
 CATEGORIES =   sysutils
+REVISION =     0
 
 HOMEPAGE =     http://riemann.io
 
Index: textproc/crossfire/Makefile
===================================================================
RCS file: /cvs/ports/textproc/crossfire/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- textproc/crossfire/Makefile 14 May 2020 20:34:19 -0000      1.1.1.1
+++ textproc/crossfire/Makefile 18 May 2021 14:36:52 -0000
@@ -10,6 +10,7 @@ PKGNAME =     crossfire-${V}
 DISTNAME =     CrossFire-${V:S/./_/g}-linux
 EXTRACT_SUFX = .tgz
 WRKDIST =      ${WRKDIR}/CrossFire
+REVISION =     0
 
 MAINTAINER=    Ian Darwin <[email protected]>
 
Index: textproc/epubcheck/Makefile
===================================================================
RCS file: /cvs/ports/textproc/epubcheck/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- textproc/epubcheck/Makefile 24 Sep 2020 07:44:28 -0000      1.3
+++ textproc/epubcheck/Makefile 18 May 2021 14:36:52 -0000
@@ -6,6 +6,7 @@ COMMENT =       EPUB validator
 
 V =            4.2.4
 DISTNAME =     epubcheck-$V
+REVISION =     0
 
 CATEGORIES =   textproc
 
Index: textproc/pdftk/Makefile
===================================================================
RCS file: /cvs/ports/textproc/pdftk/Makefile,v
retrieving revision 1.28
diff -u -p -u -r1.28 Makefile
--- textproc/pdftk/Makefile     21 Dec 2020 18:28:48 -0000      1.28
+++ textproc/pdftk/Makefile     18 May 2021 14:36:54 -0000
@@ -9,6 +9,7 @@ BC=             168
 CL3=           3.11
 DISTNAME=      pdftk-v$V
 PKGNAME=       pdftk-$V
+REVISION=      0
 EXTRACT_ONLY=  pdftk-v$V.tar.gz \
                commons-lang3-${CL3}-bin.tar.gz
 
Index: textproc/solr/Makefile
===================================================================
RCS file: /cvs/ports/textproc/solr/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- textproc/solr/Makefile      13 Apr 2021 20:44:07 -0000      1.30
+++ textproc/solr/Makefile      18 May 2021 14:36:55 -0000
@@ -5,6 +5,7 @@ COMMENT=        full-text search engine based o
 V=             8.8.2
 DISTNAME=      solr-$V
 EXTRACT_SUFX=  .tgz
+REVISION=      0
 
 PKG_ARCH=      *
 
Index: textproc/stringtemplate/Makefile
===================================================================
RCS file: /cvs/ports/textproc/stringtemplate/Makefile,v
retrieving revision 1.12
diff -u -p -u -r1.12 Makefile
--- textproc/stringtemplate/Makefile    26 Jan 2020 11:14:33 -0000      1.12
+++ textproc/stringtemplate/Makefile    18 May 2021 14:36:55 -0000
@@ -4,7 +4,7 @@ COMMENT=        Java template engine for genera
 
 V=             4.0.4
 DISTNAME=      ST-$V
-REVISION=      4
+REVISION=      5
 PKGNAME=       stringtemplate-$V
 CATEGORIES=    textproc java
 
Index: textproc/xalan-j/Makefile
===================================================================
RCS file: /cvs/ports/textproc/xalan-j/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- textproc/xalan-j/Makefile   12 Jul 2019 20:50:16 -0000      1.7
+++ textproc/xalan-j/Makefile   18 May 2021 14:36:55 -0000
@@ -8,7 +8,7 @@ DISTNAME =              xalan-j${VERSION}
 DISTFILES =            xalan-j_${VERSION_}-bin.tar.gz
 PKGNAME =              xalan-j-${VERSION}
 CATEGORIES =           textproc
-REVISION =             2
+REVISION =             3
 
 HOMEPAGE =             http://xalan.apache.org/index.html
 MAINTAINER =           Bryan Everly <[email protected]>
Index: www/vnu/Makefile
===================================================================
RCS file: /cvs/ports/www/vnu/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- www/vnu/Makefile    24 Sep 2020 07:48:28 -0000      1.7
+++ www/vnu/Makefile    18 May 2021 14:37:00 -0000
@@ -5,6 +5,7 @@ COMMENT =       HTML5 validator
 V =            20.6.30
 DISTNAME =     vnu.jar_$V
 PKGNAME =      vnu-$V
+REVISION =     0
 
 CATEGORIES =   www
 

Reply via email to