<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/openjdk6/files/patch-test, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-08-26T17:26:44Z</updated>
<entry>
<title>MFH: r420883</title>
<updated>2016-08-26T17:26:44Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-08-26T17:26:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e0a91f4d98dfd420fe2400fda4d2f4321a517b59'/>
<id>urn:sha1:e0a91f4d98dfd420fe2400fda4d2f4321a517b59</id>
<content type='text'>
Update to b40.

Approved by:	ports-secteam (junovitch)
</content>
</entry>
<entry>
<title>Tidy up patches.  No functional change.</title>
<updated>2012-09-27T00:18:41Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-09-27T00:18:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bedc8d0abccbed8a58e47241efef331e11201cce'/>
<id>urn:sha1:bedc8d0abccbed8a58e47241efef331e11201cce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use fdescfs(5) and procfs(5) consistently.</title>
<updated>2012-09-26T23:24:44Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-09-26T23:24:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=160ffd18668aacfa0158401d7450b67d627c4d06'/>
<id>urn:sha1:160ffd18668aacfa0158401d7450b67d627c4d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a test case for default charset.</title>
<updated>2011-03-02T01:03:38Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2011-03-02T01:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3b3d5f992bc89053d6acd924b9e755828a9a9b8f'/>
<id>urn:sha1:3b3d5f992bc89053d6acd924b9e755828a9a9b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add experimental support for sound via ALSA pcm-oss plugin.  This feature</title>
<updated>2011-02-11T22:02:37Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2011-02-11T22:02:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=27acea6b212a7f390b45bda312907d026300ae55'/>
<id>urn:sha1:27acea6b212a7f390b45bda312907d026300ae55</id>
<content type='text'>
is disabled by default because MIDI plugin for OSS does not exist, i.e.,
(hardware) MIDI sequencer is not supported.  However, softsynth (Gervill)
works fine as it uses sampled sound.
</content>
</entry>
<entry>
<title>- Implement some missing FreeBSD-specific methods, i.e., swap info, committed</title>
<updated>2011-02-11T00:41:48Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2011-02-11T00:41:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ac447dee9988b6f7363c15dad9537d3216283f2'/>
<id>urn:sha1:6ac447dee9988b6f7363c15dad9537d3216283f2</id>
<content type='text'>
virtual memory, free physical memory, and number of open file descriptors.
For example, jconsole shows more realistic numbers instead of hardcoded bogus
numbers in VM Summary tab now.  Correct a jtreg test case for the swap info.
- Mention procfs(5) is used for some features in this implementation.
</content>
</entry>
<entry>
<title>- Update to b19 promoted build. [1]</title>
<updated>2010-05-17T23:19:46Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-05-17T23:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9ad145c15f6e4c13ec026b4602e6404f7af624cf'/>
<id>urn:sha1:9ad145c15f6e4c13ec026b4602e6404f7af624cf</id>
<content type='text'>
- Merge two additional patches from the OpenJDK BSD porting project:

http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d
http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f

- Add a message to note fdescfs(5) is necessary for this implementation.

PR:		ports/145806 [1]
Discussed with:	glewis, lev
</content>
</entry>
<entry>
<title>- Fix a bug in 'jar' utility</title>
<updated>2010-01-21T08:51:59Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2010-01-21T08:51:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fd0870acd9dacfa6738f3176aa4da6efec575850'/>
<id>urn:sha1:fd0870acd9dacfa6738f3176aa4da6efec575850</id>
<content type='text'>
- Add support for running regression tests
- Respect LOCALBASE
- Bump PORTREVISION

These are the test results on:

FreeBSD 6 i386:  passed: 3113; failed: 29; error: 2
FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2

Note: a couple of tests passed only after a few runs.

Submitted by:	ale
Approved by:	maintainer
</content>
</entry>
</feed>
