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
/
jdk15
Commit message (
Expand
)
Author
Age
Files
Lines
*
. Set the REX bits correctly on amd64. Fixes possible segfaults with
Greg Lewis
2006-02-12
2
-1
/
+14
*
. Tweak the fix for linking with the system's version of zlib to just
Greg Lewis
2006-02-12
2
-7
/
+60
*
. Enable parallel compilation during the build of HotSpot. Note that we
Greg Lewis
2006-02-02
2
-1
/
+6
*
. Install a desktop icon for the java/jdk15 Control Panel. [1]
Greg Lewis
2006-01-29
2
-3
/
+35
*
. Link with the system libz instead of building the our own internal
Greg Lewis
2006-01-28
8
-88
/
+141
*
. USE_ICONV is required whether we're building the web parts or not.
Greg Lewis
2005-12-17
1
-1
/
+2
*
. Tell the user all the files they will need up front, instead of telling
Greg Lewis
2005-12-14
1
-33
/
+31
*
. Add $FreeBSD$.
Greg Lewis
2005-12-03
2
-0
/
+4
*
. "Privatise" the symbols in libzip.so to avoid conflicting with those
Greg Lewis
2005-12-02
2
-1
/
+86
*
. The patch to use getaddrinfo() #ifdef'ed out too much code. Change that
Greg Lewis
2005-12-02
1
-0
/
+25
*
. Add $FreeBSD$.
Greg Lewis
2005-11-23
1
-0
/
+1
*
. Add SHA256.
Greg Lewis
2005-11-23
1
-0
/
+3
*
. Make pkg-install install a symbolic link for the browser plugin if a
Greg Lewis
2005-11-23
3
-2
/
+72
*
Bump PORTREVISION to chase the glib20 shared library update.
Joe Marcus Clarke
2005-11-05
1
-1
/
+1
*
. Bump PORTREVISION for the last two fixes.
Greg Lewis
2005-10-13
1
-0
/
+1
*
. Switch to using XToolkit by default. According to
Greg Lewis
2005-10-13
2
-0
/
+34
*
. Fix javaws.
Greg Lewis
2005-10-13
3
-0
/
+54
*
. Include header files from the JDK that was just built, not from the
Greg Lewis
2005-09-27
1
-0
/
+17
*
. Update to patchset 2:
Greg Lewis
2005-09-20
19
-744
/
+91
*
. Force the Client VM when dumping the shared archive since you can't
Greg Lewis
2005-09-06
1
-1
/
+1
*
. Generate the class data shared archive during post-install to speed
Greg Lewis
2005-09-04
2
-11
/
+18
*
Add two more hunks to patch-koi8u. Should make the koi8-u fonts support better
Mikhail Teterin
2005-08-03
1
-0
/
+17
*
Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.
Mikhail Teterin
2005-08-01
2
-0
/
+375
*
Use code long floating around the Internet to add support for KOI8-U
Mikhail Teterin
2005-07-28
2
-3
/
+11
*
. Avoid memory corruption on FreeBSD 4.x. This seems to have no affect
Greg Lewis
2005-06-22
1
-0
/
+18
*
. Ensure that when files are extracted that their fully resolved path lies
Greg Lewis
2005-05-12
3
-1
/
+72
*
. Fix various problems with time zone handling including:
Greg Lewis
2005-05-12
1
-0
/
+100
*
. Using dladdr(3) to determine the path to the current executable, and
Greg Lewis
2005-05-12
1
-0
/
+62
*
. When linprocfs is not mounted the Linux JDK will output a warning message,
Greg Lewis
2005-04-08
1
-0
/
+17
*
. Bump PORTREVISION, forgotten when doing the fixes prior to the ports
Greg Lewis
2005-04-08
1
-3
/
+4
*
. Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>
Greg Lewis
2005-04-07
3
-0
/
+46
*
. Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
Greg Lewis
2005-03-30
1
-0
/
+4
*
. Fix a typo that results in an undefined reference (sizof -> sizeof).
Greg Lewis
2005-03-21
1
-0
/
+13
*
. Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
Greg Lewis
2005-03-21
1
-0
/
+9
*
. Move the invocation of unregistervm to the top of the packing list.
Greg Lewis
2005-02-18
1
-1
/
+1
*
Unbreak plist generation
Alexey Zelkin
2005-01-29
1
-8
/
+5
*
Please welcome new participant of FreeBSD ports tree and Java ports
Alexey Zelkin
2005-01-20
13
-2025
/
+110
*
. Avoid a problem where, without linprocfs mounted, the first line of
Greg Lewis
2004-12-17
1
-0
/
+11
*
. Update to patchset 7.
Greg Lewis
2004-12-17
25
-2018
/
+8
*
. Backport parts of the 1.5 plugin to address plugin vulnerabilities.
Greg Lewis
2004-12-03
9
-3
/
+1420
*
. Mark FORBIDDEN when building with the browser plugin due to the
Greg Lewis
2004-11-24
1
-0
/
+2
*
. Take into account that pthread_mutex_trylock() can return EDEADLK as
Greg Lewis
2004-11-02
2
-0
/
+22
*
The BSD patchset for the Sun JDK modeled its thread behavior mostly after
Brian Feldman
2004-10-20
2
-1
/
+14
*
. Bump PORTREVISION for the recent fixes.
Greg Lewis
2004-10-16
1
-1
/
+1
*
. Fix the Server VM for gcc 3.4 part 2/2.
Greg Lewis
2004-10-16
1
-0
/
+24
*
. Fix the Server VM for gcc 3.4 part 1/2.
Greg Lewis
2004-10-16
1
-0
/
+38
*
. In the ReadChunk() function, change an assert() to be a "test for a
Greg Lewis
2004-10-16
1
-0
/
+53
*
. At least on FreeBSD, O_SYNC and O_DSYNC aren't both defined
Greg Lewis
2004-10-16
1
-0
/
+21
*
. Assume (un)registervm is in LOCALBASE _not_ PREFIX.
Greg Lewis
2004-09-02
1
-2
/
+2
*
. The changes to make in -CURRENT to use MAKEFLAGS make us unable to
Greg Lewis
2004-08-18
1
-1
/
+2
[next]