Created attachment 218367 [details] Patch expanding available Arrow options Hey Yuri, Thanks for getting things going with Arrow. Here's a patch expanding the Arrow port build options: COMPUTE JSON CSV FILESYSTEM PARQUET FLIGHT DATASET HDFS GANDIVA BUILD_UTILITIES I also have a py-arrow port but I still need to work out some wrinkles around the flavours. Best,
Created attachment 218368 [details] would this be a cleaner patch? Port diff generated a few extraneous things, would this be a better patch?
Created attachment 218379 [details] Include python option
Hi Matias, Thank you for the patch. Could you please fix these 2 items: 1. Sort pkg-plist according to file names. Add %%{OPTION}%% tags to the untagged plist file, not add option-based sections to the bottom of plist. When a new version would arrive, comparing plists would be easier. 2. USES=ssl isn't required when all new options are "off". Could you please move USES=ssl to options that need it? Thank you, Yuri
Created attachment 218407 [details] Latest full patch
There you go Yuri. 1.pkg-plist is sorted according to file name. Is that the way you wanted it? 2. USE_OPTION=ssl has been added to the relevant options and removed from the general scope 3. I've added two more options: build TESTS and S3 support Thanks for pointing me in the right direction, keep it coming! Best, Matías
(In reply to Matías Pizarro from comment #5) Yes, thank you, Matías. I will do some extra testing and commit within a few days. Best, Yuri
Created attachment 218930 [details] Update to Arrow v2.0.0 Hi Yuri, I have updated the port to handle Arrow v2.0.0 release. Can I help you with your tests in any way? Best, Matías