Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2001 10:33:02 -0700 (PDT)
From:      perky@python.or.kr
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27594: Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken
Message-ID:  <200105231733.f4NHX2u78813@freefall.freebsd.org>

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

>Number:         27594
>Category:       ports
>Synopsis:       Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 10:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chang, Hye-Shik
>Release:        FreeBSD 4.3
>Organization:
Yonsei University
>Environment:
FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001     root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO  i386
>Description:
math/numpy was renamed to math/py-numeric

>How-To-Repeat:

>Fix:
diff -ruN py-biopython.orig/Makefile py-biopython/Makefile
--- py-biopython.orig/Makefile	Mon Sep 11 23:56:36 2000
+++ py-biopython/Makefile	Sun May 20 21:17:42 2001
@@ -17,7 +17,7 @@
 USE_PYTHON=	yes
 
 BUILD_DEPENDS=	${PYDISTUTILS} \
-		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy
+		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
 
 do-build:
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
diff -ruN py-gnuplot.orig/Makefile py-gnuplot/Makefile
--- py-gnuplot.orig/Makefile	Wed Apr  4 05:00:30 2001
+++ py-gnuplot/Makefile	Thu May 24 02:21:48 2001
@@ -14,9 +14,9 @@
 
 MAINTAINER=	sobomax@FreeBSD.org
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
-		${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
+		${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
 
 USE_PYTHON=	yes
 SETUP_CMD=	cd ${WRKSRC}; ${PYTHON_CMD} setup.py
diff -ruN py-opengl.orig/Makefile py-opengl/Makefile
--- py-opengl.orig/Makefile	Wed Apr  4 04:56:44 2001
+++ py-opengl/Makefile	Thu May 24 02:29:44 2001
@@ -15,10 +15,10 @@
 
 MAINTAINER=	sobomax@FreeBSD.org
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
 		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
 		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 


>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?200105231733.f4NHX2u78813>