aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Replace LATEST_LINK with PKGNAMESUFFIX.olgeni2013-11-171-1/+2
|
* - Support staging.jkim2013-11-131-13/+10
| | | | | - Convert to use USES=webplugin:native. - Remove an article from comment.
* Change DESTDIRNAME into a ant compatible argument when a port is stagedbapt2013-11-121-3/+0
| | | | | | | While here remove previous workarounds. Submitted by: ale Discussed with: jkim, glewis
* Update to r333271.jkim2013-11-124-10/+16
|
* - Add throw() to all user-defined operator new()s within HotSpot becausejkim2013-11-093-20/+780
| | | | | | | | | Clang does not support "-fcheck-new". Note it is a backport of S8021954 (http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299). - Re-implement signal_name() with sys_signame(3) and adjust the comments. - Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE. - Fix DEBUG build with Clang on i386. Clang does not support "-gstabs". - Limit allocatable physical memory per getrlimit(2).
* . Update to 2013h.glewis2013-11-092-3/+3
|
* - Do not crash when unsupported options are specified. [1]jkim2013-11-063-63/+83
| | | | | | - Micro-optimize and tidy up some patches. PR: java/183656 [1]
* Fix build with clang and stagify.ale2013-10-302-6/+17
| | | | Approved by: maintainer
* - Update to 7.4gahr2013-10-305-924/+662
| | | | | | Release notes: https://netbeans.org/community/releases/74/relnotes.html Submitted by: Federico Bernoldi <federico@bernoldi.com.ar>
* . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD butglewis2013-10-302-1/+14
| | | | | | | to instead create an instance of BsdAsynchronousChannelProvider(). PR: 183389 Submitted by: girgen@
* Update to 1.0.14 release and much more.ale2013-10-293-16/+25
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Turn off UseMembar by default. This workaround is not necessary any more.jkim2013-10-263-9/+109
| | | | | - Add few minor patches related to thread ID that were mis-merged. - Add couple of minor HotSpot patches from upstream while I am here.
* . Update to 7u45.glewis2013-10-242-3/+3
|
* . Update to 7u45.glewis2013-10-243-3/+4
|
* . Update to 7u45.glewis2013-10-243-5/+9
|
* Allow overriding linker flags for standard C++ libraries and zlib.jkim2013-10-232-9/+18
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery)
* - Update to r330538.jkim2013-10-225-10/+55
| | | | | | | | - Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for extreme safety. Although it may be too conservative and/or slow, it is okay because it is not useful for anything but bootstrapping OpenJDK itself. In fact, it does not seem stable within jails (e. g., QAT) for unknown reasons. - Revert r330422. Now it is obsolete by r330500.
* - Avoid PKGNAME collision.eadler2013-10-221-1/+2
| | | | - Fix COMMENT
* Fix pkgname collisionbapt2013-10-182-4/+4
|
* Allow adding extra patches from slave ports.jkim2013-10-171-1/+1
|
* Clean up some COMMENTseadler2013-10-161-1/+1
|
* Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x.jkim2013-10-161-0/+3
|
* Fix build on old releases where nitems() macro is not defined.jkim2013-10-161-2/+2
| | | | Reported by: Scott Ballantyne (sdb at ssr dot com)
* Build with Apache Ant 1.9.2.jkim2013-10-152-3/+3
|
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.jkim2013-10-151-1/+1
|
* Fix package name collisionbapt2013-10-141-2/+1
|
* Update to r330107 (OpenJDK6 b28).jkim2013-10-133-6/+6
|
* . Update to 2013g.glewis2013-10-132-3/+3
|
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]jkim2013-10-123-35/+18
| | | | | | | | - Re-enable -Werror for HotSpot build with GCC. - Revert couple of unnecessary local changes to reduce diff. - Add inactive pages as availble memory. Note it is a cosmetic change. PR: ports/182907 [1]
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.jkim2013-10-116-71/+133
| | | | | - Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed.
* Update to 1.4.1.jkim2013-10-115-58/+3
|
* - Remove redundant bsd.port.pre.mk.jkim2013-10-111-4/+2
| | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar
* Add couple of compiler warning fixes. No functional change.jkim2013-10-101-1/+12
|
* Update to Build b28.jkim2013-10-10167-168839/+277
|
* Fix test option.jkim2013-10-081-2/+3
|
* Use echo correctly.jkim2013-10-081-14/+14
|
* Remove few lines added for testing at the last minute. This fixes plist.jkim2013-10-081-3/+0
|
* - Support staging.jkim2013-10-084-107/+191
| | | | | | | - Fix fastdebug installation. - Update jtreg version to Build b05. - Refine r327353. Use an extra patch instead. - Install proper license file. OpenJDK6 has GPLv2 + "Classpath" exception.
* Fix pkg name collisionbapt2013-10-072-2/+2
| | | | With hat: portmgr
* Fix pkg name collisionbapt2013-10-072-2/+2
| | | | With hat: portmgr
* - Support staginglme2013-10-062-75/+78
| | | | - Break lines after 80 chars
* Removed older version of netbeans, they are unsupported upstream and their ↵bapt2013-10-0316-265/+0
| | | | package name conflicts with java/netbeans
* Remove jboss2, it is EOLed upstream and it's name is conflicting with ↵bapt2013-10-039-2112/+0
| | | | java/jboss5
* . Update to 2013f.glewis2013-09-283-18/+3
|
* Update to 4.10 release.ale2013-09-272-3/+3
|
* Tidy up staging support.jkim2013-09-261-5/+1
|
* Add support for staging.jkim2013-09-261-2/+1
|
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanglewis2013-09-222-0/+9
| | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21143-161/+178
| | | | java)
* . Update to 7u40.glewis2013-09-192-3/+3
|
* . Update to 7u40.glewis2013-09-193-9/+9
|
* . Update to 7u40.glewis2013-09-193-12/+420
|
* - Add missing iconv USESmadpilot2013-09-161-1/+1
| | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit)
* - convert to the new perl5 frameworkaz2013-09-152-5/+4
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* The format for bind.address has changed, so document and alert users.crees2013-09-093-4/+17
| | | | | | | At the same time, fix some errors for logging in the rc script. PR: ports/179927 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* Fix build with libc++.jkim2013-09-063-100/+107
|
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-0/+14
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Upgrade to version 1.0.19.olgeni2013-08-312-3/+3
|
* Convert to:bapt2013-08-311-2/+2
| | | | | | USES=pkgconfig USES=desktop-file-utils USES=gmake
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldbdrewery2013-08-2912-21/+17
| | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
* - Don't attempt to build when PACKAGE_BUILDING, just hitsbdrewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* - Don't attempt to build when PACKAGE_BUILDING, just hitsbdrewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* - Update to 2.8.1nivit2013-08-282-4/+4
|
* Remove one more expired port:rene2013-08-285-49/+0
| | | | 2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵bapt2013-08-261-9/+9
| | | | base
* Fix build without gccbapt2013-08-261-0/+4
|
* fix build without gcc in basebapt2013-08-261-7/+4
| | | | | Always use gcc whatever the default compiler is to build openjdk (it needs gcc -dumpspecs) Define HOST_CC to ${CC} to make avoir direct call to "/usr/bin/gcc"
* Move the destination of the patching into the work directory.gnn2013-08-201-3/+3
| | | | Pointed out by: swills
* . Update to 7u25 docs.glewis2013-08-192-3/+3
| | | | | PR: 181187 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* Apply a patch for a bug that effects the Keys preference, whereingnn2013-08-182-1/+20
| | | | | | | switching to and from Emacs and Default keybindings pollutes both sets with duplicates. Bump the port revision.
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* Fix for broken eclipse-devel after glib-2.36.3 update.gnn2013-08-141-0/+34
| | | | | | | Tested on HEAD, 9.1 and 8.4. PR: ports/181124 Submitted by: Jonathan Chen jonc at chen.org.nz
* Update to 1.11 release.ale2013-08-132-10/+6
|
* Datatools is not optional anymore.ale2013-08-131-11/+2
|
* - Convert to new perl frameworkaz2013-08-031-7/+2
| | | | - Trim Makefile header
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+3
|
* Bump revision for openjdk6-jre to catch up with the master port change.jkim2013-07-262-2/+2
|
* Move the fix for S6636110 to more appropriate directory. This patch is notjkim2013-07-262-1/+0
| | | | an IcedTea6 patch nor a security fix.
* Fix excessive memory consumption on head amd64, this prevent the package ↵bapt2013-07-253-1/+78
| | | | | | | | | building cluster from dying when building java ports. This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110 Submitted by: dim With hat: portmgr
* - Add couple of upstreamed IcedTea6 patches for consistency.jkim2013-07-238-32/+124
| | | | - Disable test_gamma by default.
* Add upstream patches to make it work again with the latest security patchesjkim2013-07-174-2/+56
| | | | | | for OpenJDK ports. Obtained from: IcedTea Project
* Fix openjdk6-jre build.jkim2013-07-172-2/+2
|
* Add multiple security patches and improvements from IcedTea6 1.12.6.jkim2013-07-1781-85/+91164
| | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html Obtained from: IcedTea Project PR: ports/180541
* . Update to 2013d.glewis2013-07-142-3/+3
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+2
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Update to 1.6.1.jkim2013-07-096-65/+54
|
* . Don't force a manual download when it's unnecessary. Add the downloadglewis2013-07-081-5/+1
| | | | location to MASTER_SITES instead and remove the manual download prompt.
* - Update to 2.7.5nivit2013-06-303-11/+7
| | | | | - Trim Makefile header - Fix format of WWW field in pkg-descr
* . Update to 7u25.glewis2013-06-242-86832/+1923
| | | | . Unbreak the port by committing the other half of the patch-set split.
* . Split out the JDK patches into their own file. This will actually breakglewis2013-06-241-0/+132659
| | | | | the port since I can't commit the split all at once due to subversion size limits. Yay.
* Disable Jikes support.lev2013-06-221-1/+1
| | | | Submitted by: Andriy Gapon <avg@FreeBSD.org>
* . Update to 7u25.glewis2013-06-213-3/+5
|
* . Update to 7u25.glewis2013-06-213-5/+7
|
* - Fix fetchswills2013-06-201-1/+1
| | | | | PR: ports/179660 Reported by: John Marino <draco@marino.st>
* - allow java/subversion-jave to stay on subversion17ohauer2013-06-201-0/+2
| | | | - update UPDATING with a hint how to keep subversion17
* - Fix build with JDK 1.7. [1]stefan2013-06-173-4/+69
| | | | | | | | | | - Propagate Make environment to Ant to use the correct JDK and not just the one that Ant was built with. PR: 173505 [1] Submitted by: James Raynard <james.raynard@pobox.com> [1] Patch by: Piotr Smyrak <piotr.smyrak@gmail.com> [1] Obtained from: https://launchpad.net/ubuntu/+source/java3d/1.5.2+dfsg-8 [1]
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-1/+1
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* Update to 1.4.jkim2013-06-126-94/+97
|
* - update to 3.8.2jgh2013-06-112-4/+4
|
* Bump after r319872, www/libxul update.flo2013-06-041-0/+1
| | | | (I bumped this port in the wrong checkout)
* Use bootstrap Java instead of newly built binary to execute RMIC.jkim2013-05-151-0/+20
|
* - Update to 3.0.9lme2013-05-103-8/+6
| | | | - Trim Makefile header
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* Style change after r317320. We do not need a temporary variable any more.jkim2013-05-091-3/+2
|
* . Update to 7u21.glewis2013-05-063-25238/+44430
|
* java/jboss72: distfile rerolled and enhance rc scriptcrees2013-05-053-9/+26
| | | | | | | | | | | | | Distfile was rerolled, maintainer has checked that there are no spurious changes RC script now can be tuned to hard way kill stuck JBoss or any child processes preventing restart; RC script can be configured to make a delay after killing (for example for restart). Add LICENSE info. PR: ports/178142 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-042-12/+1
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* Please bmake(1) as well as make(1)bapt2013-05-022-2/+2
|
* Update to 1.8 release.ale2013-04-292-5/+7
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-15/+9
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-274-6/+4
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update to 1.3.2.jkim2013-04-273-28/+37
|
* Update to r316538 and drop support for 7.x.jkim2013-04-274-11/+10
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Chase java/openjdk6 update.jkim2013-04-261-1/+1
|
* Add multiple security patches from IcedTea6 1.12.5.jkim2013-04-2648-45/+45693
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html Obtained from: IcedTea Project
* Convert j* categories to USES=pkgconfigbapt2013-04-235-5/+5
|
* . Update to 2013c.glewis2013-04-232-3/+3
|
* . Update to 6u45.glewis2013-04-222-4/+4
| | | | Feature safe: yes
* . Update to 7u21.glewis2013-04-222-3/+3
| | | | Feature safe: yes
* . Update to 6u45.glewis2013-04-222-6/+6
| | | | Feature safe: yes
* . Update to 7u21.glewis2013-04-222-5/+5
| | | | Feature safe: yes
* - Remove USE_GZIP (it's default)ak2013-04-181-1/+0
| | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
* . Fix build error for java/eclipse with current glibglewis2013-04-071-0/+15
| | | | | | PR: 177582 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Approved by: portmgr (miwi)
* - Fix fetchmiwi2013-04-021-1/+1
| | | | | Reported by: pointyhat Approved by: portmgr
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* . Bump PORTREVISION for the last two commits.glewis2013-03-271-0/+1
|
* . Fix the location of theglewis2013-03-271-0/+20
| | | | | | | | | | FILES_c += initIDs.c line so it comes after FILE_c is explicitly set in the BSD specific block. This fixes missing symbols in libawt. Submitted by: Kurt Miller (kurt@intricatesoftware.com) Obtained from: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/ef510cd4aec5
* . Allow users to force the file system provider to be the BSD file systemglewis2013-03-272-0/+58
| | | | | | | | | | | | | provider. This is helpful when users also wish to force os.name to a different value (e.g. Linux) but not being forced to also use the Linux file system provider. This can be done by defining the property java.nio.file.spi.DefaultFileSystemProvider. This patch differs from the submitters in that the range of values are restricted to the current known defaults. PR: 173847 Submitted by: 4721 at hushmail.com
* Update to 4.9 release.ale2013-03-202-10/+8
|
* Fix porteadler2013-03-191-0/+1
| | | | Reported by: bapt
* "aaargh, quoted Makefile variables"eadler2013-03-194-11/+6
| | | | Approved by: portmgr (bapt)
* Update to OptionsNGeadler2013-03-181-2/+3
|
* . Update to 2013b.glewis2013-03-183-3/+5
|
* In categories starting with [h-m], remove empty lines from pkg-plist (anddanfe2013-03-173-6/+0
| | | | purge one empty file).
* - adopt optionsNGjgh2013-03-161-10/+8
| | | | | | | - trim historical header - trim COMMENT Approved by: portmgr (miwi)
* - adopt optionsNGjgh2013-03-161-15/+10
| | | | | | - cleanup of EXAMPLES and unconditionally assign PORTDOCS Approved by: portmgr (miwi)
* - adopt optionsNGjgh2013-03-161-7/+5
| | | | | | - trim historical header Approved by: portmgr (miwi)
* - Remove needless quoting of BROKEN/IGNOREbdrewery2013-03-162-7/+3
| | | | | | | - Trim headers PR: ports/168908 With hat: portmgr
* Introducing jboss72crees2013-03-1510-0/+1798
| | | | | PR: ports/176960 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* Update to 1.4.7 release.ale2013-03-122-3/+3
|
* Revert last commits and restore previous working fix [1].ale2013-03-121-2/+9
| | | | | | | Switch to OptionsNG. PR: ports/176795 [1] Submitted by: Eric Krausser <eric@krausser-edv.de>
* . Update to 7u17.glewis2013-03-105-659/+51789
|
* Add multiple security patches from IcedTea6 1.12.4.jkim2013-03-063-1/+975
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-March/022145.html Obtained from: IcedTea Project
* Add multiple security patches from IcedTea6 1.12.3.jkim2013-03-0636-5/+22745
| | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021858.html http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021998.html Obtained from: IcedTea Project
* . Update to 6u43.glewis2013-03-052-3/+3
|
* . Update to 6u43.glewis2013-03-052-5/+5
|
* . Update to 7u17.glewis2013-03-052-3/+3
|
* . Update to 7u17.glewis2013-03-052-5/+5
|
* . Use gpatch for patching on older (7.x) versions of FreeBSD.glewis2013-03-031-0/+5
| | | | | PR: 175829 Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com>
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadglewis2013-03-032-3/+24
| | | | | | | | of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 174846 Submitted by: Jimmy Kelley <ljboiler@gmail.com>
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadglewis2013-03-032-3/+47
| | | | | | | | of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 175826 Submitted by: Jimmy Kelley <ljboiler@gmail.com>
* . Update to 6u41.glewis2013-03-022-3/+3
|
* . Update to 6u41.glewis2013-03-022-9/+11
|
* . Update to 7u15.glewis2013-03-022-3/+3
|
* . Update to 7u15.glewis2013-03-022-8/+10
|
* - Set as IGNORE, as no development version exists at this timegahr2013-02-261-1/+1
|
* - Update to 7.3gahr2013-02-264-7216/+7831
| | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html
* - Update MASTER_SITESmiwi2013-02-231-1/+1
|
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-211-1/+1
| | | | | Submitted by: avl via IM Approved by: avl via IM
* Add also LC_ALL, to be sure.ale2013-02-201-1/+1
| | | | Submitted by: jkim
* Simplify.ale2013-02-191-5/+1
| | | | Submitted by: jkim
* Fix LATEST_LINK.olgeni2013-02-181-0/+2
|
* Register conflict with springframework-3.2.olgeni2013-02-181-0/+2
|
* Upgrade to version 3.2.1.olgeni2013-02-182-45/+96
|
* Copy java/springframework to java/springframework31.olgeni2013-02-184-0/+153
|
* - Build with java/bootstrap-openjdk on X86 platforms by default.jkim2013-02-131-40/+18
| | | | | - Attempt to build with gcc on non-X86 platforms. Note the gcc must be built with Java support.
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-122-1/+48
| | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-123-1/+38
| | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver
* Update demos to 7u13.jkim2013-02-122-8/+8
|
* Update to 1.4.6 release and pet portlint.ale2013-02-112-12/+14
|
* . Update to 6u39.glewis2013-02-032-3/+3
|
* . Update to 6u39.glewis2013-02-032-10/+26
| | | | | | . Cope with the version of the demos distfile not being the same as the version of the main JDK distfile. . Update to OptionsNG.
* . Update to 7u13.glewis2013-02-022-3/+3
|
* . Update to 7u13.glewis2013-02-022-3/+3
|
* Upgrade to version 3.1.4 and adopt this port.olgeni2013-01-302-4/+32
|
* . Fix a crash under heavy network load by reverting to using poll(2) ratherglewis2013-01-292-0/+86
| | | | | | | than select(2). PR: 175417 Based on the patch by: Phil Phillips <pphillips@experts-exchange.com>
* VisualVM is a visual tool integrating several commandline JDK tools andswills2013-01-266-0/+417
| | | | | | | | lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. WWW: http://visualvm.java.net/
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* Update to 1.4.5arved2013-01-182-4/+4
|
* . Update to 7u11.glewis2013-01-185-8335/+17366
| | | | Security: CVE-2013-0422
* . Update to 6u38.glewis2013-01-162-3/+3
|
* . Update to 7u11.glewis2013-01-152-4/+4
| | | | Security: CVE-2013-0422
* . Update to 7u11.glewis2013-01-152-9/+9
| | | | Security: CVE-2013-0422
* . Update to 7u10.glewis2013-01-132-7/+7
|
* . Update to 6u38.glewis2013-01-132-5/+5
|
* Convert to new options frameworkbapt2013-01-081-13/+10
| | | | | | | | Trim headers Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG=build Change MAINTAINER address from freebsd-eclipse@ to eclipse@ Approved by: eclipse (glewis)
* 2013-01-04 ports-mgmt/portmanager: Does not support modern ports features ↵bapt2013-01-066-2078/+0
| | | | | | | | such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. 2013-01-04 net-im/openfetion: Abandoned upstream 2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla 2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
* . Add a port for the JDK7 documentation.glewis2012-12-314-0/+50
| | | | | "Java Development Kit 7 Documentation. Contains release information, API documentation, guides to new features and tool documentation."
* . Update to the 6u30 API docs.glewis2012-12-302-4/+4
| | | | | PR: 174724 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* . Add a runtime dependency on dejavu fonts. Several have reported problemsglewis2012-12-261-2/+3
| | | | | | | | with font related crashes without them. I haven't been able to reproduce, but this should be relatively harmless, so I'm committing it anyway. PR: 173760 Submitted by: girgen@
* Reassign to the pool and trim headers.wxs2012-12-201-6/+2
| | | | Submitted by: Aldis Berjoza <graudeejs@gmail.com>
* - Update to 1.10.3.0gahr2012-12-192-8/+8
| | | | Approved by: crees (maintainer, via IRC)
* - Adjust startup script in proper wayfluffy2012-12-151-1/+1
| | | | Submitted by: maintainer via im
* - update to 3.8.1jgh2012-12-152-8/+5
|
* - Add JBoss 7.1.3.Final application server to the zoofluffy2012-12-1410-0/+1635
| | | | | PR: 173713 Submitted by: Alexander Yerenkow <yerenkow AT gmail DOT com>
* Convert to new option frameworkbapt2012-12-131-4/+5
|
* . Cope with legacy versions "1.5" (expands to 1.6) and "1.5+" (expands toglewis2012-12-112-8/+5
| | | | | 1.6 1.7). . Remove freebsd and bsdjava as valid vendors.
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-11119-16801/+0
| | | | | | | | | | removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin)
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16bapt2012-12-113-9/+7
| | | | | | | | | | | | vendors: Remove any reference to bsdjava and freebsd Java Vendors, as the both are outdated, have security issues and expired. Mark icedtea6-stubs as broken as it doesn't build with any of the left supported vendors. Switch tuxguitar to be able to use openjdk16 [1] Approved by: gahr [1]
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-1077-439/+151
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-072-2/+2
| | | | | Reported by: portscout Feature safe: yes
* - Update to 7.3 Beta 2gahr2012-12-044-28/+48
| | | | | | | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html - Add LICENSE - Depend on Java 7 - Disable splash screen until png gets fixed in OpenJDK 7 Feature safe: yes
* 2012-11-26 emulators/gcube: No more public distfilesbapt2012-11-285-352/+0
| | | | | | | | | | | | | | | 2012-11-26 games/stepbill: No more public distfiles 2012-11-26 deskutils/ktagebuch: No more public distfiles 2012-11-26 games/jetpack: No more public distfiles 2012-11-26 games/tremor: No more public distfiles 2012-11-26 graphics/jpeg2pdf: No more public distfiles 2012-11-26 java/westhawksnmp: No more public distfiles 2012-11-26 japanese/tcl76: No more public distfiles 2012-11-26 math/stepulator: No more public distfiles 2012-11-26 editors/jedit-devel: Stable version is more recent than devel 2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12 Feature safe: yes
* 2012-11-27 java/jmp: Java 1.5 is EOLedbapt2012-11-289-169/+0
| | | | | | | | | | | | | | | | 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes
* . Update to 2012j.glewis2012-11-142-3/+3
| | | | Feature safe: yes
* Add libxul19 as a possible Gecko.jkim2012-11-101-1/+1
| | | | Feature safe: yes
* Make sure to unset 'OS' environment variable. Some shell sets it and causesjkim2012-11-091-1/+1
| | | | | | | HotSpot build failure. PR: ports/173434 Feature safe: yes
* - Update to 1.3.1.jkim2012-11-093-59/+52
| | | | | | - Tidy up dependencies, trim Makefile header, and clean up style. Feature safe: yes
* - Remove patches for regression tests. Those patches are not necessary butjkim2012-11-042-32647/+4
| | | | | | | | | | caused build failures on 7.x. - Revert r306656. bootstrap-openjdk builds it fine now (r306814). - Remove registervm from build dependency. This hack is no longer necessary as javavmwrapper is fixed now (r306536). Approved by: glewis (maintainer) Feature safe: yes
* Fix deinstallation script for 7.x. -samefile option for find(1) does notjkim2012-11-032-4/+12
| | | | | | | exist there. Reviewed by: glewis (maintainer) Feature safe: yes
* . Update to 2012h.glewis2012-11-032-3/+3
| | | | Feature safe: yes
* Update to 1.4.2arved2012-11-032-3/+3
| | | | Feature safe: yes
* - Update to r306764.jkim2012-11-025-120/+34
| | | | | | | | | | | | - Generate distfiles directly from pkg-plist. This list was compiled from running "ktrace -i -tn make" on openjdk6 and openjdk7 ports. - Re-add jre/bin/java to work around a bug in openjdk7 build infrastructure. It is not really necessary but langtools fails to build without it because langtools/make/tools/GenStubs/GenStubs.java executes it based on java.home property, which points to jre subdirectory. Note this problem only exists on recent jdk7 langtools and jdk6 and jdk8 are not affected. Feature safe: yes
* . Introduce a DEBUG option and default it to unset. For now the .debuginfoglewis2012-11-011-1/+7
| | | | | | | | files are only installed if the option is set. In future it will likely also mean to enable the debug and/or fastdebug build. PR: 172627 Feature safe: yes
* Shut up noise when there is no JDK/JRE to register.jkim2012-11-011-1/+1
| | | | | Reviewed by: glewis (maintainer) Feature safe: yes
* - Remove registervm from build dependency. This hack is no longer necessaryjkim2012-11-011-1/+0
| | | | | | | as javavmwrapper is fixed now (r306536). - Remove an empty directory, which was missed in the previous commit. Feature safe: yes
* . Remove bootstrap-openjdk as a potential bootstrap. It cannot compileglewis2012-10-301-4/+3
| | | | | | | | openjdk7 at the moment. Instead to default to openjdk6 as the bootstrap if nothing is already installed. Reported by: olgeni@ Feature safe: yes
* . Update to build 27.glewis2012-10-2923-3269/+4
| | | | Feature safe: yes
* . Update to 7u9.glewis2012-10-294-77/+40209
| | | | Feature safe: yes
* . Remove duplicate MAKE_JOBS_SAFE line. [1]glewis2012-10-291-23/+24
| | | | | | | | | | | | | | . Group the USE_* directives together. . Trim the Makefile header. [2] . Convert to optionsNG. [2] . Remove the ABI numbers from LIB_DEPENDS. [2] . Fix the POLICY option. [2] . Fix permissions and ownership of jexec. [2] . Make sure the bootstrap JDK is used by the ant bootstrap. [2] Submitted by: kuriyama@ [1] jkim@ [2] Feature safe: yes
* - Ignore bootstrap-openjdk when we automatically register existing JVMs.jkim2012-10-283-28/+19
| | | | | | | | - Make sure to destroy all symlinks pointing to ${PREFIX}/bin/javavm and ${PREFIX}/etc/javavms when we deinstall the package. Reviewed by: glewis (maintainer) Feature safe: yes
* diablo-jre/jdk 16 is also outdated and affected by security issues, considerbapt2012-10-282-10/+8
| | | | | | | | | | using openjdk6 or openjdk7 they were forgotten in previous run Reported by: glewis Approved by: java (glewis) Feature safe: yes
* . Update to 2012gglewis2012-10-282-3/+3
| | | | Feature safe: yes
* java 1.5 (aka 5.0) is EOLed since October 2009 [1]bapt2012-10-278-40/+32
| | | | | | | | | java/jdk16 is outdated with security issues consider using java/openjdk6 [1] java/jmp is java 1.5 only Approved by: java (glewis) [1] \ Ronald Klop <ronald@klop.ws> (maintainer) [2] Feature safe: yes
* Do not create unused empty directories.jkim2012-10-272-3/+0
| | | | Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-262-10/+8
| | | | | | | public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
* Register javavmwrapper as dependency. It is not strictly necessary but itjkim2012-10-261-1/+9
| | | | | | should unbreak tinderbox build for openjdk6 and openjdk6-jre. Feature safe: yes
* Move .endif to a better place. No functional change.jkim2012-10-261-1/+1
| | | | Feature safe: yes
* - Update to r306294.jkim2012-10-255-44/+13
| | | | | | - Trim more files to simplify maintenance. Feature safe: yes
* Bump PORTREVISION for the new cacerts.jkim2012-10-242-2/+2
| | | | Feature safe: yes
* Update CA list to Oracle Java 7u9.ale2012-10-231-0/+0
| | | | | | | | | Added CA: - geotrustprimarycag2 - thawteprimaryrootcag2 - verisignclass3g4ca Feature safe: yes
* Remove more environment variables. These variables are never meant to bejkim2012-10-231-4/+0
| | | | | | overridden by the user. Feature safe: yes
* Remove a bogus environment variable, especially for i386. This fixes buildjkim2012-10-231-1/+0
| | | | | | under certain conditions. Feature safe: yes
* - Update to 7.2.1gahr2012-10-223-521/+517
| | | | | | Release notes: http://netbeans.org/community/releases/72/relnotes.html Feature safe: yes
* - Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]jkim2012-10-2024-154/+3729
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://icedtea.classpath.org/hg/release/icedtea6-1.11/rev/d9564350faa6 http://blog.fuseyism.com/index.php/2012/10/19/security-icedtea-1-10-10-1-11-15-2-1-3-2-2-3-2-3-3-released/ - Completely turn off parallel build by default and remove parallel build hack for HotSpot. There were several reports that it fails to build under certain environment, ports/162991 for example. Users can still do parallel build by setting FORCE_MAKE_JOBS (and MAKE_JOBS_NUMBER if desired). - Implement os::available_memory(). Now it is consistent with "vm.vmtotal" sysctl(3) MIB rather than bogus (physical memory / 4). - Prefer sysconf(_SC_NPROCESSORS_CONF) over HW_NCPU sysctl MIB to get the number of installed processors. There is no functional difference except for CURRENT, which obtains the information from ELF aux vector. - Prefer sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE) over HW_USERMEM sysctl MIB to get size of physical memory. Although it looks more logical to find currently available memory, it has an inevitable side-effect, i. e., it changes dynamically depending on current wired page count. Therefore, it is unpredictable and not too useful some times. For example, launcher uses the parameter to determine initial heap size and machine class for i386. Now it is more consistent with other places (and Linux JDK/JREs, including the ones we have in ports tree). - Implement os::active_processor_count() using cpuset_getaffinity(2). For example, Runtime.getRuntime().availableProcessors() now returns number of available processors for the current process as it should. - Sync. launchers (java_md.c) for HotSpot and JDK as much as possible for maintainability. As a good side-effect, launcher for i386 can now determine machine class based on the current hardware configuration. Previously, client VM was always chosen by default. - Fix CounterGet(), which is only used for debugging launcher. - Add swap info for os::print_memory_info(). Obtained from: IcedTea project [1] Feature safe: yes
* Update to 7u9.jkim2012-10-203-8/+4
| | | | Feature safe: yes
* - Update to 7u9.jkim2012-10-203-20/+19
| | | | | | - Trim makefile header and convert to optionsNG. Feature safe: yes
* Update to 6u37.jkim2012-10-202-8/+3
| | | | Feature safe: yes
* Update to 6u37.jkim2012-10-202-11/+5
| | | | Feature safe: yes
* Fix pkg-plist for i386.jkim2012-10-121-0/+1
| | | | Feature safe: yes
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles werejkim2012-10-129-4/+356
| | | | | | | | bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters on clean 7.4-RELEASE installation, and the ports tree was checked out at r305682. Feature safe: yes
* - Explicitly set registervm as build dependency. When BOOTSTRAPJDKDIR isjkim2012-10-111-10/+11
| | | | | | | | manually set, this dependency may not be fulfilled. - Consistently use WRKSRC over WRKDIR where it makes sense. Although they are actually the same directory, there is no reason to confuse users. Feature safe: yes
* Update to build 26.jkim2012-10-104-7714/+809
|
* Recommend newly added openjdk6-jre.jkim2012-10-101-1/+1
|
* - Sanitize user, group and permission. Inspired by openjdk7.jkim2012-10-103-10/+73
| | | | - Add a slave port to create JRE-only package.
* Upgrade to version 1.0.14.olgeni2012-10-082-3/+3
|