On Mon, 2016-12-12 at 09:59 +0000, Edd Barrett wrote: > Hi Kurt, > > On Sun, Dec 11, 2016 at 10:49:20AM -0500, Kurt Miller wrote: > > Here is an update of 1.8 to u112. > > Thanks for this. > > Builds fine, and I managed to run hello world just fine. More testing to > come...
Thanks for testing. > > In the meantime, there's a couple of warnings at package time: > > ---8<--- > ===> Building package for jdk-1.8.0.112v0 > Create /usr/ports/packages/amd64/all/jdk-1.8.0.112v0.tgz > warning: file `man1/jcmd.1', around line 122: > table wider than line width > --->8--- I've never messed with formatting man pages, so I'll agree with sthen@. :-) > And then: > > ---8<--- > Found package with matching name, but with different pkgpath: jdk-1.7.0.80p2v0 > --->8--- I think this message is harmless and due to how we allow jdk/1.7 to be installed at the same time as jdk/1.8 intentionally. > The former may be fixable without too much effort, the latter surprises > me since the jdk7 and 8 ports are under different paths in the tree... > > Thanks >