From owner-freebsd-ports Mon Jul 16 23:48:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hp06.postech.ac.kr (smtp.postech.ac.kr [141.223.2.1]) by hub.freebsd.org (Postfix) with ESMTP id C813637B403; Mon, 16 Jul 2001 23:48:11 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by hp06.postech.ac.kr (8.9.3/8.9.3) with ESMTP id PAA12806; Tue, 17 Jul 2001 15:48:56 +0900 (JST) Message-ID: <3B53DFF1.F6F775D5@users.sourceforge.net> Date: Tue, 17 Jul 2001 15:49:21 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: ports@freebsd.org Subject: Re: FreeBSD Port: scigraphica-0.7.0 References: <3B531569.2CD5F82B@users.sourceforge.net> <3B53D914.F11E911A@FreeBSD.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 .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 .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