[PATCH] macosx build fix
Alex Kashchenko
mail at alexkasko.com
Thu Aug 27 16:19:42 UTC 2015
Hi Andrew,
On 08/27/2015 04:49 PM, Andrew Hughes wrote:
>
>
> ----- Original Message -----
>> Hi Andrew,
>>
>> On 08/26/2015 03:56 PM, Andrew Hughes wrote:
>>> ----- Original Message -----
>>>> Hi,
>>>>
>>>> jdk7 build is currently broken on Mac, this patch fixes it:
>>>>
>>>> diff -r 334ea703b2f0 make/sun/lwawt/FILES_export_macosx.gmk
>>>> --- a/make/sun/lwawt/FILES_export_macosx.gmk Sat Aug 22 01:24:45 2015
>>>> +0100
>>>> +++ b/make/sun/lwawt/FILES_export_macosx.gmk Mon Aug 24 18:53:41 2015
>>>> +0300
>>>> @@ -156,7 +156,7 @@
>>>> sun/lwawt/macosx/LWCToolkit.java \
>>>> sun/lwawt/macosx/CInputMethod.java \
>>>> sun/lwawt/macosx/CInputMethodDescriptor.java \
>>>> - sun/lwawt/macosx/event/NSEvent.java \
>>>> + sun/lwawt/macosx/NSEvent.java \
>>>> \
>>>> sun/awt/DebugSettings.java \
>>>> sun/awt/EmbeddedFrame.java \
>>>>
>>>> Please let me know if JBS issue or any other follow-up is required from
>>>> me.
>>>>
>>>> --
>>>> -Alex
>>>>
>>>
>>> This needs an OpenJDK bug ID, then you're ok to push it to the 7u tree.
>>> List me as the reviewer.
>>
>> I created JDK-8134610 (copying metadata from JDK-8133990 that is
>> similar). I am not an author on jdk7u project (will need at least two
>> sponsored jdk7u contributions to become one) so I cannot export a
>> changeset. Thanks.
>
> aph can make you an author; see http://openjdk.java.net/bylaws#project-lead
I need at least two sponsored jdk7u contributions to apply for an Author
status, currently have zero.
> You can't push a changeset right now, but I see no reason you can't create the
> changeset and post a webrev, so one of us can commit it on your behalf.
I cannot create a mercurial changeset under my name, sponsor needs to
create a changeset under his name and place contributor name under
"Contributed-by:".
Uploaded webrev - http://cr.openjdk.java.net/~akasko/jdk7u/macfix/webrev/
Thanks.
--
-Alex
More information about the jdk7u-dev
mailing list