diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-05-21 16:50:57 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-05-24 22:09:35 +0200 |
commit | c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 (patch) | |
tree | 26020fd6933d9df818c66aec6cba5fa901d73499 /java/openjdk16/files/patch-make_autoconf_libraries.m4 | |
parent | www/chromium: update to 102.0.5005.61 (diff) |
cleanup: remove expired versions of OpenJDK (12 through 16)
Adjust ports depending on expired versions of OpenJDK:
- biology/snpeff: 12+ -> 17+
- devel/RStudio: 12 -> 11
- www/closure-compiler: 13 -> 11+
Allow java/openjdk17 to use java/openjdk17-bootstrap on i386
too, this builds just fine on 13.1-i386
Remove jdk12-doc as it is no longer relevant.
Clean up Java version calculations in bsd.java.mk
Reviewed by: jwb, java (glewis)
Differential Revision: https://reviews.freebsd.org/D35280
Diffstat (limited to 'java/openjdk16/files/patch-make_autoconf_libraries.m4')
-rw-r--r-- | java/openjdk16/files/patch-make_autoconf_libraries.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/openjdk16/files/patch-make_autoconf_libraries.m4 b/java/openjdk16/files/patch-make_autoconf_libraries.m4 deleted file mode 100644 index 0911464a6522..000000000000 --- a/java/openjdk16/files/patch-make_autoconf_libraries.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- make/autoconf/libraries.m4~ 2019-08-12 19:10:36.292217000 -0700 -+++ make/autoconf/libraries.m4 2019-08-12 19:18:15.523606000 -0700 -@@ -188,9 +188,9 @@ - ICONV_LDFLAGS="-L/usr/local/lib" - ICONV_LIBS=-liconv - elif test "x$OPENJDK_TARGET_OS_ENV" = "xbsd.freebsd"; then -- ICONV_CFLAGS=-DLIBICONV_PLUG -- ICONV_LDFLAGS= -- ICONV_LIBS= -+ ICONV_CFLAGS=%%ICONV_CFLAGS%% -+ ICONV_LDFLAGS=%%ICONV_LDFLAGS%% -+ ICONV_LIBS=%%ICONV_LIBS%% - else - ICONV_CFLAGS= - ICONV_LDFLAGS= |