Bug 549689 - [patch] add support of FreeBSD platform
Summary: [patch] add support of FreeBSD platform
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Tycho (show other bugs)
Version: unspecified   Edit
Hardware: PC other
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mikhail Zhilin CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2019-07-31 11:09 EDT by Mikhail Zhilin CLA
Modified: 2021-04-28 16:52 EDT (History)
1 user (show)

See Also:


Attachments
Git diff file (81.39 KB, patch)
2019-07-31 11:09 EDT, Mikhail Zhilin CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Zhilin CLA 2019-07-31 11:09:40 EDT
Created attachment 279467 [details]
Git diff file

Hi,

Tycho doesn't support FreeBSD operating system as of now. For instance, built artifacts contains "unknown" in file name instead of "freebsd". Tycho is used by many Eclipse projects, so to allow build of Eclipse plugins on FreeBSD machines the appropriate support is required. Eclipse is unofficially available on FreeBSD since 2005 via ports: https://www.freshports.org/java/eclipse

Please review attached patch. I will appreciate your comments. 

Thanks!
Comment 1 Mickael Istria CLA 2019-07-31 11:15:54 EDT
This patch is interesting and is welcome.
Please submit it to Gerrit as documented in https://wiki.eclipse.org/Gerrit . Feel free to ask here for assistance with Gerrit if you're stuck.
Comment 2 Mikhail Zhilin CLA 2019-07-31 12:10:23 EDT
Thank you for quick reply, Mickael!

New Gerrit review request has been created:
https://git.eclipse.org/r/#/c/146871/
The documentation about Eclipse's Gerrit is really nice, so it was easy to do!

Best regards!
Comment 3 Mickael Istria CLA 2019-07-31 13:36:48 EDT
Thanks a lot.
Can you please add a note about it to https://wiki.eclipse.org/Tycho/Release_Notes/1.5 ?
Comment 4 Mickael Istria CLA 2019-08-01 12:37:55 EDT
Added https://wiki.eclipse.org/Tycho/Release_Notes/1.5#FreeBSD_support to N&N.