| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=462201
|
|
|
|
|
|
|
|
| |
Note PORTREVISION is not bumped because it only affects a kernel without
"options COMPAT_FREEBSD11".
Notes:
svn path=/head/; revision=449381
|
|
|
|
| |
Notes:
svn path=/head/; revision=431831
|
|
|
|
|
|
|
| |
MFH: 2016Q3
Notes:
svn path=/head/; revision=420883
|
|
|
|
|
|
|
| |
MFH: 2016Q2
Notes:
svn path=/head/; revision=414705
|
|
|
|
|
|
|
|
|
| |
- Fix default core file location in crash report.
MFH: 2015Q3
Notes:
svn path=/head/; revision=393281
|
|
|
|
|
|
|
| |
MFH: 2015Q3
Notes:
svn path=/head/; revision=391178
|
|
|
|
|
|
|
| |
- Optimize fontconfig.properties.
Notes:
svn path=/head/; revision=390990
|
|
|
|
|
|
|
|
|
|
| |
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517
Obtained from: OpenJDK project [1]
MFH: 2015Q2
Notes:
svn path=/head/; revision=386893
|
|
|
|
| |
Notes:
svn path=/head/; revision=377775
|
|
|
|
|
|
|
|
|
|
|
|
| |
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=371117
|
|
|
|
|
|
|
| |
- Update TimeZoneNames to tzdata2014g.
Notes:
svn path=/head/; revision=371027
|
|
|
|
|
|
|
|
| |
- Update TimeZoneNames to tzdata2014b.
- Enlist openjdk6 users as testers of ant 1.9.4.
Notes:
svn path=/head/; revision=362118
|
|
|
|
|
|
|
|
|
|
|
| |
fixes a test case in the following Apache Solr bug report.
https://issues.apache.org/jira/browse/SOLR-6204
Reported by: Dawid Weiss <dawid.weiss@gmail.com>
Notes:
svn path=/head/; revision=359595
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base
must be used. Also, status command for lpc(8) requires a printer name. If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status {all | printer ...}". Unfortunately,
"usage" is interpreted as a printer name because ":" is included. Add "all"
and adjust an expression for grep(1).
PR: ports/178856
Notes:
svn path=/head/; revision=354759
|
|
|
|
| |
Notes:
svn path=/head/; revision=351490
|
|
|
|
| |
Notes:
svn path=/head/; revision=351489
|
|
|
|
| |
Notes:
svn path=/head/; revision=351372
|
|
|
|
|
|
|
|
| |
https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
Notes:
svn path=/head/; revision=348006
|
|
|
|
|
|
|
|
|
| |
actually fixes java/icedtea-web because libsplashscreen.so was looking for
libiconv_open() and libiconv_close() from libiconv instead of iconv_open()
and iconv_close() from libc. Tidy up compiler/linker flags while I am here.
Notes:
svn path=/head/; revision=347893
|
|
|
|
|
|
|
|
|
| |
tzdata 2013i from the upstream. Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
Notes:
svn path=/head/; revision=346976
|
|
|
|
|
|
|
|
| |
- Implement sigset(2) for libjsig. All supported FreeBSD releases have it.
- Turn UseMembar back on by default until we find better solution.
Notes:
svn path=/head/; revision=340870
|
|
|
|
|
|
|
| |
With hat: portmgr-lurker
Notes:
svn path=/head/; revision=338646
|
|
|
|
|
|
|
|
|
|
| |
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time.
Notes:
svn path=/head/; revision=337396
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Micro-optimize and tidy up some patches.
PR: java/183656 [1]
Notes:
svn path=/head/; revision=332909
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=331315
|
|
|
|
|
|
|
| |
Reported by: Scott Ballantyne (sdb at ssr dot com)
Notes:
svn path=/head/; revision=330421
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=329933
|
|
|
|
| |
Notes:
svn path=/head/; revision=329926
|
|
|
|
| |
Notes:
svn path=/head/; revision=326457
|
|
|
|
|
|
|
| |
- Disable test_gamma by default.
Notes:
svn path=/head/; revision=323500
|
|
|
|
| |
Notes:
svn path=/head/; revision=318210
|
|
|
|
|
|
|
|
|
| |
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html
Obtained from: IcedTea Project
Notes:
svn path=/head/; revision=316529
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=313491
|
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db
Submitted by: oliver
Notes:
svn path=/head/; revision=312083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=306138
|
|
|
|
| |
Notes:
svn path=/head/; revision=305604
|
|
|
|
| |
Notes:
svn path=/head/; revision=304940
|
|
|
|
| |
Notes:
svn path=/head/; revision=304938
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with GCC 4.5+ on i386. [2]
- Convert to the new header format.
Submitted by: Claude Buisson (clbuisson at orange dot fr) [1]
Obtained from: OpenJDK7 [2]
http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/da880ba4edf9
Notes:
svn path=/head/; revision=304470
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang.
PR: ports/151042 [1]
Notes:
svn path=/head/; revision=304460
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289064
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=277567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/441f88d39988/src/solaris/native/java/net/net_util_md.c
Note it has no functional change for FreeBSD because sizeof(socklen_t) is
luckily sizeof(int). Actually, this commit is just to note that the regression
was acidentally pulled in from upstream because of my ignorance. Specifically,
the following commit was the culprit:
http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/b7fce4bac617/src/solaris/native/java/net/net_util_md.c
FYI, it also triggered the following upstream PR:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6730740
Obtained from: OpenJDK project
Pointyhat: jkim
Notes:
svn path=/head/; revision=271167
|
|
|
|
|
|
|
| |
On amd64 every call to getsocktopt returns a "Bad address" SocketException.
Notes:
svn path=/head/; revision=271074
|