Hello,
I have a situation where the port Makefile doesn't specify what version of JDK is necessary, so it seems to default to the oldest:
Doing preliminary research, I stumble onto discussions of the bsd.default-versions.mk file located at: /usr/local/poudriere/ports/default/Mk/bsd.default-versions.mk
It seems that the default version should be 8 which would allow the java packages to build, but it's defaulting to version 7. I feel like I'm missing something in either the FreeBSD docs or the Poudriere configuration, but for the life of me I can't find it.
Thanks in advance,
freebsdinator
I have a situation where the port Makefile doesn't specify what version of JDK is necessary, so it seems to default to the oldest:
Code:
Building java/openjdk7 | openjdk-7.261.02.1,1
Finished java/openjdk7 | openjdk-7.261.02.1,1: Ignored: is marked as broken on FreeBSD 13.0: does not link: duplicate symbol: fp_g_free
Skipping editors/openoffice-devel | apache-openoffice-devel-4.2.1633255994,4: Dependent port java/openjdk7 | openjdk-7.261.02.1,1 ignored
Doing preliminary research, I stumble onto discussions of the bsd.default-versions.mk file located at: /usr/local/poudriere/ports/default/Mk/bsd.default-versions.mk
Code:
JAVA_DEFAULT?= 8
It seems that the default version should be 8 which would allow the java packages to build, but it's defaulting to version 7. I feel like I'm missing something in either the FreeBSD docs or the Poudriere configuration, but for the life of me I can't find it.
Thanks in advance,
freebsdinator