Solved PHP update via port question

Hello,

I need to add the ZipArchive php extension to my lang/php55-extensions installation.

My question is once, I did make config, do I have to do a make reinstall clean?

Or is there a way that I don't have to reinstall the whole application each time I make a change to it?

Thank you
 
To elaborate a bit, the lang/php55-extensions port is a so-called "meta-port". It doesn't build anything by itself, it simply depends on other ports. Enabling options just means certain ports/packages will get installed. If you know which modules you need you can install those separately, the port is there as a convenience.
 
Back
Top