Re: packaging mod_python

2007-08-12 Thread Scot Hetzel
On 8/12/07, Alexey Rubtsov <[EMAIL PROTECTED]> wrote: > >> Decide: > >>Add PKGNAMESUFFX into Makefile of port like this for example: > >> > >> .if (${APACHE_PORT} == "www/apache22") > >> PKGNAMESUFFIX= -ap22 > >> .elif (${APACHE_PORT} == "www/apache20") > >> PKGNAMESUFFIX= -ap20 > >> .endif > >

Re: packaging mod_python

2007-08-12 Thread Alexey Rubtsov
On Thu, 09 Aug 2007 19:19:58 +0700, Scot Hetzel <[EMAIL PROTECTED]> wrote: On 8/9/07, Alexey Rubtsov <[EMAIL PROTECTED]> wrote: I try to install mod_pyhon3 from ports and was some saddened. The port was installed correctly but name for package is "mod_python". It makes the problem if i tr

Re: packaging mod_python

2007-08-09 Thread Scot Hetzel
On 8/9/07, Alexey Rubtsov <[EMAIL PROTECTED]> wrote: >I try to install mod_pyhon3 from ports and was some saddened. > The port was installed correctly but name for package is "mod_python". >It makes the problem if i try to create packages "mod_python" for > different apache versions(for exa

packaging mod_python

2007-08-09 Thread Alexey Rubtsov
Hello All. I try to install mod_pyhon3 from ports and was some saddened. The port was installed correctly but name for package is "mod_python". It makes the problem if i try to create packages "mod_python" for different apache versions(for example apache20 and apache22). This packages was cre