| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
default it to on since I can't imagine why anyone would deliberately
want the limited strength versions given a choice.
Cribbed from java/openjdk6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
result turn it on by default again. This change bears a little more
explanation.
In UnixFileSystem.java there is a cache of canonical paths and in
particular one for paths inside java.home. The problem with looking
up time zone data is that if another path within java.home has been
looked up then the symlink for the time zone data is not resolved
(since the cache assumes there are no symlinks in java.home) and we fail
to be able to open the ZoneInfoMapping file.
One of the other features in UnixFileSystem is that the cache is not
consulted and full resolution occurs for paths containing "." or "..".
I've chosen to (ab)use this to force resolution of the time zone data
directory in ZoneInfoFile.java rather than doing something like IcedTea
did which was to introduce a tz.properties file where they would stash
the time zone info directory rather than symlinking it in. For full
reference that patch is here:
http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch
There are two main reasons I chose a bit of a hack rather than something
like this.
1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port).
2. Using updated time zone data is only an option in the port and using
something like tz.properties when the option is off is clunky.
Thanks to avg@ for sleuth work on finding the bug write up and the
IcedTea fix.
|
|
|
|
| |
WWW: http://www.oracle.com/us/technologies/java/index.html
|
|
|
|
| |
- Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
|
| |
|
|
|
|
| |
- Add an option to install demos and samples. Turned on by default.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
| |
breaks the Eclipse build.
|
| |
|
|
|
|
|
| |
this is done with an additional patch instead of updating the source
bundle being used and the associated patch set.
|
|
|
|
| |
Approved by: eadler (mentor)
|
|
|
|
|
|
| |
- deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream
Approved by: eadler (mentor)
|
| |
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
rather than relying on the official time zone updater.
|
| |
|
| |
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
|
| |
PR: 166785
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: glewis@ (via email)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Tweak ecj.sh to handle version and compilation
- bump PORTREVISION
Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/165774
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Feature safe: yes
|
|
|
|
|
|
|
|
| |
redirection.
PR: ports/165689
Submitted by: Sutra Zhou <zhoushuqun@gmail.com>
Approved by: glarkin@ (mentor, implicit)
|
|
|
|
| |
Update 2.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/155547
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer timeout (>5weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Release notes: http://netbeans.org/community/news/show/1549.html
|
|
|
|
|
|
|
|
| |
is what we use doing the actual unzipping. Fixes the build for
FreeBSD 9.
PR: 164847
Submitted by: Kukushkin Konstantin <dark@rambler-co.ru>
|
| |
|
|
|
|
|
|
| |
and SIZE from eclipse-devel
Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk)
|
|
|
|
|
| |
PR: 164554
Submitted by: Jimmy Kelley <jimmy.kelley@charter.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 163382
Submitted by: pgollucci
|
|
|
|
|
| |
Submitted by: Tim X <tmvfroid at gmail.com>
Approved by: crees,rene (mentors,implicit)
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: gahr
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|