Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 12:05:48 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138629: [Patch]graphics/py-opengl:change the dependence to PYNUMPY
Message-ID:  <200909081205.n88C5maY056969@www.freebsd.org>
Resent-Message-ID: <200909081210.n88CA31C073630@freefall.freebsd.org>

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

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



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