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