From owner-freebsd-ports@FreeBSD.ORG Thu Aug 9 05:58:35 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4662216A417; Thu, 9 Aug 2007 05:58:35 +0000 (UTC) (envelope-from arubtsov@swsoft.com) Received: from mail3.plesk.ru (gw-swsoft2.ll-nsk.zsttk.ru [82.200.65.190]) by mx1.freebsd.org (Postfix) with ESMTP id E8BEF13C442; Thu, 9 Aug 2007 05:58:34 +0000 (UTC) (envelope-from arubtsov@swsoft.com) Received: by mail3.plesk.ru (Postfix, from userid 426) id 6D6B21A9CDE; Thu, 9 Aug 2007 12:39:20 +0700 (NOVST) Received: from localhost (rubtsov.plesk.ru [192.168.62.206]) by mail3.plesk.ru (Postfix) with ESMTP id 33DE61A9CD3; Thu, 9 Aug 2007 12:39:20 +0700 (NOVST) Date: Thu, 09 Aug 2007 12:38:29 +0700 To: perky@freebsd.org From: "Alexey Rubtsov" Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.21 (FreeBSD) X-Mailman-Approved-At: Thu, 09 Aug 2007 11:32:50 +0000 Cc: girgen@freebsd.org Subject: packaging mod_python X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 05:58:35 -0000 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 created with the same name. So impossible to create local repository of packages with all package= s what i need. Decide: Add PKGNAMESUFFX into Makefile of port like this for example: .if (${APACHE_PORT} =3D=3D "www/apache22") PKGNAMESUFFIX=3D -ap22 .elif (${APACHE_PORT} =3D=3D "www/apache20") PKGNAMESUFFIX=3D -ap20 .endif This problem exists in mod_jk2 and mod_perl. Possibly somethere else... Best regards. P.S: Sorry to my badly English.. -- = Alexey Rubtsov Plesk(Unix) Developer SwSoft, Inc. E-mail: arubtsov@swsoft.com Phone: +7.923.232.8243 ICQ UIN: 929399162 Web Site: www.swsoft.com