I've been trying to find the answer for the question and haven't found it, but then again maybe I haven't been looking in the right places.
What I'm looking to do is install mod_perl2 with apache22 and mysql51. I know that mysql isn't a prerequisite for mod_perl2, but it is for rt38, which is my ultimate goal.
I was wondering if there was a way to only have the ports install apache22 and mysql51 rather than apache20 and mysql50. mod_perl2 wants apache20, but from past experience with linux it works just fine with apache22. I know I can change the Makefile in the ports directory, but that only fixes the apache22 problem. When apache22 goes to install it looks for mysql50 and not mysql51. I figure I can fix the apache22 Makefile too, but when I do a portsnap update then it reverts to the previous settings. Thereby, eliminating what I tried to fix in the past.
Anyway, I was wondering if there was a make.conf setting that I can put in there to force the installation apache22 and/or mysql51 when I'm installing a port that wants apache20 or mysql50?
Thank you in advance!
What I'm looking to do is install mod_perl2 with apache22 and mysql51. I know that mysql isn't a prerequisite for mod_perl2, but it is for rt38, which is my ultimate goal.
I was wondering if there was a way to only have the ports install apache22 and mysql51 rather than apache20 and mysql50. mod_perl2 wants apache20, but from past experience with linux it works just fine with apache22. I know I can change the Makefile in the ports directory, but that only fixes the apache22 problem. When apache22 goes to install it looks for mysql50 and not mysql51. I figure I can fix the apache22 Makefile too, but when I do a portsnap update then it reverts to the previous settings. Thereby, eliminating what I tried to fix in the past.
Anyway, I was wondering if there was a make.conf setting that I can put in there to force the installation apache22 and/or mysql51 when I'm installing a port that wants apache20 or mysql50?
Thank you in advance!