[patch] Fix for fetch-error of graphics/py-cairo

Philipp Ost pj at smo.de
Wed Jan 3 05:48:22 PST 2007


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


More information about the freebsd-ports mailing list