Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 15:49:21 +0900
From:      "R. Lahaye" <lahaye@users.sourceforge.net>
To:        Maxim Sobolev <sobomax@freebsd.org>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port: scigraphica-0.7.0
Message-ID:  <3B53DFF1.F6F775D5@users.sourceforge.net>
References:  <3B531569.2CD5F82B@users.sourceforge.net> <3B53D914.F11E911A@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote:
> 
> "R. Lahaye" wrote:
> 
> > Hi,
> >
> > Are you still maintaining the scigraphica ports for FreeBSD?
> >
> > After consulting the scigraphica developers mailing list, it seems that
> > rejecting python version 2.1 in the /usr/ports/Mk/bsd.python.mk script is
> > not necessary. 
> 
> I've this fixed problem with scigraphica in rev 1.17 of ports/math/scigraphica/Makefile. Please let me know if there
> any other problems with it.

I found two different sites with updates:
1) http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/math/scigraphica/Makefile

   [...]
   .include <bsd.port.pre.mk>

   .if ${PYTHON_VERSION} == "python2.0" || ${PYTHON_VERSION} == "python2.1"
   PYNUMERIC=      ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric
   .else
   PYNUMERIC=      ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric17
   .endif

2) ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports/math/scigraphica/Makefile

   [...]
   include <bsd.port.pre.mk>

   .if ${PYTHON_VERSION} == "python2.1"
   PYNUMERIC=      ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric
   .else
   PYNUMERIC=      ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric17
   .endif
   

From where exactly should I grab your latest update?
(Sorry I'm fairly new to all this FreeBSD stuff!).

Thanks for the quick response!

Rob.

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?3B53DFF1.F6F775D5>