Hi Rafael -- On 8/27/2022 12:54 AM, Rafael Sadowski wrote: > Krita 5.1 depends on 1.3, so here is an update diff to bring quazip-qt5 > to the latest stable version. The test passed and all consumers updated > (see ports@) and tested. > > Port changes: > > - Remove uncomment likes in Makefile. "make test" works quite well. > - Patch out the hardcoded version in the include path. For example: > Instead of include/QuaZip-Qt5-1.3/quazip/ we use include/QuaZip-Qt5/quazip/. > This safe use from updating ports that don't use the CMake module. > > > OK? >
One quick nit: I think the COMPILER line can go: the qt5 module already sets COMPILER and quazip uses -std=gnu++14, so there's no way base-gcc can compile it. Other than that, ok. ~Brian
