aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/jmf java/dbvis: reset maintainerEitan Adler2013-12-112-2/+2
| | | | | | | Reset maintainer of java/jmf and java/dbvis due to email bounce. Notes: svn path=/head/; revision=336144
* If /var/db/zoneinfo exists, use the file to determine timezone rather thanJung-uk Kim2013-12-113-12/+18
| | | | | | | | | iterating over all files under /usr/share/zoneinfo. All supported FreeBSD versions create the file with tzsetup(8). This change usually improves java.util.TimeZone performance because we only need to test just one file. Notes: svn path=/head/; revision=336136
* - s/subversion-java/java-subversion/Olli Hauer2013-12-081-1/+1
| | | | Notes: svn path=/head/; revision=335944
* - move java/subversion-java to java/java-subversion soOlli Hauer2013-12-083-2/+2
| | | | | | | | | PKGNAMESUFFIX can be used in the devel/subversion* ports Approved by: lev@ (implicit) Notes: svn path=/head/; revision=335939
* . Update to 7u45.Greg Lewis2013-12-085-148920/+43788
| | | | Notes: svn path=/head/; revision=335863
* . Update to the latest cacerts from the 7u45 JDK release.Greg Lewis2013-12-081-0/+0
| | | | Notes: svn path=/head/; revision=335862
* Add multiple security patches and improvements from IcedTea6.Jung-uk Kim2013-12-04105-3/+41264
| | | | | | | | | http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26 Obtained from: IcedTea Project Notes: svn path=/head/; revision=335646
* - 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. Notes: svn path=/head/; revision=335151
* 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 Notes: svn path=/head/; revision=335029
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-1/+1
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* Replace LATEST_LINK with PKGNAMESUFFIX.Jimmy Olgeni2013-11-161-1/+2
| | | | Notes: svn path=/head/; revision=334021
* - Support staging.Jung-uk Kim2013-11-121-13/+10
| | | | | | | | - Convert to use USES=webplugin:native. - Remove an article from comment. Notes: svn path=/head/; revision=333597
* 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 Notes: svn path=/head/; revision=333560
* Update to r333271.Jung-uk Kim2013-11-114-10/+16
| | | | Notes: svn path=/head/; revision=333530
* - 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). Notes: svn path=/head/; revision=333271
* . Update to 2013h.Greg Lewis2013-11-082-3/+3
| | | | Notes: svn path=/head/; revision=333250
* - 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] Notes: svn path=/head/; revision=332909
* 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