aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16
Commit message (Collapse)AuthorAgeFilesLines
* . Update to tzupdater 1.3.12.Greg Lewis2009-03-262-6/+6
| | | | Notes: svn path=/head/; revision=231034
* . Fix a security hole in the Calendar class which allows the elevation ofGreg Lewis2009-03-052-1/+94
| | | | | | | | | | | | permissions within the Java security model. http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1 Submitted by: Kurt Miller <kurt@intricatesoftware.com> Obtained from: OpenBSD Notes: svn path=/head/; revision=229509
* . Implement the virtual machine interface for BSD. This allowsGreg Lewis2009-02-028-1/+778
| | | | | | | | | | jmap -histo and jmap -dump to work. Submitted by: Brian Gardner <brian@experts-exchange.com> Sponsored by: Experts Exchange Notes: svn path=/head/; revision=227431
* . Update the download directions to point people directly at the sourceGreg Lewis2009-01-011-7/+9
| | | | | | | | | | to download since the web page no longer provides links to it. PR: 129931 Suggested by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=225091
* . Update to tzupdater 1.3.11.Greg Lewis2008-12-052-6/+6
| | | | Notes: svn path=/head/; revision=223808
* . Update to tzupdater 1.3.9 2008g.Greg Lewis2008-11-022-6/+6
| | | | | | | | PR: 128195, 128387 Submitted by: Christian Sturm <athaba@inode.at>, Vaclav Haisman <v.haisman@sh.cvut.cz> Notes: svn path=/head/; revision=222334
* . Properly scope the calls to clock_get* so that we use the system versionsGreg Lewis2008-10-182-1/+15
| | | | | | | | | if available rather than the local versions. Fixes System.nanoTime(). Reported by: Kurt Miller Notes: svn path=/head/; revision=221741
* . When building libsplashscreen, put the internal JDK header paths beforeGreg Lewis2008-10-152-4/+23
| | | | | | | | | | | | the external system header paths. This prevents us from picking up the jpeg headers from the system headers when building splashscreen_jpeg.c which caused an undefined reference to be present in libsplashscreen since the internal JDK jpeg headers remap the function names. PR: 119654 Notes: svn path=/head/; revision=221598
* . Revert the change to create a build dependency on the bootstrapping JDKGreg Lewis2008-08-251-26/+29
| | | | | | | | | if it already exists. Since the bootstrap JDK can be an already installed instance of itself this creates a circular dependency which breaks portmaster and possibly other port management tools. Notes: svn path=/head/; revision=219130
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* . Update to tzupdater 1.3.6.Greg Lewis2008-07-122-6/+6
| | | | | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Notes: svn path=/head/; revision=216746
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* . Enable system tray support for Enlightenment.Greg Lewis2008-05-161-0/+13
| | | | | | | Submitted by: gahr@ Notes: svn path=/head/; revision=213100
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theGreg Lewis2008-05-032-6/+7
| | | | | | | | | | PR but also fixes the path to tzupdater and bumps PORTREVISION. PR: 123191 Submitted by: Greg Larkin Notes: svn path=/head/; revision=212544
* . Use the correct specifier for printing a size_t.Greg Lewis2008-05-031-0/+13
| | | | | | | Noticed by: Andrei V. Lavreniyuk (via -Wformat) Notes: svn path=/head/; revision=212543
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-1912-26/+25
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* . Update to patchset 4.Greg Lewis2008-02-169-66/+50
| | | | Notes: svn path=/head/; revision=207431
* . Fix locale generation and hence locale handling in general.Greg Lewis2008-02-032-1/+16
| | | | | | | | PR: 119397 Submitted by: Bernhard Froehlich <decke@bluelife.at> Notes: svn path=/head/; revision=206672
* . Make CUPS a build depends only and depend on the header file searchedGreg Lewis2008-01-211-2/+2
| | | | | | | | | | for by the JDK sanity check. No CUPS libraries are linked against by the build, so we don't need it at run time. Requested by: Stefan Thurner <thurners@nicsys.de> Notes: svn path=/head/; revision=205953
* . Update to tzupdater 1.3.3.Greg Lewis2008-01-122-6/+7
| | | | Notes: svn path=/head/; revision=205578
* . Update to patchset 3, based on 1.6.0_03 (aka 6u3).Greg Lewis2007-11-162-18/+16
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202732
* . 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) Notes: svn path=/head/; revision=202729
* . Update to patchset 2 (based on 1.6.0_02 aka 6u2)Greg Lewis2007-10-2816-942/+48
| | | | Notes: svn path=/head/; revision=202232
* . 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. Notes: svn path=/head/; revision=201723
* Fix build on i386 with WITHOUT_WEB option.Jung-uk Kim2007-10-042-0/+28
| | | | | | | | | PR: ports/116700 Reported by: Michiel Boland (michiel at boland dot org) Approved by: glewis (mentor) Notes: svn path=/head/; revision=200837
* . Fix build problems with cpu.h being picked up from /usr/local/include.Greg Lewis2007-09-091-0/+24
| | | | | | | | | Since the structure members being deferenced into the variables are short*, just use short as the variable type and eliminate the use of fastInt and the header include altogether. Notes: svn path=/head/; revision=199208
* . Fix build failures by setting LC_ALL="C" in MAKE_ENV.Greg Lewis2007-09-081-0/+1
| | | | | | | | PR: 116204 Submitted by: nrgmilk <nrgmilk@gmail.com> Notes: svn path=/head/; revision=199128
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-072-6/+6
| | | | Notes: svn path=/head/; revision=199055
* . Fix another problem with exec() by using the same static initialisationGreg Lewis2007-09-022-1/+16
| | | | | | | | | | | | block that Linux and Solaris use. This was already fixed in the repo but I'd neglected to commit the fix to the port and it was independently submitted as noted below. Submitted by: Michiel Boland <michiel@boland.org> Notes: svn path=/head/; revision=198627
* . Sync the BSD specific code with the changes between 1.5 and 1.6 andGreg Lewis2007-08-282-1/+32
| | | | | | | | | | | start closing file descriptors at FAIL_FILENO + 1 rather than 3. This fixes the problem with determining the exit code for exec()'ed processes. PR: 115557 Submitted by: Michiel Boland <michiel@boland.org> Notes: svn path=/head/; revision=198454
* . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildGreg Lewis2007-08-231-8/+9
| | | | | | | on 7.x. Notes: svn path=/head/; revision=198209
* . Make sure ${PREFIX}/share/applications exists before installing filesGreg Lewis2007-08-211-0/+1
| | | | | | | | | there. Pointed out by: pointyhat (via kris) Notes: svn path=/head/; revision=198004
* . Add unzip to BUILD_DEPENDS.Greg Lewis2007-08-181-0/+1
| | | | | | | Pointed out by: pointyhat (via kris) Notes: svn path=/head/; revision=197862
* Add browser plugin support for amd64. It is turned off by default as it isJung-uk Kim2007-08-162-1/+707
| | | | | | | | | | still experimental. Tested by: Huang wen hui (hwh at gddsn dot org dot cn) Approved by: glewis (maintainer) Notes: svn path=/head/; revision=197816
* Unbreak build on -CURRENT.Jung-uk Kim2007-08-163-0/+51
| | | | | | | Approved by: glewis (maintainer) Notes: svn path=/head/; revision=197815
* . Split the JRL agreement out into a separate script that is only runGreg Lewis2007-08-143-195/+195
| | | | | | | | | during the port build and not during the package install. Requested by: kris Notes: svn path=/head/; revision=197630
* - Set LANG environment variable to C for non-US locale users.Jung-uk Kim2007-08-091-0/+3
| | | | | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer) Notes: svn path=/head/; revision=197401
* . Complete default the bootstrap to Diablo.Greg Lewis2007-08-071-3/+1
| | | | | | | Inspired by: scf Notes: svn path=/head/; revision=197292
* . Fix the 'shebang' line in jcontrol. [1]Greg Lewis2007-08-062-2/+12
| | | | | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=197241
* . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]Greg Lewis2007-08-065-13/+97
| | | | | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2] Notes: svn path=/head/; revision=197232
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.Greg Lewis2007-08-0556-951/+588
| | | | Notes: svn path=/head/; revision=197135
* . 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*'. Notes: svn path=/head/; revision=196839
* . 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. Notes: svn path=/head/; revision=196788
* 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) Notes: svn path=/head/; revision=196725
* . 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> Notes: svn path=/head/; revision=196416
* . 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) Notes: svn path=/head/; revision=196405
* . 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. Notes: svn path=/head/; revision=196360
* . 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 Notes: svn path=/head/; revision=196039
* . Remove SCSL message since we're now using the JRL, which is agreed toGreg Lewis2007-06-171-1139/+0
| | | | | | | prior to the extract step. Notes: svn path=/head/; revision=193703
* . Update to patchset 5, based on the 1.5.0_11 JRL source code.Greg Lewis2007-06-0921-288/+388
| | | | Notes: svn path=/head/; revision=193076