Commit graph

3285 commits

Author SHA1 Message Date
Greg Lewis
a553b8d753 . Commit a fix for CVE-2012-4681.
Obtained from:	Mark Wielaard <mjw@redhat.com> via rea@
2012-08-30 05:32:57 +00:00
Pietro Cerutti
8e6a07fa93 - Update to 7.2
Release notes: http://netbeans.org/community/releases/72/

PR:		171144
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
2012-08-29 09:29:02 +00:00
Jung-uk Kim
0271a4a8b2 Allow java/openjdk7 to build and execute Java plugin. A necessary patch for
OpenJDK7 was committed as r303173.
2012-08-27 17:43:38 +00:00
Greg Lewis
8c5212b4a8 . Allow openjdk7 to work with icedtea-web port.
Submitted by:	jkim@
2012-08-26 02:41:46 +00:00
Greg Lewis
65f9ad6643 . Update to 2012.e. 2012-08-21 12:38:34 +00:00
Greg Lewis
9b42878dd4 . Update to 7u6.
. Enlist openjdk7 users as testers of ant 1.8.4.
2012-08-21 04:56:41 +00:00
Greg Lewis
26a44bd643 . Update to 7u6. 2012-08-19 17:53:56 +00:00
Greg Lewis
357a1f4415 . Update to 6u34. 2012-08-19 17:42:14 +00:00
Jung-uk Kim
432b80cefa Fix web plugin crash with Firefox 14.
PR:		ports/170352
Obtained from:	IcedTea Project (PR1106)
2012-08-13 21:27:49 +00:00
Greg Lewis
c07f18f52f . Update to what should be 7u5. Based on the bug ids from
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
2012-08-06 05:57:54 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Greg Lewis
174111e974 . Update to 6u33. 2012-08-04 18:54:39 +00:00
Greg Lewis
1255022078 . Update to 7u5. 2012-08-04 18:37:43 +00:00
Jason Helfman
1000b02e5d - update to 3.8
- bring in patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=374724
2012-08-03 18:35:56 +00:00
Jung-uk Kim
227e93bb6e Update to 1.2.1. 2012-07-31 20:02:08 +00:00
Greg Lewis
d5e4363df5 . Include compat7x as an allowed package dependency.
. Bump PORTREVISION so new packages will be built.

PR:		170294
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-07-31 18:31:39 +00:00
Greg Lewis
8810445e30 . Fix the regular expression for PKG_IGNORE_DEPENDS.
Submitted by:	des@
2012-07-31 17:07:10 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
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
Greg Lewis
9d9794b2ff . Remove jbootstrap (was used to bootstrap jdk13, which is long gone). 2012-04-16 01:38:32 +00:00
Greg Lewis
619a63f1d1 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-16 00:34:05 +00:00
Greg Lewis
596c6df205 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-15 23:25:53 +00:00
Greg Lewis
78b21cb283 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-15 21:42:03 +00:00
Greg Lewis
1c96072b83 . Use the new java-zoneinfo port to provide updated time zone info. 2012-04-14 20:53:53 +00:00
Greg Lewis
e7ae9dc0f4 . Use the new java-zoneinfo port to provide updated time zone info. 2012-04-13 04:01:24 +00:00
Greg Lewis
98d4fe68b1 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-13 02:36:39 +00:00
Pietro Cerutti
5f5ca88d19 - Add desktop entry
PR:		166785
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2012-04-12 08:28:45 +00:00
Greg Lewis
30c6d5e4f8 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-11 02:52:24 +00:00
Greg Lewis
4e2e20ceb9 . Update to 2012c.
Feature safe:	yes
2012-04-04 03:34:11 +00:00
Greg Lewis
6a3ab871a9 . Add a port that supplies updated zoneinfo files in the format expected by
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
2012-03-31 04:15:41 +00:00
Alex Dupre
f965623e74 Update to 1.4.5 release.
Feature safe:	yes
2012-03-26 07:48:54 +00:00
Jason Helfman
a729825c44 - java 1.6+ is required
- bump PORTREVISION

