notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/openjdk6-jre/Makefile

Number of commits found: 33

Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Saturday, 24 Jan 2015
00:02 jkim search for other commits by this committer
Update to b34.
Original commitRevision:377775 
Thursday, 17 Jul 2014
04:03 jkim search for other commits by this committer
- Update to b32.
- Update TimeZoneNames to tzdata2014b.
- Enlist openjdk6 users as testers of ant 1.9.4.
Original commitRevision:362118 
Friday, 27 Jun 2014
18:41 jkim search for other commits by this committer
Implement current and signal methods for sun.nio.ch.NativeThread.  Note this
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>
Original commitRevision:359595 
Wednesday, 21 May 2014
19:57 jkim search for other commits by this committer
Fix printing services.  When CUPS is used, ${LOCALBASE}/bin/lpr must be used
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
Original commitRevision:354759 
Thursday, 17 Apr 2014
18:24 jkim search for other commits by this committer
Fix couple of mis-merges.
Original commitRevision:351489 
Wednesday, 16 Apr 2014
01:43 jkim search for other commits by this committer
Update to b31.
Original commitRevision:351372 
Wednesday, 12 Mar 2014
20:56 jkim search for other commits by this committer
Add an upstream patch to fix yet another fallout from HotSpot 23 merge.

https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
Original commitRevision:348006 
Tuesday, 11 Mar 2014
17:18 jkim search for other commits by this committer
Fix missing symbols after re-appearance of converters/libiconv on 10+.  This
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.
Original commitRevision:347893 
Monday, 3 Mar 2014
23:45 jkim search for other commits by this committer
- Sync. extremely outdated sun.util.resources.TimeZoneNames to the latest
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.
Original commitRevision:346976 
Thursday, 23 Jan 2014
23:34 jkim search for other commits by this committer
- Update to b30.
- Implement sigset(2) for libjsig.  All supported FreeBSD releases have it.
- Turn UseMembar back on by default until we find better solution.
Original commitRevision:340870 
Saturday, 4 Jan 2014
14:33 mat search for other commits by this committer
Revert lang/openjdk6 to b28.

With hat:	portmgr-lurker
Original commitRevision:338646 
Tuesday, 24 Dec 2013
23:11 jkim search for other commits by this committer
- Update to b29.
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time.
Original commitRevision:337396 
Wednesday, 11 Dec 2013
01:18 jkim search for other commits by this committer
If /var/db/zoneinfo exists, use the file to determine timezone rather than
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.
Original commitRevision:336136 
Wednesday, 4 Dec 2013
23:20 jkim search for other commits by this committer
Add multiple security patches and improvements from IcedTea6.

http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26

Obtained from:	IcedTea Project
Original commitRevision:335646 
Saturday, 9 Nov 2013
00:11 jkim search for other commits by this committer
- Add throw() to all user-defined operator new()s within HotSpot because
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).
Original commitRevision:333271 
Tuesday, 5 Nov 2013
21:16 jkim search for other commits by this committer
- Do not crash when unsupported options are specified. [1]
- Micro-optimize and tidy up some patches.

PR:		java/183656 [1]
Original commitRevision:332909 
Friday, 25 Oct 2013
22:53 jkim search for other commits by this committer
- Turn off UseMembar by default.  This workaround is not necessary any more.
- Add few minor patches related to thread ID that were mis-merged.
- Add couple of minor HotSpot patches from upstream while I am here.
Original commitRevision:331642 
Saturday, 12 Oct 2013
00:31 jkim search for other commits by this committer
- Do not allow selecting both DEBUG and FASTDEBUG options. [1]
- 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]
Original commitRevision:330107 
Thursday, 10 Oct 2013
21:59 jkim search for other commits by this committer
- Fix few mis-merges against HotSpot 23 and tie up some loose ends.
- Fix build with libiconv.  This problem was introduced in r330018.
- Update CA list to Oracle Java 7u40.  An expired CA was removed.
Original commitRevision:330035 
Wednesday, 9 Oct 2013
20:36 jkim search for other commits by this committer
Update to Build b28.
Original commitRevision:329926 
Tuesday, 8 Oct 2013
00:03 jkim search for other commits by this committer
- Support staging.
- 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.
Original commitRevision:329749 
Friday, 20 Sep 2013
19:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Original commitRevision:327738 
Friday, 6 Sep 2013
02:06 jkim search for other commits by this committer
Fix build with libc++.
Original commitRevision:326457 
Friday, 26 Jul 2013
05:27 jkim search for other commits by this committer
Bump revision for openjdk6-jre to catch up with the master port change.
Original commitRevision:323679 
Monday, 22 Jul 2013
21:59 jkim search for other commits by this committer
- Add couple of upstreamed IcedTea6 patches for consistency.
- Disable test_gamma by default.
Original commitRevision:323500 
Tuesday, 16 Jul 2013
21:12 jkim search for other commits by this committer
Fix openjdk6-jre build.
Original commitRevision:323127 
Thursday, 25 Apr 2013
20:10 jkim search for other commits by this committer
Chase java/openjdk6 update.
Original commitRevision:316530 
Wednesday, 6 Mar 2013
00:50 jkim search for other commits by this committer
Add multiple security patches from IcedTea6 1.12.3.

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
Original commitRevision:313491 
Monday, 11 Feb 2013
23:45 jkim search for other commits by this committer
Add a patch to fix MulticastSocket.setInterface().

http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db

Submitted by:	oliver
Original commitRevision:312083 
Tuesday, 23 Oct 2012
17:40 jkim search for other commits by this committer
Bump PORTREVISION for the new cacerts.

Feature safe:	yes
Original commitRevision:306320 
Friday, 19 Oct 2012
22:43 jkim search for other commits by this committer
- Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]

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
Original commitRevision:306138 
Tuesday, 9 Oct 2012
17:47 jkim search for other commits by this committer
- Sanitize user, group and permission.  Inspired by openjdk7.
- Add a slave port to create JRE-only package.
Original commitRevision:305596 

Number of commits found: 33