summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Better determination of run time memory constraintsPietro Cerutti2012-01-042-1/+23
| | | | | | | | PR: ports/163793 Submitted by: Tino Engel <tino.engel@porno-muenchen.de> Notes: svn path=/head/; revision=288516
* - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.Jason Helfman2012-01-031-15/+11
| | | | | | | | | | | | | - pet portlint - consolidate cleanup of .orig and .bak files PR: ports/163254 Submitted by: jgh (me) Reviewed by: rene Approved by: maintainer (timeout), crees (mentor) Notes: svn path=/head/; revision=288456
* . Fix the reinstall target by using cp rather than mv for updating theGreg Lewis2012-01-032-2/+2
| | | | | | | zoneinfo files (otherwise they are no longer present during reinstall). Notes: svn path=/head/; revision=288450
* . Fix the reinstall target by using cp rather than mv for updating theGreg Lewis2012-01-032-2/+2
| | | | | | | | | | zoneinfo files (otherwise they are no longer present during reinstall). PR: 163790 Submitted by: "A.J. Kehoe IV (Nanoman)" <cT2CTdJ6@nanoman.ca> Notes: svn path=/head/; revision=288449
* - Correct the usage of @dirrmtryPav Lucistnik2012-01-022-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=288440
* Installs built jars that were previously not installed.Jason Helfman2011-12-301-1/+2
| | | | | | | | | | | | | * javazic.jar to generate Java timezone information files * compilefontconfig.jar to generate Java font configuration files PR: ports/161946 Submitted by: Jilles Tjoelker <jilles at stack.nl> Reviewed by: glewis Approved by: glewis, crees (mentor) Notes: svn path=/head/; revision=288274
* Installs built jars that were previously not installed.Jason Helfman2011-12-301-0/+2
| | | | | | | | | | | | | * javazic.jar to generate Java timezone information files * compilefontconfig.jar to generate Java font configuration files PR: ports/161945 Submitted by: Jilles Tjoelker <jilles at stack.nl> Reviewed by: glewis Approved by: glewis, crees (mentor) Notes: svn path=/head/; revision=288273
* - Update to 3.1.2Martin Wilke2011-12-294-35/+7
| | | | | | | | PR: 163658 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=288237
* . Move the call to unregistervm pack to the top of the packing list.Greg Lewis2011-12-291-1/+1
| | | | | | | | | | Otherwise we've removed the files before we unregister and unregistering doesn't correctly remove the symlinks it created during registration. Pointed out by: pointyhat (courtesy of pav@) Notes: svn path=/head/; revision=288207
* . Update to tzupdater 1.3.45Greg Lewis2011-12-254-10/+10
| | | | Notes: svn path=/head/; revision=287988
* . Update to JDK6 Update 30.Greg Lewis2011-12-243-16/+32
| | | | | | | | PR: 163486 Submitted by: scheidell@ Notes: svn path=/head/; revision=287980
* . Update to tzupdater 1.3.45.Greg Lewis2011-12-244-10/+10
| | | | Notes: svn path=/head/; revision=287978
* . Update to tzupdater 1.3.45.Greg Lewis2011-12-244-10/+10
| | | | | | | Submitted by: Andrew Stadtler <astadtler@gmail.com> Notes: svn path=/head/; revision=287977
* Update to 1.6 release.Alex Dupre2011-12-232-3/+3
| | | | Notes: svn path=/head/; revision=287921
* Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598).Alex Dupre2011-12-233-6/+6
| | | | Notes: svn path=/head/; revision=287920
* Update to 1.5.7 release.Alex Dupre2011-12-232-3/+3
| | | | Notes: svn path=/head/; revision=287917
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* - Update to 2.2.4Nicola Vitale2011-12-133-23/+53
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287301