Submitted by:	glewis@ (via email)
Feature safe:	yes
2012-03-24 23:21:33 +00:00
Jason Helfman
773538423a - Rename jar based on version
- Tweak ecj.sh to handle version and compilation
- bump PORTREVISION

Submitted by:	jkim@, glewis@, pitpalme+unix@gmail.com (emails)
Feature safe:	yes
2012-03-21 00:51:25 +00:00
Jason Helfman
b7c4d17a4c Add new port: java/eclipse-ecj
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
2012-03-19 22:22:47 +00:00
Alex Dupre
33809f5d92 Fix build with OpenJDK7 and add LICENSE.
PR:		ports/165774
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe:	yes
2012-03-13 08:57:19 +00:00
Pietro Cerutti
90e1563f75 - Update to 7.1.1
Release notes: http://netbeans.org/community/releases/71/relnotes.html

Feature safe:	yes
2012-03-12 11:30:39 +00:00
Carlo Strub
6cc2721fbc Update download URL since Sun Download Center was decommissioned and does no
redirection.

PR:		ports/165689
Submitted by:	Sutra Zhou <zhoushuqun@gmail.com>
Approved by:	glarkin@ (mentor, implicit)
2012-03-06 21:05:58 +00:00
Greg Lewis
8da599bfaf . Use the latest cacerts file from the official Oracle distribution of
Update 2.
2012-03-06 03:59:29 +00:00
Greg Lewis
e5d3c8854e . Update to OpenJDK 7 Update 2. 2012-03-06 03:58:53 +00:00
Jung-uk Kim
4021f1476f Fix javaws launcher. This shell script now uses bash extensions. 2012-03-06 00:38:48 +00:00
Jung-uk Kim
4f2f499449 Update to 1.2. 2012-03-05 23:51:06 +00:00
Eitan Adler
7d4a16a84d Remove quotes from BROKEN and IGNORE as they are not required
Approved by:	maintainer timeout
2012-02-25 22:15:56 +00:00
Chris Rees
1109531f76 Add extra repository
PR:		ports/155547
Approved by:	maintainer timeout
2012-02-23 20:40:57 +00:00
Baptiste Daroussin
a9e2972a99 Prevent to add @dirrm entries begining with a /
Approved by:	maintainer timeout (>5weeks)
2012-02-22 16:35:20 +00:00
Jung-uk Kim
04111c28a5 Fix multiple security vulnerabilities.
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
2012-02-18 01:06:58 +00:00
Pietro Cerutti
ce8cddb162 - Mark as IGNORE. No development version is available right now. 2012-02-17 09:09:58 +00:00
Pietro Cerutti
d3e266952d - Update to 7.1
Release notes: http://netbeans.org/community/news/show/1549.html
2012-02-17 09:09:14 +00:00
Greg Lewis
515116b950 . Make EXTRACT_DEPENDS check UNZIP_CMD rather than just unzip, since this
is what we use doing the actual unzipping.  Fixes the build for
  FreeBSD 9.

PR:		164847
Submitted by:	Kukushkin Konstantin <dark@rambler-co.ru>
2012-02-11 17:23:51 +00:00
Greg Lewis
997e59cc22 . Add a port of Oracle Linux JDK 7. 2012-02-04 22:26:11 +00:00
Chris Rees
256806fe23 Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256
and SIZE from eclipse-devel

