Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 01:21:58 -0400 (EDT)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jkoshy@FreeBSD.org
Subject:   ports/36866: print/py-fonttools: unbreak by removing explicit python2.1 dependency
Message-ID:  <200204080521.g385LwG15079@wwweasel.geeksrus.net>

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

>Number:         36866
>Category:       ports
>Synopsis:       print/py-fonttools: unbreak by removing explicit python2.1 dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 22:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 00:59:22 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

1. py-fonttools has PYTHON_VERSION=python2.1.
2. py-fonttools depends on py-numeric. 
3. py-numeric builds for current python (2.2). 

The dependency on py-numeric cannot be satisified (without forcing a python 2.1 version of py-numeric), so py-fonttools won't build.

>How-To-Repeat:

>Fix:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Index: print/py-fonttools/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/py-fonttools/Makefile,v
retrieving revision 1.1
diff -u -3 -r1.1 Makefile
--- print/py-fonttools/Makefile	2 Jan 2002 12:08:39 -0000	1.1
+++ print/py-fonttools/Makefile	8 Apr 2002 05:14:10 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	fonttools
 PORTVERSION=	1.0b1
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fonttools
@@ -24,7 +25,6 @@
 WRKSRC=		${WRKDIR}/fonttools
 
 USE_PYTHON=	yes
-PYTHON_VERSION=	python2.1
 
 DOCDIR=		${PREFIX}/share/doc/py-fonttools
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
 



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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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