ports/138629: [Patch]graphics/py-opengl:change the dependence to PYNUMPY

Wen Heping wenheping at gmail.com
Tue Sep 8 12:10:03 UTC 2009


>Number:         138629
>Category:       ports
>Synopsis:       [Patch]graphics/py-opengl:change the dependence to PYNUMPY
>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:   Tue Sep 08 12:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Thu Sep  3 16:55:45 HKT 2009     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
change the dependence to PYNUMPY from PYNUMERIC as official doc suggests.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-09-07 23:12:17.000000000 +0800
+++ Makefile	2009-09-07 23:12:51.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	opengl
 PORTVERSION=	3.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +16,9 @@
 MAINTAINER=	ahze at FreeBSD.org
 COMMENT=	An OpenGL (and related library) interface for Python
 
-BUILD_DEPENDS=	${PYNUMERIC} \
+BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
-RUN_DEPENDS=	${PYNUMERIC} \
+RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 
 OPTIONS=	TKINTER "Build with tkinter for X support" On


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



More information about the freebsd-ports-bugs mailing list