Sometimes application that we want to install from ports is not a version that we need
For whatever a reason is...
In my case it is about PHP.
I need latest 5.3.0-RC4 as I code in it.
I've downloaded sources for it, from php.net
What bugs me, is that there is no deinstall option.
Just make build, make install & make test
PS: For future reference how can I make "make" spit out all options I can issue to it?
My intention is to get rid of this installation, as soon as 5.3.0 comes into ports tree and then install it from there as usual.
I was thinking of using script(1) command to save installation output to file, so I can know, where are all files located, that needs to be removed.
But I will have to do that manually, which is kind of, unappealing solution.
Is there a better idea/solution?
For whatever a reason is...
In my case it is about PHP.
I need latest 5.3.0-RC4 as I code in it.
I've downloaded sources for it, from php.net
What bugs me, is that there is no deinstall option.
Just make build, make install & make test
PS: For future reference how can I make "make" spit out all options I can issue to it?
My intention is to get rid of this installation, as soon as 5.3.0 comes into ports tree and then install it from there as usual.
I was thinking of using script(1) command to save installation output to file, so I can know, where are all files located, that needs to be removed.
But I will have to do that manually, which is kind of, unappealing solution.
Is there a better idea/solution?