| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
PR: 169037
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Java GUI designer that makes it very easy to create Java GUI
applications without spending a lot of time writing code to
display simple forms. With WindowBuilder you can create
complicated windows in minutes. Use the visual designer and
Java code will be generated for you. You can easily add controls
using drag-and-drop, add event handlers to your controls, change
various properties of controls using a property editor,
internationalize your app and much more.
WWW: http://www.eclipse.org/windowbuilder/
|
| |
|
|
|
|
|
|
| |
- Drop version suffixes from LIB_DEPENDS.
- Use the new options framework.
Obtained from: IcedTea Project [1]
http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
|
| |
|
|
|
|
|
|
|
|
|
|
| |
deskutils/docear instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
|
| |
|
|
|
|
|
|
|
| |
%%JAVA_VERSION%% inserted into it was never expanded...
Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION
is, probably, redundant. Remove it and bump PORTREVISION.
While here, declare the port as unsafe for parallel building. Unfortunately.
|
| |
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
|
| |
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
| | |
|
| |
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| | |
|
| |
|
|
|
| |
Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for
obscure reason a few plugins are not correctly loaded.
|
| |
|
|
| |
Approved by: maintainer timeout
|
| |
|
|
| |
Approved by: maintainer
|
| |
|
|
| |
Approved by: maintainer
|
| | |
|
| |
|
|
|
|
|
|
| |
any regressions in functionality that might have been missed. Biggest
news is that partial BSD support is now in the official source
distribution through the OS X port's inclusion.
Partly obtained from Kurt Miller <kurt@intricatesoftware.com>
|
| |
|
|
|
|
|
|
| |
the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin.
Adjusting the JDK check is a harder fix, this will get things building
again on 9.x quickly.
PR: 166996
|
| | |
|
| |
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
to be done to get the tests working though.
PR: 157600
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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>
|