- Bump PORTREVISION
- While here perform a whitespace fix and move MAN* variables where
they belong.
Reported by: Bjoern Voigt <bjoernv@arcor.de> [1]
Feature safe: yes
/usr/local/lib/libbfd.a(bfd.o): In function `bfd_assert':
bfd.c:(.text+0x8fa): undefined reference to `libintl_dgettext'
Reported by: pointyhat
Feature safe: yes
- Remove DEPRECATED/EXPIRATION_DATE since port fetches now
- Convert to new options framework
- Remove indefinite article from COMMENT
- Trim Makefile header
- Trim pkg-descr to a reasonable size
PR: ports/172050
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
strings and then get a seekable filehandle once everything is
buffered. It uses PerlIO and/or temporary file to save the buffer
depending on the length of the size.
WWW: http://search.cpan.org/dist/Stream-Buffered/
Feature safe: yes
http://icedtea.classpath.org/hg/release/icedtea6-1.11/rev/d9564350faa6http://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
- be less verbose to be more friendly to running from cron
- I've been running this script for several years now,
not Kris
- Send me a copy of the output for debugging
Feature safe: yes
Qutim itself will be updated soon. Set expiration date to 2012-11-19.
PR: 172879
Submitted by: Ilya Bakulin <webmaster at kibab dot com> (maintainer)
Feature safe: yes