is there a way to use MacPorts to use a local source folder as source for builds?

2020-05-06 Thread Ken Cunningham
I would like to use MacPorts to work on several large projects hosted on github, that I clone locally and add incremental patches to. Think LLVM, qt4, qt5, etc, etc. During the MacPorts build, I would like MacPorts to use my local cloned folder of source as the source code for the build. For

can protgroup github ahndle git submodules?

2020-05-06 Thread macports
(still trying to make a port for hfsinspect) after solving the problem with source differences due to using the wrong commit now the build errors on missing files from git submodules.

Re: hfsinspect: src/crc32c/crc32c.c:29:13: error: instruction requires: Not 64-bit mode

2020-05-06 Thread macports
> On 2020-05-06, at 02:40, Ryan Schmidt wrote: > On May 5, 2020, at 14:02, macpo...@parvis.nl wrote: > >> man -c src/volumes/crc32/crc32.c >> mp -c src/crc32c/crc32c.c > >> obviously i have a problem understandig github. >> >> for the manual make i did git clone --recursive >> >> git