1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

3116 Commits

Author SHA1 Message Date
Jung-uk Kim
c4fa45e259 Fix broken r300965. The options should be defined prior to including
bsd.port.options.mk.  While here, convert NOPORTDOCS to DOCS option.

Pointed by:	bapt
2012-07-24 16:55:48 +00:00
Nicola Vitale
2a1bf99b32 - Simplify code of files/pkg-install.in, and post-install target
Buildlog:	http://goo.gl/4U6wb
2012-07-21 12:45:13 +00:00
Nicola Vitale
1fa1fd91a8 - Add files/pkg-install.in
- Add a note to pkg-message about the problem of not seeing
  the PyDev perspective
- Bump PORTREVISION
- Remove PLIST_SUB
- Add SUB_LIST, SUB_FILES (for pkg-install)
- Use a different (and ugly) way to update the bundles.info
  file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz )
  (post-install target)  [1]
- Add an @unexec command to pkg-plist to remove any reference
  to PyDev in bundles.info when you uninstall the package
  (add-plist-post target)

Buildlog:	http://goo.gl/B18L5
Reported by:	pointyhat (via erwin, and beat)  [1]
2012-07-19 21:43:28 +00:00
Jung-uk Kim
f14e3ddcc8 Use the new options framework. 2012-07-16 18:12:34 +00:00
Nicola Vitale
3a9bb25bf2 - Update to 2.6.0
- Add LICENSE (EPL)
- Remove variables already defined in eclipse/Makefile.plugins
- Add option JYTHON (default off)
- Add a pre-install target to generate Python bytecode
- Add instructions to update the bundles.info file, otherwise
  the simple users don't see the installed plugin when running
  Eclipse
- Fix instructions of pkg-message
- Remove pkg-plist (now generated automatically by eclipse/Makefile.plugins)
2012-07-13 22:30:06 +00:00
Greg Lewis
c1e89281c2 . Make the version numbers consistent so they can be compared correctly.
E.g. for jdk1.6.0 and openjdk6 will use '6' as the version.
. Modify the preference order for Java VMs used by the internal fallback
  logic to reflect that openjdk is now the default Java VM rather than diablo.
. Remove code for Java vendors that are no longer in the ports tree (e.g.
  blackdown, ibm).
. Remove code for handling version numbers that are no longer present in
  the tree (e.g. only 1.5 and up is supported).
. Note that openjdk is a native Java VM.
. If the environment variable JAVAVM_FALLBACK_ONLY is set then only use the
  internal logic to select a Java VM, don't use the ports logic even if the
  ports collection is installed. [1]
. Update the manual page for JAVAVM_FALLBACK_ONLY.
. Bump version to 2.4.

PR:		167799 [1]
2012-07-13 05:38:43 +00:00
Chris Rees
db61a267a6 Reset maintainership for ports maintained by Gerrit Beine.
He had requested this some time ago, so any past timeouts should not be held
against him.

Your work in the past has been much appreciated, thank you.

Submitted by:	maintainer, via private email
2012-07-11 18:13:33 +00:00
Greg Lewis
2772382d5c . Minor man page tweaks:
. Remove references to ibm (we have no IBM JDKs in the tree)
  . Remove references to JDK 1.4.2 (only 1.5+ are in the tree)
2012-06-16 16:28:39 +00:00
Greg Lewis
0484c2a45e . Fix locale generation.
PR:		169037
2012-06-16 14:46:02 +00:00
Alex Dupre
3fc904c954 WindowBuilder is a powerful and easy to use bi-directional
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/
2012-06-14 14:13:32 +00:00
Jung-uk Kim
b714a769f1 - Fix multiple security vulnerabilities. [1]
- Drop version suffixes from LIB_DEPENDS.
- Use the new options framework.