Submitted by:	Matthew Seaman (m.seaman@infracaninophile.co.uk)
2012-01-29 13:19:47 +00:00
Greg Lewis
1b82ba5935 . Fix a crash when opening the internal web browser.
PR:		164554
Submitted by:	Jimmy Kelley <jimmy.kelley@charter.net>
2012-01-29 00:05:11 +00:00
Pav Lucistnik
9d906496de - Mark BROKEN: RESTRICTED, and URL for manual download is dead 2012-01-21 18:36:29 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00
Tilman Keskinoz
4b5e1a0ee0 Update to 1.3.8
PR:		163382
Submitted by:	pgollucci
2012-01-19 07:46:08 +00:00
Jason Helfman
14b62dfbaa - Update stale download url
Submitted by:	Tim X <tmvfroid at gmail.com>
Approved by:	crees,rene (mentors,implicit)
2012-01-17 01:42:10 +00:00
Pav Lucistnik
2da93f17bd - Fix plist after previous commit
Reported by:	pointyhat
Pointy hat to:	gahr
2012-01-15 22:23:33 +00:00
Greg Lewis
c2880a7e11 . Update to Update 30. 2012-01-15 20:02:03 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Jason Helfman
7d9c963de9 - Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of 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)
2012-01-13 17:36:23 +00:00
Jung-uk Kim
20a20900ab - Replace hsearch_r from GNU libc with Berkeley DB from our libc.
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.
2012-01-13 01:42:32 +00:00
Alex Dupre
a184030e95 Update to 1.6 release. 2012-01-10 12:18:56 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Eitan Adler
c5d811a37d Repeated words are are hard to to find sometimes.
Approved by:	portmgr (itetcu)
2012-01-08 07:01:25 +00:00
Pietro Cerutti
f2895b183d - Better determination of run time memory constraints
PR:				ports/163793
Submitted by:  Tino Engel <tino.engel@porno-muenchen.de>
2012-01-04 16:04:46 +00:00
Jason Helfman
491567d87f - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
- 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)
2012-01-03 06:41:23 +00:00
Greg Lewis
8940249a6f . Fix the reinstall target by using cp rather than mv for updating the
zoneinfo files (otherwise they are no longer present during reinstall).
2012-01-03 02:49:30 +00:00
Greg Lewis
bd05fd536a . Fix the reinstall target by using cp rather than mv for updating the
zoneinfo files (otherwise they are no longer present during reinstall).

PR:		163790
Submitted by:	"A.J. Kehoe IV (Nanoman)" <cT2CTdJ6@nanoman.ca>
2012-01-03 02:43:38 +00:00
Pav Lucistnik
ae4f130d19 - Correct the usage of @dirrmtry
Reported by:	pointyhat
2012-01-02 22:28:56 +00:00
Jason Helfman
ae6ef64004 Installs built jars that were previously not installed.
* 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)
2011-12-30 06:49:15 +00:00
Jason Helfman
ad56920272 Installs built jars that were previously not installed.
* 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)
2011-12-30 06:42:14 +00:00
Martin Wilke
2006c82a68 - Update to 3.1.2
PR:		163658
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-12-29 15:21:04 +00:00
Greg Lewis
a1411fffe8 . Move the call to unregistervm pack to the top of the packing list.
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@)
2011-12-29 00:03:28 +00:00
Greg Lewis
73257da563 . Update to tzupdater 1.3.45 2011-12-25 05:01:32 +00:00
Greg Lewis
38688881af . Update to JDK6 Update 30.
PR:		163486
Submitted by:	scheidell@
2011-12-24 21:02:46 +00:00
Greg Lewis
c2b8b5f858 . Update to tzupdater 1.3.45. 2011-12-24 19:31:15 +00:00
Greg Lewis
59697a4550 . Update to tzupdater 1.3.45.
Submitted by:	Andrew Stadtler <astadtler@gmail.com>
2011-12-24 19:24:35 +00:00
Alex Dupre
891ea3f4f1 Update to 1.6 release. 2011-12-23 10:49:04 +00:00
Alex Dupre
0f06867aa2 Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598). 2011-12-23 10:38:54 +00:00
Alex Dupre
8aa03a4f0b Update to 1.5.7 release. 2011-12-23 09:36:30 +00:00
Philip M. Gollucci
7832ddf953 - Point at the homepage consistently as defined by rubygems.org 2011-12-20 00:21:54 +00:00
Nicola Vitale
96bb2e4147 - Update to 2.2.4
Feature safe:	yes
2011-12-13 15:15:50 +00:00
Greg Lewis
80054fb31e . Fix bogus symlinks being installed as plugins rather than the actual
JARs by passing -L to rsync rather than -l.
. Bump PORTREVISION since this can cause plugin installation to fail.

Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
Feature safe:	yes
2011-12-07 22:14:19 +00:00
Jung-uk Kim
0ee3fb1c26 - Update to b24. [1]
- Add x11/libXext to build dependencies. [2]
- Make portlint happy. [3]

