aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clang and stagify.Alex Dupre2013-10-302-6/+17
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=332090
* - Update to 7.4Pietro Cerutti2013-10-305-924/+662
| | | | | | | | | Release notes: https://netbeans.org/community/releases/74/relnotes.html Submitted by: Federico Bernoldi <federico@bernoldi.com.ar> Notes: svn path=/head/; revision=332088
* . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD butGreg Lewis2013-10-302-1/+14
| | | | | | | | | | to instead create an instance of BsdAsynchronousChannelProvider(). PR: 183389 Submitted by: girgen@ Notes: svn path=/head/; revision=332063
* Update to 1.0.14 release and much more.Alex Dupre2013-10-293-16/+25
| | | | Notes: svn path=/head/; revision=331935
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) Notes: svn path=/head/; revision=331644
* - Turn off UseMembar by default. This workaround is not necessary any more.Jung-uk Kim2013-10-253-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. Notes: svn path=/head/; revision=331642
* . Update to 7u45.Greg Lewis2013-10-242-3/+3
| | | | Notes: svn path=/head/; revision=331463
* . Update to 7u45.Greg Lewis2013-10-243-3/+4
| | | | Notes: svn path=/head/; revision=331461
* . Update to 7u45.Greg Lewis2013-10-243-5/+9
| | | | Notes: svn path=/head/; revision=331460
* Allow overriding linker flags for standard C++ libraries and zlib.Jung-uk Kim2013-10-222-9/+18
| | | | Notes: svn path=/head/; revision=331315
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Update to r330538.Jung-uk Kim2013-10-215-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. Notes: svn path=/head/; revision=331195
* - Avoid PKGNAME collision.Eitan Adler2013-10-211-1/+2
| | | | | | | - Fix COMMENT Notes: svn path=/head/; revision=331168
* Fix pkgname collisionBaptiste Daroussin2013-10-182-4/+4
| | | | Notes: svn path=/head/; revision=330750
* Allow adding extra patches from slave ports.Jung-uk Kim2013-10-161-1/+1
| | | | Notes: svn path=/head/; revision=330538
* Clean up some COMMENTsEitan Adler2013-10-151-1/+1
| | | | Notes: svn path=/head/; revision=330460
* Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x.Jung-uk Kim2013-10-151-0/+3
| | | | Notes: svn path=/head/; revision=330422
* Fix build on old releases where nitems() macro is not defined.Jung-uk Kim2013-10-151-2/+2
| | | | | | | Reported by: Scott Ballantyne (sdb at ssr dot com) Notes: svn path=/head/; revision=330421
* Build with Apache Ant 1.9.2.Jung-uk Kim2013-10-142-3/+3
| | | | Notes: svn path=/head/; revision=330343
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.Jung-uk Kim2013-10-141-1/+1
| | | | Notes: svn path=/head/; revision=330338
* Fix package name collisionBaptiste Daroussin2013-10-141-2/+1
| | | | Notes: svn path=/head/; revision=330275
* Update to r330107 (OpenJDK6 b28).Jung-uk Kim2013-10-133-6/+6
| | | | Notes: svn path=/head/; revision=330214
* . Update to 2013g.Greg Lewis2013-10-122-3/+3
| | | | Notes: svn path=/head/; revision=330185
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]Jung-uk Kim2013-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] Notes: svn path=/head/; revision=330107
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.Jung-uk Kim2013-10-106-71/+133
| | | | | | | | - Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed. Notes: svn path=/head/; revision=330035
* Update to 1.4.1.Jung-uk Kim2013-10-105-58/+3
| | | | Notes: svn path=/head/; revision=330019
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
| | | | | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar Notes: svn path=/head/; revision=330018
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
| | | | Notes: svn path=/head/; revision=329933
* Update to Build b28.Jung-uk Kim2013-10-09167-168839/+277
| | | | Notes: svn path=/head/; revision=329926
* Fix test option.Jung-uk Kim2013-10-081-2/+3
| | | | Notes: svn path=/head/; revision=329761
* Use echo correctly.Jung-uk Kim2013-10-081-14/+14
| | | | Notes: svn path=/head/; revision=329757
* Remove few lines added for testing at the last minute. This fixes plist.Jung-uk Kim2013-10-081-3/+0
| | | | Notes: svn path=/head/; revision=329756
* - Support staging.Jung-uk Kim2013-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. Notes: svn path=/head/; revision=329749
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329691
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329690
* - Support stagingLars Engels2013-10-062-75/+78
| | | | | | | - Break lines after 80 chars Notes: svn path=/head/; revision=329544
* Removed older version of netbeans, they are unsupported upstream and their ↵Baptiste Daroussin2013-10-0216-265/+0
| | | | | | | package name conflicts with java/netbeans Notes: svn path=/head/; revision=329111
* Remove jboss2, it is EOLed upstream and it's name is conflicting with ↵Baptiste Daroussin2013-10-029-2112/+0
| | | | | | | java/jboss5 Notes: svn path=/head/; revision=329094
* . Update to 2013f.Greg Lewis2013-09-283-18/+3
| | | | Notes: svn path=/head/; revision=328550
* Update to 4.10 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328477
* Tidy up staging support.Jung-uk Kim2013-09-261-5/+1
| | | | Notes: svn path=/head/; revision=328328
* Add support for staging.Jung-uk Kim2013-09-251-2/+1
| | | | Notes: svn path=/head/; revision=328327
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-222-0/+9
| | | | | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com> Notes: svn path=/head/; revision=327845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20143-161/+178
| | | | | | | java) Notes: svn path=/head/; revision=327738
* . Update to 7u40.Greg Lewis2013-09-192-3/+3
| | | | Notes: svn path=/head/; revision=327594
* . Update to 7u40.Greg Lewis2013-09-193-9/+9
| | | | Notes: svn path=/head/; revision=327592
* . Update to 7u40.Greg Lewis2013-09-193-12/+420
| | | | Notes: svn path=/head/; revision=327591
* - Add missing iconv USESGuido Falsi2013-09-151-1/+1
| | | | | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327353
* - convert to the new perl5 frameworkAndrej Zverev2013-09-152-5/+4
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* The format for bind.address has changed, so document and alert users.Chris Rees2013-09-083-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) Notes: svn path=/head/; revision=326770