svn commit: r349468 - in head/java: . openjdk8 openjdk8/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 29 16:56:20 UTC 2014


On Sat, Mar 29, 2014 at 4:05 PM, Sunpoet Po-Chuan Hsieh <sunpoet at freebsd.org
> wrote:

> On Sat, Mar 29, 2014 at 6:11 AM, Jung-uk Kim <jkim at freebsd.org> wrote:
>>
>> Added: head/java/openjdk8/Makefile
>>
>> ==============================================================================
>> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
>> +++ head/java/openjdk8/Makefile Fri Mar 28 22:11:29 2014        (r349468)
>> @@ -0,0 +1,211 @@
>> +# $FreeBSD$
>> +
>> +PORTNAME=      openjdk
>
>
> It may cause PORTNAME collision with java/openjdk7.
>
> Regards,
> sunpoet
>

I've noticed another typo as follows:

TZUPDATE_RUN_DEPENDS=  ${LOCALBASE}/share/java/zi:${
PORTSDIR}/java/java-zoneinfo:${PORTSDIR}/converters/libiconv

It added unnecessary RUN_DEPENDS (libiconv) on FreeBSD 10+ unconditionally.

Regards,
sunpoet


More information about the svn-ports-all mailing list