Obtained from:	IcedTea Project [1]
http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
2012-06-13 19:17:00 +00:00
Baptiste Daroussin
6650773ab1 2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use 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
2012-06-12 21:58:50 +00:00
Mikhail Teterin
9851c6325c Either linimon@ in 2011 or hq@ in 2006 broke the wrapper-script -- the
%%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.
2012-06-12 20:00:27 +00:00
Pietro Cerutti
63a1f84627 - Update to 7.1.2
Release notes: http://netbeans.org/community/releases/71/relnotes.html
2012-06-11 12:38:21 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Greg Lewis
bd6e604ba8 . Fix jstack. 2012-06-06 19:50:54 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Alex Dupre
7a00857804 Update to 4.8 release. 2012-06-01 08:02:52 +00:00
Alex Dupre
0e5272c68d Update to 3.3.2 release.
Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for
obscure reason a few plugins are not correctly loaded.
2012-06-01 07:47:19 +00:00
Alex Dupre
c185c57613 Update to 3.7.2 release.
Approved by:	maintainer timeout
2012-06-01 07:44:35 +00:00
Alex Dupre
d03dffd314 Update to 1.9.2 release.
Approved by:	maintainer
2012-06-01 07:43:54 +00:00
Alex Dupre
99ce1b39d1 Update to 2.7.2 release.
Approved by:	maintainer
2012-06-01 07:43:28 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Greg Lewis
c36dec0373 . Update to 7u4. This was a fairly significant merge, so please report
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>
2012-05-27 18:48:14 +00:00
Greg Lewis
8c6175a3b5 . Specifically reference zip/unzip in ${LOCALBASE}/bin, since that is where
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
2012-05-27 03:51:15 +00:00
Lars Engels
95ac777a9f Update to 3.0.7 2012-05-23 11:32:46 +00:00
Mark Linimon
6d2cfc3a21 Reset mitsuru@riken.jp: address bounces.
Hat:		portmgr
2012-05-21 17:13:55 +00:00
Greg Lewis
2af5ad7d4b . Add an entry for the eclipse-sdktests DISTFILE. Much more still needs
to be done to get the tests working though.

PR:		157600
2012-05-13 06:21:23 +00:00
Greg Lewis
cd7a790139 . Bootstrap with ant 1.8.3. 2012-05-12 04:44:47 +00:00
Jung-uk Kim
99fcd36c3d Update jtreg to 4.1 b04. 2012-05-09 19:51:34 +00:00
Greg Lewis
923815253b . Update to build 25. 2012-05-09 03:53:37 +00:00
Greg Lewis
4042aa0a1e . Enlist openjdk7 users as testers of ant 1.8.3. 2012-05-06 19:51:51 +00:00
Greg Lewis
6a9616d188 . Make as IGNORE now that eclipse is updated to 3.7.1. 2012-05-06 03:27:58 +00:00
Greg Lewis
8df24cfa43 . Update to 3.7.1. 2012-05-06 03:27:22 +00:00
Greg Lewis
6d76f6f950 . Add a POLICY option to install the unlimited strength policy files and
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
2012-05-04 06:14:26 +00:00
Greg Lewis
28609d64ef . Fix the look up of time zone data when TZUPDATE is turned on and as a
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.
2012-05-02 06:13:16 +00:00
Jung-uk Kim
94c14ddac1 The Oracle Java 7 Runtime Environment for Linux.
WWW: http://www.oracle.com/us/technologies/java/index.html
2012-05-01 21:18:38 +00:00
Jung-uk Kim
e492e231b9 - Update to 6u32.
- Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
2012-05-01 20:26:04 +00:00
Jung-uk Kim
207349c7c2 Recommend OpenJDK6 instead of the deprecated JRL-licensed port. 2012-05-01 20:24:31 +00:00
Jung-uk Kim
b533771d14 - Update to 6u32.
- Add an option to install demos and samples.  Turned on by default.
2012-05-01 20:08:38 +00:00
Jung-uk Kim
f2df278013 Add an option to install demos and samples. Turned off by default. 2012-05-01 20:05:54 +00:00
Greg Lewis
1686c57b1c . Update to 7u4. 2012-05-01 06:16:16 +00:00
Greg Lewis
bbbe976496 . Update to 6u31. 2012-05-01 05:23:46 +00:00
Tilman Keskinoz
cbc6626c60 Update to 1.4.0 2012-04-30 13:52:24 +00:00
Greg Lewis
bb3662de19 . Update to 3.7.1.
Submitted by:	tg@
2012-04-22 02:26:58 +00:00
Greg Lewis
0426f64b8e . Turn the TZUPDATE option off by default until I can figure out how that
breaks the Eclipse build.
2012-04-19 18:53:53 +00:00
Greg Lewis
fbb8de3ec0 . Update to 7u3. 2012-04-18 17:49:41 +00:00
Greg Lewis
679b512252 . Update to 7 Update 3. Since there was no separate source bundle released
this is done with an additional patch instead of updating the source
  bundle being used and the associated patch set.
2012-04-18 17:49:13 +00:00
Alex Kozlov
5e1e381986 - deprecate: depends on java/sun-wtk
Approved by:	eadler (mentor)
2012-04-17 16:12:13 +00:00
Alex Kozlov
19b99728f8 - fix explicit use of unzip
- deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream

Approved by:	eadler (mentor)
2012-04-17 16:08:57 +00:00