summaryrefslogtreecommitdiff
path: root/java/jdk16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to tzupdater 1.3.35Greg Lewis2011-03-052-5/+5
| | | | | | | | PR: 155270 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=270352
* . Conditionalise the setting of IS_INTERACTIVE on PACKAGE_BUILDING so thatGreg Lewis2011-03-051-0/+2
| | | | | | | | | | the port tinderboxen can build the port again. PR: 155285 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=270350
* . Mark as IS_INTERACTIVE since the user is prompted to accept the licenseGreg Lewis2011-02-141-1/+2
| | | | | | | | | during extract. Reported by: "Klaus T. Aehlig" <aehlig-bsd@linta.de> Notes: svn path=/head/; revision=269132
* . Fix infinite loop in parsing certain doubles. See CVE-2010-4476.Greg Lewis2011-02-092-1/+12
| | | | Notes: svn path=/head/; revision=268829
* . Update to tzupdater 1.3.34.Greg Lewis2010-12-132-11/+5
| | | | Notes: svn path=/head/; revision=266180
* . Update to tzupdater 1.3.33.Greg Lewis2010-10-302-6/+6
| | | | | | | | PR: 151561 Submitted by: Thomas Johnson <tom@claimlynx.com> Notes: svn path=/head/; revision=263811
* . Disable bootstrapping with linux-sun-jdk1{5,6} since that doesn't work.Greg Lewis2010-10-011-68/+5
| | | | | | | PR: 116841 Notes: svn path=/head/; revision=262225
* . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpotGreg Lewis2010-09-261-5/+7
| | | | | | | | | | make jobs. If not, fall back to the number of CPUs. Only the HotSpot part of the build is safe to parallelise, so mark the port as MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=261896
* . Update to tzupdater 1.3.31.Greg Lewis2010-09-212-6/+6
| | | | | | | | PR: 150715 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=261519
* . Some fixes for the KQueue NIO selector.Greg Lewis2010-08-132-31/+24
| | | | | | | Submitted by: davidxu@ Notes: svn path=/head/; revision=259150
* . Add a new NIO selector that uses kqueue(2) and make it the default.Greg Lewis2010-08-072-1/+700
| | | | | | | | PR: 115773 Submitted by: davidxu@ Notes: svn path=/head/; revision=258890
* . Update to the latest set of root certificates that come with the JDK.Greg Lewis2010-07-251-0/+0
| | | | Notes: svn path=/head/; revision=258213
* . Add file missed in the last commit:Greg Lewis2010-06-091-1/+1
| | | | | | | | | | | Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' to determine whether sigignore(3) is supported or not. This should hopefully fix the build for QAT and pointyhat. Suggested by: pgollucci@ Notes: svn path=/head/; revision=256175
* . Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' toGreg Lewis2010-06-091-0/+2
| | | | | | | | | | determine whether sigignore(3) is supported or not. This should hopefully fix the build for QAT and pointyhat. Suggested by: pgollucci@ Notes: svn path=/head/; revision=256174
* Revert previous commit. It not broken for everyone. It looks like the configureIon-Mihai Tetcu2010-06-091-2/+0
| | | | | | | | | | | | script is using sysctl kern.osreldate (ie. __FreeBSD_version) to detect the presenxe of sigignore; this happens to fail on QAT and PointyHat (and for anyone having the kernel version different that the installed herders version, one before and the other after the addition of sigignore in HEAD or 8-STABLE). Requested by: glewis@ (maintainer), Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=256173
* Mark BROKEN, I'm tired to see QAT loosing time trying to build it.Ion-Mihai Tetcu2010-06-081-0/+2
| | | | | | | Submitted by: QAT / PointyHat Notes: svn path=/head/; revision=256134
* . Update to tzupdater 1.3.29.Greg Lewis2010-04-192-6/+6
| | | | Notes: svn path=/head/; revision=252896
* . Fix the build with recent xorg.Greg Lewis2010-04-191-0/+15
| | | | | | | | PR: 145754 Submitted by: fluffy@ Notes: svn path=/head/; revision=252895
* . sigignore(3) has been MFC'ed to 8-STABLE. Attempt to fix the buildGreg Lewis2010-02-071-1/+1
| | | | | | | | there by extending the fix for 9-CURRENT to the appropriate versions of 8-STABLE. Notes: svn path=/head/; revision=249401
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-052-6/+6
| | | | Notes: svn path=/head/; revision=249268
* . Detect that recent versions of 9-CURRENT have sigignore(3) and configureGreg Lewis2010-02-051-1/+15
| | | | | | | | | | | | the build correctly for that. Fixes the build on those versions of 9-CURRENT PR: 141105 Collaboration with: fluffy@ Notes: svn path=/head/; revision=249267
* . Update to the cacerts file included in Update 17.Greg Lewis2009-12-061-0/+0
| | | | Notes: svn path=/head/; revision=245253
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-082-6/+6
| | | | Notes: svn path=/head/; revision=243991
* . Update to tzupdater 1.3.18.Greg Lewis2009-09-052-6/+6
| | | | Notes: svn path=/head/; revision=240913
* - use cups-clientDirk Meyer2009-07-071-1/+1
| | | | | | | | PR: 134647 Approved by: maintainer-timeout Notes: svn path=/head/; revision=237304
* . Update to tzupdater 1.3.15.Greg Lewis2009-05-212-6/+6
| | | | Notes: svn path=/head/; revision=234308
* . 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