From owner-freebsd-ports@FreeBSD.ORG Wed Jan 3 13:48:22 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15F5816A415 for ; Wed, 3 Jan 2007 13:48:22 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out14.ilk.de [194.121.104.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1CA13C457 for ; Wed, 3 Jan 2007 13:48:21 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool31.ka.ilk.net [212.86.194.31]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id l03DZjY3024191 for ; Wed, 3 Jan 2007 14:35:45 +0100 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.4+Sun/8.13.4) with ESMTP id l03DYeZW014765 for ; Wed, 3 Jan 2007 14:34:43 +0100 (CET) Message-ID: <459BB0C2.6050506@smo.de> Date: Wed, 03 Jan 2007 14:33:54 +0100 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061022 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [patch] Fix for fetch-error of graphics/py-cairo 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: Wed, 03 Jan 2007 13:48:22 -0000 Hi list, I just tried updating py24-cairo (graphics/py-cairo) to the current version. The package pycairo-1.2.6.tar.gz is neither on the official server, nor on the FreeBSD ftp-servers. To fix that, I searched (and obviously found) a "new" source for that package. With the following patch, the port can be updated/installed again: --- Makefile.orig Wed Jan 3 13:41:42 2007 +++ Makefile Wed Jan 3 13:41:26 2007 @@ -9,7 +9,8 @@ PORTNAME= cairo PORTVERSION= 1.2.6 CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ +MASTER_SITES= http://cairographics.org/releases/ \ + http://zeqadious.homelinux.net/zenwalk/buildscripts/official/pycairo/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} Perhaps someone can commit the patch, so nobody has to reinvent the wheel twice ;) Regards, Philipp -- www.familie-ost.info/~pj