diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2026-06-07 16:50:32 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2026-06-30 20:03:57 +0000 |
| commit | b6ec06f079e1c883d32c788c0285c6d492eeb1c0 (patch) | |
| tree | 509443009511a71c8ffc164a16f37b20c4a29293 /java | |
| parent | d26c01fde278a05fcc2c9c8f865055db361083e3 (diff) | |
Diffstat (limited to 'java')
| -rw-r--r-- | java/icedtea-web/Makefile | 3 | ||||
| -rw-r--r-- | java/jfreechart/Makefile | 1 | ||||
| -rw-r--r-- | java/openjdk11/Makefile | 4 | ||||
| -rw-r--r-- | java/openjdk17/Makefile | 4 | ||||
| -rw-r--r-- | java/openjdk21/Makefile | 4 |
5 files changed, 3 insertions, 13 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 46196a4589ce..eb6c4bc41e36 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -46,9 +46,6 @@ CONFIGURE_SHELL= ${bash_CMD} TEST_TARGET= check -# Upstream archive contains files with UTF-8 names -EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar - OPTIONS_DEFINE= DOCS PLUGIN PLUGINJAR RHINO RUST TAGSOUP OPTIONS_DEFAULT=PLUGINJAR RUST OPTIONS_SUB= yes diff --git a/java/jfreechart/Makefile b/java/jfreechart/Makefile index 1935999e8323..88a76d7affe6 100644 --- a/java/jfreechart/Makefile +++ b/java/jfreechart/Makefile @@ -19,7 +19,6 @@ COMPILE_DESC= Build from source COMPILE_USES= java:ant,run COMPILE_USES_OFF= java -COMPILE_USE= LOCALE=en_US.UTF-8 COMPILE_ALL_TARGET= compile COMPILE_VARS_OFF= NO_BUILD=yes COMPILE_MAKE_ARGS+= -Dsrc.version=1.8 -Dtarget.version=1.8 diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index 43303bebf2d6..f69a96e8459a 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -44,9 +44,7 @@ NO_CCACHE= yes # Suppress passing -j to do-build target via Mk/bsd.port.mk # In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # -MAKE_ENV= LANG="C" \ - LC_ALL="C" \ - CLASSPATH="" \ +MAKE_ENV= CLASSPATH="" \ JAVA_HOME="" \ LD_LIBRARY_PATH="" \ CC=${CC} \ diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index f86d1ce4b6e5..1fd880c3f7f1 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -43,9 +43,7 @@ NO_CCACHE= yes # Suppress passing -j to do-build target via Mk/bsd.port.mk # In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= -MAKE_ENV= LANG="C" \ - LC_ALL="C" \ - CLASSPATH="" \ +MAKE_ENV= CLASSPATH="" \ JAVA_HOME="" \ LD_LIBRARY_PATH="" \ CC=${CC} \ diff --git a/java/openjdk21/Makefile b/java/openjdk21/Makefile index 6a5e27a82984..4d7e9b14ffd7 100644 --- a/java/openjdk21/Makefile +++ b/java/openjdk21/Makefile @@ -44,9 +44,7 @@ NO_CCACHE= yes # Suppress passing -j to do-build target via Mk/bsd.port.mk # In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # -MAKE_ENV= LANG="C" \ - LC_ALL="C" \ - CLASSPATH="" \ +MAKE_ENV= CLASSPATH="" \ JAVA_HOME="" \ LD_LIBRARY_PATH="" \ CC=${CC} \ |
