index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
jdk16
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decommissioning java 1.5 (EOLed since October 2009):
Baptiste Daroussin
2012-12-10
55
-2635
/
+0
*
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476.
Greg Lewis
2011-02-09
1
-0
/
+11
*
. Some fixes for the KQueue NIO selector.
Greg Lewis
2010-08-13
1
-30
/
+23
*
. Add a new NIO selector that uses kqueue(2) and make it the default.
Greg Lewis
2010-08-07
1
-0
/
+699
*
. Update to the latest set of root certificates that come with the JDK.
Greg Lewis
2010-07-25
1
-0
/
+0
*
. Add file missed in the last commit:
Greg Lewis
2010-06-09
1
-1
/
+1
*
. Fix the build with recent xorg.
Greg Lewis
2010-04-19
1
-0
/
+15
*
. sigignore(3) has been MFC'ed to 8-STABLE. Attempt to fix the build
Greg Lewis
2010-02-07
1
-1
/
+1
*
. Detect that recent versions of 9-CURRENT have sigignore(3) and configure
Greg Lewis
2010-02-05
1
-1
/
+15
*
. Update to the cacerts file included in Update 17.
Greg Lewis
2009-12-06
1
-0
/
+0
*
. Fix a security hole in the Calendar class which allows the elevation of
Greg Lewis
2009-03-05
1
-0
/
+93
*
. Implement the virtual machine interface for BSD. This allows
Greg Lewis
2009-02-02
7
-0
/
+777
*
. Properly scope the calls to clock_get* so that we use the system versions
Greg Lewis
2008-10-18
1
-0
/
+14
*
. When building libsplashscreen, put the internal JDK header paths before
Greg Lewis
2008-10-15
1
-3
/
+22
*
. Enable system tray support for Enlightenment.
Greg Lewis
2008-05-16
1
-0
/
+13
*
. Use the correct specifier for printing a size_t.
Greg Lewis
2008-05-03
1
-0
/
+13
*
- Remove unneeded dependency from gtk12/gtk20 [1]
Martin Wilke
2008-04-19
11
-22
/
+22
*
. Update to patchset 4.
Greg Lewis
2008-02-16
7
-61
/
+46
*
. Fix locale generation and hence locale handling in general.
Greg Lewis
2008-02-03
1
-0
/
+15
*
. Update to patchset 2 (based on 1.6.0_02 aka 6u2)
Greg Lewis
2007-10-28
14
-906
/
+27
*
Fix build on i386 with WITHOUT_WEB option.
Jung-uk Kim
2007-10-04
2
-0
/
+28
*
. Fix build problems with cpu.h being picked up from /usr/local/include.
Greg Lewis
2007-09-09
1
-0
/
+24
*
. Fix another problem with exec() by using the same static initialisation
Greg Lewis
2007-09-02
1
-0
/
+15
*
. Sync the BSD specific code with the changes between 1.5 and 1.6 and
Greg Lewis
2007-08-28
1
-0
/
+31
*
Add browser plugin support for amd64. It is turned off by default as it is
Jung-uk Kim
2007-08-16
1
-0
/
+701
*
Unbreak build on -CURRENT.
Jung-uk Kim
2007-08-16
3
-0
/
+51
*
. Split the JRL agreement out into a separate script that is only run
Greg Lewis
2007-08-14
2
-194
/
+194
*
. Fix the 'shebang' line in jcontrol. [1]
Greg Lewis
2007-08-06
1
-0
/
+10
*
. Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]
Greg Lewis
2007-08-06
4
-0
/
+58
*
. A native port for JDK 1.6.0 (aka 6.0) Update 1.
Greg Lewis
2007-08-05
53
-864
/
+497
*
. Better fix. Just use 'short' variables and be done with it. The
Greg Lewis
2007-07-31
1
-3
/
+14
*
. Include a different header file for 'fastInt'. The definition in Hint.h
Greg Lewis
2007-07-31
1
-0
/
+13
*
Add browser plugin support for amd64. It is turned off by default as it is
Jung-uk Kim
2007-07-30
1
-0
/
+577
*
. Update to patchset 6, based on 1.5.0 Update 12.
Greg Lewis
2007-07-27
7
-188
/
+0
*
. Update to patchset 5, based on the 1.5.0_11 JRL source code.
Greg Lewis
2007-06-09
19
-248
/
+322
*
Fix more sysctl(3) argument sizes and correct a comment.
Jung-uk Kim
2007-05-30
1
-5
/
+31
*
Various fixes for -CURRENT.
Jung-uk Kim
2007-05-25
21
-0
/
+385
*
. Don't statically link with libXm any more. The Open Motif port no longer
Greg Lewis
2007-03-06
1
-3
/
+17
*
. Update to patchset 4.
Greg Lewis
2007-01-22
16
-320
/
+6
*
All we are saying is give gcc 4.x a chance.
Greg Lewis
2007-01-10
1
-0
/
+17
*
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
Greg Lewis
2006-12-11
13
-6
/
+212
*
. Fix a problem with os_sleep returning early without raising an exception
Greg Lewis
2006-11-06
1
-0
/
+32
*
. Fix a possible problem building the JDK in the GMT+0 time zone. When
Greg Lewis
2006-11-06
1
-0
/
+21
*
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
Joe Marcus Clarke
2006-10-14
2
-2
/
+2
*
. Prevent problems opening RandomAccessFile with "rws" as the mode by
Greg Lewis
2006-09-09
1
-0
/
+21
*
. Fix a segfault caused by fonts with illegal glyph names or glyph names
Greg Lewis
2006-08-01
1
-0
/
+17
*
. On amd64 the plugin should look for the Server VM, since there is no
Greg Lewis
2006-07-18
3
-0
/
+45
*
. Properly deal with error cases in transferTo0().
Greg Lewis
2006-07-18
1
-0
/
+38
*
. Work around a thread cache problem that caused javah to crash with an
Greg Lewis
2006-06-16
1
-0
/
+16
*
. Filter out corrupt environment variables with no name.
Greg Lewis
2006-06-16
1
-0
/
+22
[next]