1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Sync. extremely outdated sun.util.resources.TimeZoneNames to the latest

tzdata 2013i from the upstream.  Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
This commit is contained in:
Jung-uk Kim 2014-03-03 23:45:26 +00:00
parent d2699e867e
commit d89d9f9160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346976
4 changed files with 4947 additions and 51 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= java devel
PKGNAMESUFFIX= -jre

View File

@ -3,7 +3,7 @@
PORTNAME= openjdk6
PORTVERSION= b30
PORTREVISION?= 0
PORTREVISION?= 1
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:ant,} \
@ -41,8 +41,9 @@ TZUPDATE_DESC= Update the time zone data
.if !defined(BUILD_JRE)
OPTIONS_DEFINE+=TEST
OPTIONS_RADIO= Debugging
OPTIONS_RADIO_Debugging= DEBUG FASTDEBUG
OPTIONS_RADIO= DEVEL
DEVEL_DESC= Build for OpenJDK development
OPTIONS_RADIO_DEVEL= DEBUG FASTDEBUG
DEBUG_DESC= Enable legacy debugging support
FASTDEBUG_DESC= Include fastdebug build
TEST_DESC= Add support for running regression test
@ -193,10 +194,7 @@ ICONV_LIBS= -L${LOCALBASE}/lib ${ICONV_LIB}
ZLIB_LIBS?= -lz
.if ${COMPILER_TYPE} == "clang"
MAKE_ENV+= COMPILER_WARNINGS_FATAL=false DEBUG_CFLAGS/i486=-g
.if empty(PORT_OPTIONS:MDEBUG) && empty(PORT_OPTIONS:MFASTDEBUG)
MAKE_ENV+= WARNINGS_ARE_ERRORS=-w
.endif
MAKE_ENV+= USE_CLANG=true
.endif
post-extract:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff