aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 3.7.1.Greg Lewis2012-04-227-1003/+430
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=295235
* . Turn the TZUPDATE option off by default until I can figure out how thatGreg Lewis2012-04-191-2/+2
| | | | | | | breaks the Eclipse build. Notes: svn path=/head/; revision=295124
* . Update to 7u3.Greg Lewis2012-04-182-3/+3
| | | | Notes: svn path=/head/; revision=295046
* . Update to 7 Update 3. Since there was no separate source bundle releasedGreg Lewis2012-04-182-2/+4329
| | | | | | | | this is done with an additional patch instead of updating the source bundle being used and the associated patch set. Notes: svn path=/head/; revision=295045
* - deprecate: depends on java/sun-wtkAlex Kozlov2012-04-171-0/+3
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=294958
* - fix explicit use of unzipAlex Kozlov2012-04-171-1/+4
| | | | | | | | | - deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream Approved by: eadler (mentor) Notes: svn path=/head/; revision=294957
* . Remove jbootstrap (was used to bootstrap jdk13, which is long gone).Greg Lewis2012-04-165-50/+0
| | | | Notes: svn path=/head/; revision=294887
* . Switch to the new java-zoneinfo port to provide updated time zone infoGreg Lewis2012-04-163-498/+426
| | | | | | | rather than relying on the official time zone updater. Notes: svn path=/head/; revision=294885
* . Switch to the new java-zoneinfo port to provide updated time zone infoGreg Lewis2012-04-153-498/+426
| | | | | | | rather than relying on the official time zone updater. Notes: svn path=/head/; revision=294882
* . Switch to the new java-zoneinfo port to provide updated time zone infoGreg Lewis2012-04-152-19/+5
| | | | | | | rather than relying on the official time zone updater. Notes: svn path=/head/; revision=294880
* . Use the new java-zoneinfo port to provide updated time zone info.Greg Lewis2012-04-141-0/+15
| | | | Notes: svn path=/head/; revision=294829
* . Use the new java-zoneinfo port to provide updated time zone info.Greg Lewis2012-04-131-3/+14
| | | | Notes: svn path=/head/; revision=294759
* . Switch to the new java-zoneinfo port to provide updated time zone infoGreg Lewis2012-04-132-19/+5
| | | | | | | rather than relying on the official time zone updater. Notes: svn path=/head/; revision=294757
* - Add desktop entryPietro Cerutti2012-04-121-0/+7
| | | | | | | | PR: 166785 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=294717
* . Switch to the new java-zoneinfo port to provide updated time zone infoGreg Lewis2012-04-116-986/+918
| | | | | | | rather than relying on the official time zone updater. Notes: svn path=/head/; revision=294585
* . Update to 2012c.Greg Lewis2012-04-042-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294181
* . Add a port that supplies updated zoneinfo files in the format expected byGreg Lewis2012-03-315-0/+502
| | | | | | | | | | | the JDK/JRE ports. This will make keeping up to date with new timezone data easier and prevent all the JDK/JRE ports needing to be updated regularly whenever a new TZUpdater is released by Oracle. Feature safe: yes Notes: svn path=/head/; revision=294028
* Update to 1.4.5 release.Alex Dupre2012-03-262-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293830
* - java 1.6+ is requiredJason Helfman2012-03-242-2/+3
| | | | | | | | | | - bump PORTREVISION Submitted by: glewis@ (via email) Feature safe: yes Notes: svn path=/head/; revision=293776
* - Rename jar based on versionJason Helfman2012-03-212-5/+6
| | | | | | | | | | | - Tweak ecj.sh to handle version and compilation - bump PORTREVISION Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails) Feature safe: yes Notes: svn path=/head/; revision=293619
* Add new port: java/eclipse-ecjJason Helfman2012-03-195-0/+50
| | | | | | | | | | | | | An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows to run and debug code which still contains unresolved errors. WWW: http://www.eclipse.org/ Feature safe: yes Notes: svn path=/head/; revision=293586
* Fix build with OpenJDK7 and add LICENSE.Alex Dupre2012-03-131-2/+7
| | | | | | | | | PR: ports/165774 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293221
* - Update to 7.1.1Pietro Cerutti2012-03-123-30/+28
| | | | | | | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html Feature safe: yes Notes: svn path=/head/; revision=293164
* Update download URL since Sun Download Center was decommissioned and does noCarlo Strub2012-03-061-1/+1
| | | | | | | | | | | redirection. PR: ports/165689 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Approved by: glarkin@ (mentor, implicit) Notes: svn path=/head/; revision=292852
* . Use the latest cacerts file from the official Oracle distribution ofGreg Lewis2012-03-061-0/+0
| | | | | | | Update 2. Notes: svn path=/head/; revision=292799
* . Update to OpenJDK 7 Update 2.Greg Lewis2012-03-063-2453/+1604
| | | | Notes: svn path=/head/; revision=292798
* Fix javaws launcher. This shell script now uses bash extensions.Jung-uk Kim2012-03-062-4/+15
| | | | Notes: svn path=/head/; revision=292789
* Update to 1.2.Jung-uk Kim2012-03-053-25/+50
| | | | Notes: svn path=/head/; revision=292787
* Remove quotes from BROKEN and IGNORE as they are not requiredEitan Adler2012-02-251-1/+1
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=292246
* Add extra repositoryChris Rees2012-02-232-2/+38
| | | | | | | | PR: ports/155547 Approved by: maintainer timeout Notes: svn path=/head/; revision=292130
* Prevent to add @dirrm entries begining with a /Baptiste Daroussin2012-02-221-1/+1
| | | | | | | Approved by: maintainer timeout (>5weeks) Notes: svn path=/head/; revision=292064
* Fix multiple security vulnerabilities.Jung-uk Kim2012-02-182-1/+786
| | | | | | | | | | | | | | | | CVE-2011-3563: Fix issues in java sound CVE-2011-3571: Fix in AtomicReferenceArray CVE-2011-5035: Add property to limit number of request headers to the HTTP Server CVE-2012-0501: Better input parameter checking in zip file processing CVE-2012-0502: Issues with some KeyboardFocusManager method CVE-2012-0503: Issues with TimeZone class CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass CVE-2012-0506: Issues with some method in corba Obtained from: IcedTea Project Notes: svn path=/head/; revision=291651
* - Mark as IGNORE. No development version is available right now.Pietro Cerutti2012-02-171-1/+1
| | | | Notes: svn path=/head/; revision=291557
* - Update to 7.1Pietro Cerutti2012-02-173-594/+488
| | | | | | | Release notes: http://netbeans.org/community/news/show/1549.html Notes: svn path=/head/; revision=291556
* . Make EXTRACT_DEPENDS check UNZIP_CMD rather than just unzip, since thisGreg Lewis2012-02-114-4/+4
| | | | | | | | | | | is what we use doing the actual unzipping. Fixes the build for FreeBSD 9. PR: 164847 Submitted by: Kukushkin Konstantin <dark@rambler-co.ru> Notes: svn path=/head/; revision=290928
* . Add a port of Oracle Linux JDK 7.Greg Lewis2012-02-047-0/+1610
| | | | Notes: svn path=/head/; revision=290404
* Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256Chris Rees2012-01-291-2/+2
| | | | | | | | | and SIZE from eclipse-devel Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk) Notes: svn path=/head/; revision=290021
* . Fix a crash when opening the internal web browser.Greg Lewis2012-01-292-1/+24
| | | | | | | | PR: 164554 Submitted by: Jimmy Kelley <jimmy.kelley@charter.net> Notes: svn path=/head/; revision=289993
* - Mark BROKEN: RESTRICTED, and URL for manual download is deadPav Lucistnik2012-01-211-0/+2
| | | | Notes: svn path=/head/; revision=289565
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Update to 1.3.8Tilman Keskinoz2012-01-192-3/+3
| | | | | | | | PR: 163382 Submitted by: pgollucci Notes: svn path=/head/; revision=289439
* - Update stale download urlJason Helfman2012-01-171-1/+1
| | | | | | | | Submitted by: Tim X <tmvfroid at gmail.com> Approved by: crees,rene (mentors,implicit) Notes: svn path=/head/; revision=289361
* - Fix plist after previous commitPav Lucistnik2012-01-151-0/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: gahr Notes: svn path=/head/; revision=289285
* . Update to Update 30.Greg Lewis2012-01-153-7/+9
| | | | Notes: svn path=/head/; revision=289275
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of ↵Jason Helfman2012-01-131-2/+4
| | | | | | | | | | | | | | JDK 6) This is largely done for java detection for browser compatibility Please update UPDATE_VERSION for new releases PR: ports/163916 Submitted by: Denny Lin <dennylin93 at hs.ntnu.edu.tw> Approved by: glewis, (rene, crees) (mentors,implicit) Notes: svn path=/head/; revision=289114
* - Replace hsearch_r from GNU libc with Berkeley DB from our libc.Jung-uk Kim2012-01-132-302/+169
| | | | | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33 http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853 - Fix POLICY option. It was silently enabled by default with b19 update. Notes: svn path=/head/; revision=289064
* Update to 1.6 release.Alex Dupre2012-01-103-3/+14
| | | | Notes: svn path=/head/; revision=288892
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-095-5/+5
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737