summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Return almost all of my ports back to the pool. I have no time to make anyMarcelo Araujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* Most unkindly the java/java-getopt port changed the nameMikhail Teterin2013-11-271-1/+1
| | | | | | | | | of the JAR it was installing from getopt.jar to java-getopt.jar This broke jode and, possibly, some other ports depending on getopt.jar. Submitted by: pkg-fallout
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-1/+1
| | | | - While at it convert to gmake.mk ports that still USE_GMAKE.
* Replace LATEST_LINK with PKGNAMESUFFIX.Jimmy Olgeni2013-11-161-1/+2
|
* - Support staging.Jung-uk Kim2013-11-121-13/+10
| | | | | - Convert to use USES=webplugin:native. - Remove an article from comment.
* Change DESTDIRNAME into a ant compatible argument when a port is stagedBaptiste Daroussin2013-11-121-3/+0
| | | | | | | While here remove previous workarounds. Submitted by: ale Discussed with: jkim, glewis
* Update to r333271.Jung-uk Kim2013-11-114-10/+16
|
* - Add throw() to all user-defined operator new()s within HotSpot becauseJung-uk Kim2013-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.Greg Lewis2013-11-082-3/+3
|
* - Do not crash when unsupported options are specified. [1]Jung-uk Kim2013-11-053-63/+83
| | | | | | - Micro-optimize and tidy up some patches. PR: java/183656 [1]
* Fix build with clang and stagify.Alex Dupre2013-10-302-6/+17
| | | | Approved by: maintainer
* - 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>
* . 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@
* Update to 1.0.14 release and much more.Alex Dupre2013-10-293-16/+25
|
* 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)
* - 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.
* . Update to 7u45.Greg Lewis2013-10-242-3/+3
|
* . Update to 7u45.Greg Lewis2013-10-243-3/+4
|
* . Update to 7u45.Greg Lewis2013-10-243-5/+9
|
* Allow overriding linker flags for standard C++ libraries and zlib.Jung-uk Kim2013-10-222-9/+18
|
* - 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)
* - 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.
* - Avoid PKGNAME collision.Eitan Adler2013-10-211-1/+2
| | | | - Fix COMMENT
* Fix pkgname collisionBaptiste Daroussin2013-10-182-4/+4
|
* Allow adding extra patches from slave ports.Jung-uk Kim2013-10-161-1/+1
|
* Clean up some COMMENTsEitan Adler2013-10-151-1/+1
|
* Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x.Jung-uk Kim2013-10-151-0/+3
|
* 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)
* Build with Apache Ant 1.9.2.Jung-uk Kim2013-10-142-3/+3
|
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.Jung-uk Kim2013-10-141-1/+1
|
* Fix package name collisionBaptiste Daroussin2013-10-141-2/+1
|
* Update to r330107 (OpenJDK6 b28).Jung-uk Kim2013-10-133-6/+6
|
* . Update to 2013g.Greg Lewis2013-10-122-3/+3
|
* - 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]
* - 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.
* Update to 1.4.1.Jung-uk Kim2013-10-105-58/+3
|
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
| | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
|
* Update to Build b28.Jung-uk Kim2013-10-09167-168839/+277
|
* Fix test option.Jung-uk Kim2013-10-081-2/+3
|
* Use echo correctly.Jung-uk Kim2013-10-081-14/+14
|
* Remove few lines added for testing at the last minute. This fixes plist.Jung-uk Kim2013-10-081-3/+0
|
* - 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.
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | With hat: portmgr
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | With hat: portmgr
* - Support stagingLars Engels2013-10-062-75/+78
| | | | - Break lines after 80 chars
* Removed older version of netbeans, they are unsupported upstream and their ↵Baptiste Daroussin2013-10-0216-265/+0
| | | | package name conflicts with java/netbeans
* Remove jboss2, it is EOLed upstream and it's name is conflicting with ↵Baptiste Daroussin2013-10-029-2112/+0
| | | | java/jboss5
* . Update to 2013f.Greg Lewis2013-09-283-18/+3
|
* Update to 4.10 release.Alex Dupre2013-09-272-3/+3
|