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

Philipp Ost pj at smo.de
Wed Jan 3 14:40:17 UTC 2007


>Number:         107470
>Category:       ports
>Synopsis:       [patch] Fix for fetch error of graphics/py-cairo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 14:40:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philipp Ost
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD herdubreid.intern.smo.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Tue Jan  2 20:58:40 CET 2007     pj at herdubreid.intern.smo.de:/usr/obj/usr/src/sys/HERDUBREIDKERNEL  i386

>Description:
The attached patch fixes a fetch error when trying to update/install graphics/py-cairo as the required package 'pycairo-1.2.6.tar.gz' is neither on the official server, nor on the FreeBSD ftp-servers.

>How-To-Repeat:
# portinstall py24-cairo
 
or
 
# portupgrade py24-cairo
>Fix:


Patch attached with submission follows:

--- 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}
 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list