PR:		ports/162646 [1]
		ports/156319 [2]
		ports/161985 [3]
Feature safe:	yes
2011-11-30 21:18:30 +00:00
Jung-uk Kim
3031c7157b Update to Update 29.
Feature safe:	yes
2011-11-30 19:33:19 +00:00
Greg Lewis
4eb68ac467 . Update the build and install targets used to the current recommendations.
Fixes installation of plugins by a user.

Submitted by:	tg@
Confirmed by:	Ronald Klop <ronald-freebsd8@klop.yi.org>
Feature safe:	yes
2011-11-26 21:45:18 +00:00
Martin Wilke
1fcd1568b5 - Update to 5.5
PR:		162730
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:	yes
2011-11-22 15:51:39 +00:00
Jung-uk Kim
bb4bef4870 Update to 1.1.4. 2011-11-08 17:40:22 +00:00
Chris Rees
c413b394df Make compilation from source an option-- maven downloads extra files, thus
breaking on package building.

PR:		ports/162323
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Pointyhat to:	crees
2011-11-06 17:40:59 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Chris Rees
fca1fe5949 USE_ZIP is needed on 7.4 or extract fails on 0-byte files
PR:		ports/162199
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-11-01 17:18:30 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Pietro Cerutti
b5b4124da9 - Update to 7.1 beta
Release notes: http://netbeans.org/community/releases/71/relnotes.html
2011-10-27 09:00:06 +00:00
Pietro Cerutti
030c5b2582 - Update to 7.0.1
Release notes: http://netbeans.org/community/releases/70/relnotes.html
2011-10-27 08:58:07 +00:00
Wen Heping
603b18fa1b - Update to 1.0.4
- Upstream switched from ant to maven

