Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 14:32:53 GMT
From:      Philipp Ost<pj@smo.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107470: [patch] Fix for fetch error of graphics/py-cairo
Message-ID:  <200701031432.l03EWrF4056632@www.freebsd.org>
Resent-Message-ID: <200701031440.l03EeGjD076176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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