summaryrefslogtreecommitdiff
path: root/java/jdk15 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Point people to the archive for Update 14.Greg Lewis2008-04-131-1/+1
| | | | PR: 122704
* . Fix build by correctly setting the arch on recent FreeBSD/pc98 versions.Greg Lewis2008-04-021-5/+12
| | | | | PR: 121288 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* . Update to 1.5.0_14 and patchset 8.Greg Lewis2008-02-144-776/+18
| | | | . Allow bootstrapping with jdk 1.6.
* . Install the PKCS#11 JAR and build and install the PKCS#11 native library.Greg Lewis2008-01-143-1/+54
| | | | Prompted by: ale, Havard Eidnes <he@uninett.no>
* . Update to tzupdater 1.3.3.Greg Lewis2008-01-122-7/+7
|
* . Implement OpenFileDescriptorCount for BSD. This requires fdescfs.Greg Lewis2008-01-121-3/+55
| | | | PR: 118735
* . Implement or fix more of the OS specific statistics gathering functions.Greg Lewis2008-01-012-1/+122
| | | | | | | | | | | | | | | | | | | | | | | | This allows jconsole to show valid statistics for the following OperatingSystem MBean statistics (some of these statistics are also shown in the Summary and VM tab of jconsole): TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and TotalPhysicalMemorySize. Note that MaxFileDescriptorCount has always been correct as far as I can tell. . Also, implement the function for ProcessCpuTime using a non-deprecated function (getrusage(2) rather than times(3)). These changes are restricted to 6.x and higher and have only been tested on 6.x (where they appear to work correctly). The changes are not valid for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome). The PR is not fully addressed by these changes since CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus. Suggestions on how to get these without using kvm(3) would be appreciated. PR: 118735
* . Update to tzupdater 1.3.0 to fix the default build (the previous versionGreg Lewis2007-11-152-5/+6
| | | | | | of tzupdater is no longer available). Approved by: portmgr (linimon)
* . Update to patchset 7, based on 1.5.0 Update 13.Greg Lewis2007-10-235-97/+14
|
* . Explicitly pull in X dependencies instead of depending on the open-motifGreg Lewis2007-10-211-0/+1
| | | | dependency to implicitly pull in the X libraries we need.
* . Temporarily alter the download location until the patchset for u13Greg Lewis2007-10-181-1/+1
| | | | is released.
* . Default UseThreadPriorities to false on BSD. This can be toggled byGreg Lewis2007-09-203-18/+59
| | | | | | | | | | | | | | | | | | passing -XX:+UseThreadPriorities. . Remove the os_sleep hack which was used on FreeBSD to make sure lower priority threads got time slices. Instead, just call pthread_yield(). On FreeBSD 7.x with libthr, this will still give lower priority threads some time (with the above flag turned on), although such behaviour is not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on an 8 core system, putting it on a par with Solaris (benchmarks by kris@). The Java standard and the JCK tests are somewhat contradictory on thread priority being guaranteed to work, and in this case the performance benefits appear to outweigh any possible side effects. . Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than patching it into a file at build time. This simplifies the Makefile. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-072-5/+6
|
* . Split the JRL agreement out into a separate script that is only runGreg Lewis2007-08-133-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* . Default bootstrapping to Diablo JDK. It runs at least as well as theGreg Lewis2007-08-071-4/+2
| | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf
* . Better fix. Just use 'short' variables and be done with it. TheGreg Lewis2007-07-311-3/+14
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hGreg Lewis2007-07-311-0/+13
| | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.
* Add browser plugin support for amd64. It is turned off by default as it isJung-uk Kim2007-07-302-1/+583
| | | | | | still experimental. Approved by: glewis (maintainer)
* . Fix the description of the link for the policy files.Greg Lewis2007-07-271-1/+2
| | | | | PR: 114958 Submitted by: Olivier Smedts <olivier@gid0.org>
* . Update 12 is current, so the download isn't in the archive section yetGreg Lewis2007-07-271-1/+1
| | | | | | | (oops). Also, its index page appears broken, so just show the main download page for now. PR: 114958 (kinda)
* . Update to patchset 6, based on 1.5.0 Update 12.Greg Lewis2007-07-279-202/+14
| | | | . Use the -bc (backwards compatible) flag when doing time zone updates.
* . Update the download location for the unlimited strength policy files.Greg Lewis2007-07-221-1/+1
| | | | | Submitted by: Olivier SMEDTS <olivier@gid0.org> PR: 114592
* . Remove SCSL message since we're now using the JRL, which is agreed toGreg Lewis2007-06-171-1139/+0
| | | | prior to the extract step.
* . Update to patchset 5, based on the 1.5.0_11 JRL source code.Greg Lewis2007-06-0921-288/+388
|
* . Update to tzupdater 1.2.1.Greg Lewis2007-06-032-7/+7
| | | | PR: 113248
* Fix more sysctl(3) argument sizes and correct a comment.Jung-uk Kim2007-05-301-5/+31
| | | | Approved by: glewis (implicit)
* Various fixes for -CURRENT.Jung-uk Kim2007-05-2521-0/+385
| | | | | | | | - Build fixes after GCC 4.2 import. - Remove SIGRTMIN and SIGRTMAX redefinitions. - Use posix_memalign(3) instead of valloc(3). Approved by: glewis (maintainer)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* . Fix the sense of a WITH_JAIL check to match that in the jdk14 port -Greg Lewis2007-03-071-1/+1
| | | | | | we _don't_ want to check for linprocfs in a jail. PR: 110019
* . Update to tzupdater 1.1.0-2007c.Greg Lewis2007-03-072-7/+7
|
* . Don't statically link with libXm any more. The Open Motif port no longerGreg Lewis2007-03-061-3/+17
| | | | | uses hacks to compile libXm.a with PIC objects, which means trying to statically link with it breaks the build on amd64.
* . When we update the time zone data, delete the temporary copy of the oldGreg Lewis2007-03-061-0/+1
| | | | data created by the update tool.
* . Whitespace nit.Greg Lewis2007-02-261-1/+1
|
* . Add a TZUPDATE option, defaulting to on, which will update the time zoneGreg Lewis2007-02-242-10/+27
| | | | | | | | | | | data for the JDK using Sun's tzupdater. [1] . Some simplification of the convoluted logic around telling the user which files to download. In particular, don't care if we've already told them to download a file. . Bump PORTREVISION since many North American users will need to pick up the time zone changes. Collaboration with: Tim Zingelman <zingelman@fnal.gov> [1]
* . Another reroll. Spell "Chuck Silvers" name correctly in the THANKSGreg Lewis2007-01-241-3/+3
| | | | file. This is it, I promise.
* . Rerolled patchset. The only change was to have it correctly identifyGreg Lewis2007-01-241-3/+3
| | | | itself as 'p4' rather than still saying 'p3'.
* . Update to patchset 4.Greg Lewis2007-01-2218-337/+11
|
* All we are saying is give gcc 4.x a chance.Greg Lewis2007-01-101-0/+17
| | | | Prompted by: pointyhat (via kris)
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-1114-9/+225
| | | | | | | | | | . Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
* . Fix a problem with os_sleep returning early without raising an exceptionGreg Lewis2006-11-062-1/+33
| | | | | | when its called with interruptible set to false. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Fix a possible problem building the JDK in the GMT+0 time zone. WhenGreg Lewis2006-11-061-0/+21
| | | | | | | building, the JDK zone info file doesn't exist yet, so attempting to get the zone info for GMT_ID would fail. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-143-4/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* . Diablo is no longer restricted to i386, so allow it to be a possibleGreg Lewis2006-09-131-4/+2
| | | | | | | | | native bootstrap JDK on all (supported) architectures. This is a slightly different change than the submitters. PR: 103227 Submitted by: Pat Lashley <patl+freebsd@volant.org>
* . Prevent problems opening RandomAccessFile with "rws" as the mode byGreg Lewis2006-09-092-1/+22
| | | | | | | | | defining O_SYNC and O_DSYNC if they aren't defined. In particular we were previously defining O_SYNC bogusly to the same value as O_EXCL. PR not closed as this fixes jdk15, not diablo-jdk15. PR: 102888
* . Fix a segfault caused by fonts with illegal glyph names or glyph namesGreg Lewis2006-08-012-1/+18
| | | | | | | which begin with an underscore (although the patch doesn't handle these). . Bump PORTREVISION. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Space out the arguments to OPTIONS with tabs rather than spaces.Greg Lewis2006-08-011-4/+7
| | | | | | . Add a JAIL which allows the port to be built in a jail. [1] Submitted by: anders@ [1]
* . Bump PORTREVISION.Greg Lewis2006-07-181-1/+1
|
* . On amd64 the plugin should look for the Server VM, since there is noGreg Lewis2006-07-183-0/+45
| | | | | | Client VM. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Properly deal with error cases in transferTo0().Greg Lewis2006-07-181-0/+38
| | | | | | | Corrects non-blocking IO case. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Convert to using OPTIONS.Greg Lewis2006-07-182-48/+48
| | | | | | | | . Add support for unrestricted policy files. . Use bsd.gecko.mk for plugin support and limit it to Mozilla. . Make portlint happier. Submitted by: ale@ (with some minor tweaks by me)