Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jan 2007 14:33:54 +0100
From:      Philipp Ost <pj@smo.de>
To:        freebsd-ports@freebsd.org
Subject:   [patch] Fix for fetch-error of graphics/py-cairo
Message-ID:  <459BB0C2.6050506@smo.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?459BB0C2.6050506>