PR:		ports/161696
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-10-26 02:30:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Greg Lewis
dd0eb6cdfe . Update to tzupdater 1.3.42. 2011-10-24 01:50:21 +00:00
Greg Lewis
afbf4d41c2 . Update to tzupdater 1.3.42. 2011-10-24 01:01:48 +00:00
Greg Lewis
624ca9334d . Update to tzupdater 1.3.42.
PR:		161874
Submitted by:	Alexey Markov <redrat@mail.ru>
2011-10-24 00:55:43 +00:00
Rene Ladan
c68a7f710f Remove expired port:
2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
2011-10-23 14:20:33 +00:00
Ashish SHUKLA
8f63af93b0 - Chase editors/emacs update 2011-10-17 06:01:31 +00:00
Steve Wills
ceeb60a4a2 - Update maintainer email address
PR:		ports/161279
Submitted by:	"Mikhail T." <michael@fun-box.ru> (maintainer)
2011-10-17 02:51:35 +00:00
Lev A. Serebryakov
1df572da95 (1) Activate mod_dav_svn in "post-install" target, as it is not activated
by subversion itself.

  (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
2011-10-16 21:01:42 +00:00
Lev A. Serebryakov
09a0319c83 Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
2011-10-16 14:31:47 +00:00
Doug Barton
2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00
Pawel Pekala
27e63078ca The Netty is an effort to provide an asynchronous
event-driven network application framework and tools
for rapid development of maintainable high performance &
high scalability protocol servers & clients.

WWW: http://www.jboss.org/netty

PR:		ports/154285
Submitted by:	Mikhail T. <michael@fun-box.ru>
Approved by:	miwi, wen (mentors implicit)
2011-10-02 14:54:08 +00:00
Jung-uk Kim
bc66c78721 Update to 1.1.3. 2011-09-28 22:03:08 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Baptiste Daroussin
39159119be Back to the future 2011-09-23 13:09:54 +00:00
Chris Rees
4b633df65e Update email address for ports maintained by aldis@bsdroot.lv --> graudeejs@gmail.com 2011-09-17 08:42:12 +00:00
Tilman Keskinoz
2c525b0e4b Add rjb, Ruby Java Bridge via JNI 2011-09-11 20:24:51 +00:00
Ion-Mihai Tetcu
200a881dc6 - set for deletion in a month, it's been a long time sine it disappeared from
upstream
- reset maintainership to ports@
2011-09-10 07:13:24 +00:00
Ashish SHUKLA
dfda2a32ec Chase editors/emacs update 2011-09-07 20:21:30 +00:00
Greg Lewis
e9f7b6c4b5 . Use dirrmtry on the lib/applet directory since the amd64 tarballs don't
include it (i386 does).

PR:		155107
Submitted by:	ohauer@
2011-09-04 17:55:09 +00:00
Jung-uk Kim
25a0ad461c Make portlint happy. 2011-08-31 20:09:13 +00:00
Jung-uk Kim
70460954a0 Update to 1.1.2. 2011-08-31 19:52:13 +00:00
Greg Lewis
24e9fd3044 . Update to the docs for 6 Update 25.
PR:		159799
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>
2011-08-29 05:51:25 +00:00
Ashish SHUKLA
9d1247d864 Chase editors/emacs update.
PR:		ports/160196
2011-08-27 22:22:57 +00:00
Alex Dupre
7643b6e933 Fix portscout check. 2011-08-23 08:40:25 +00:00
Greg Lewis
6eddf27e48 . Update to tzupdater 1.3.40. 2011-08-22 05:38:39 +00:00
Greg Lewis
27299dfc3f . Update to tzupdater 1.3.40. 2011-08-22 03:29:47 +00:00
Greg Lewis
18d9cdf3c3 . Update to tzupdater 1.3.40.
PR:		159950
Submitted by:	Garrett Cooper <gcooper@ixsystems.com>
2011-08-22 01:22:53 +00:00
Greg Lewis
611e59cfb3 . Remove jdk14-doc since jdk14 was removed 2011/06/28. 2011-08-14 18:02:34 +00:00
Koop Mast
3eac75b160 Was too fast, add WANT_GNOME for these ports have optional USE_GNOME components.
Submitted by:	portsnap index build bot
2011-08-11 19:51:16 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Jung-uk Kim
84b67b4564 - Add an additional patch to support i386 CPUs without CMOV instruction
under ICEDTEA option. [1]
- Chase default Korean font directory change.

PR:		ports/158304 [1]
Obtained from:	IcedTea Project [1]
2011-08-09 22:56:40 +00:00
Mark Linimon
d4a368820a Java 1.3 has been deorbited. 2011-08-08 10:04:50 +00:00
Pietro Cerutti
aa8d971c85 - fix typo that caused failure to install
- bump portrevision

PR:		159407
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com>
2011-08-03 07:09:01 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
41042a04f2 Mark BROKEN: Does not fetch 2011-08-02 16:54:56 +00:00
Pietro Cerutti
872ed4fe27 - make maven binary executable 2011-08-02 15:49:14 +00:00
Baptiste Daroussin
8310af8eeb Update master_site 2011-08-02 13:49:10 +00:00
Baptiste Daroussin
afe07e88e7 Deprecate unmaintained ports marked as BROKEN for more then 6 month 2011-08-02 09:22:42 +00:00
Pav Lucistnik
25c1d68494 - Unbreak
Submitted by:	tg
2011-07-27 20:21:52 +00:00
Pav Lucistnik
49fb6f06bd - Mark BROKEN: does not package
tar: share/applications/eclipse-devel.desktop: Cannot stat: No such file or directory

Reported by:	pointyhat
2011-07-26 19:53:15 +00:00
Pav Lucistnik
d6499c1235 - Mark BROKEN: unfetchable
Reported by:	pointyhat
2011-07-24 18:33:03 +00:00
Rene Ladan
697f40d368 Remove Java 1.4 ports, they were already disconnected from bsd.java.mk
2011-07-28 java/linux-blackdown-jdk14: ancient version of Java
2011-07-28 java/linux-sun-jdk14: ancient version of Java
2011-07-21 11:56:54 +00:00
Rene Ladan
b5a43c84e3 Remove broken, Java 1.4-only ports:
2011-07-28 java/jboss3: Depends on expired Java 1.4
2011-07-28 textproc/galax: Depends on expired Java 1.4
2011-07-21 09:48:33 +00:00
Rene Ladan
8cac0cb04e Remove expired ports:
2011-07-12 java/jdk13: ancient version of Java
2011-07-12 java/linux-sun-jdk13: ancient version of Java
2011-07-21 08:39:40 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Mark Linimon
621254280d Disconnect the following deprecated ports that only work with java1.4:
devel/colorer
  java/jboss3
  security/jce_policy14
  textproc/galax

PR:		ports/158969
Submitted by:	rene
2011-07-21 02:43:51 +00:00
Greg Lewis
9867ed0450 . Chase re-rolled JAR file.
PR:		158859
Submitted by:	tg@
2011-07-16 23:06:29 +00:00
Greg Lewis
07d3223623 . Fix the packing list by not installing efj.sh for now.
Submitted by:	tg@
2011-07-14 16:12:59 +00:00
Greg Lewis
57ec1a07ed . Install the actual files rather than symlinks.
Submitted by:	tg@
2011-07-14 07:05:15 +00:00
Rene Ladan
acea0f7be9 Remove expired ports:
2011-07-12 java/shujit: ancient version of Java
2011-07-09 net-im/skype12: very old version
2011-07-13 20:25:54 +00:00
Jung-uk Kim
0044cb6e9d Specify JAVA_VERSION correctly to fix another build breakage.
Reported by:	David Wolfskill (david at catwhisker dot org)
Pointy hat to:	jkim
2011-07-13 19:17:36 +00:00
Jung-uk Kim
3a1f3ec4f9 Replace "readlink -f" with realpath(1). This should fix "make test" on
7.4 and 8.2 when both "RHINO" and "TEST" options are enabled.

Suggested by:	Warren Block (wblock at wonkity dot com)
2011-07-12 22:53:45 +00:00
Jung-uk Kim
111342302b Fix various build and installation issues.
- Replace various Linuxisms in Makefile with little more portable code.
Remove now unnecessary build dependency of sysutils/coreutils.
- Install launcher wrappers with INSTALL_SCRIPT[1].
- Rename javaws launcher to itweb-javaws throughout.  This conflicts with
a symlink created by java/javavmwrapper[2].

PR:		ports/158826 [1]
Reported by:	glewis [2]
2011-07-12 19:21:03 +00:00
Jung-uk Kim
f0042790ea Add LICENSE. 2011-07-11 23:13:16 +00:00
Jung-uk Kim
5a0f2d37a6 Fix build with Rhino support. 2011-07-11 22:35:12 +00:00
Jung-uk Kim
176e27746b - Update to build 23.
- Import more complete JPEG class support and turn on ICEDTEA option by
default. [1]
- Remove obsolete WEB option.  Note the functionality is now moved to a new
port java/icedtea-web, which depends on ICEDTEA option of this port.

Obtained from:	IcedTea project [1]
2011-07-11 20:58:58 +00:00