From owner-freebsd-ports Tue Jul 17 3: 4: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 39BB437B409 for ; Tue, 17 Jul 2001 03:03:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.4/8.11.4) with ESMTP id f6HA5Eb19432; Tue, 17 Jul 2001 13:05:14 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (das0-l104.uic-in.net [212.35.189.231]) by mail.uic-in.net (8.11.4/8.11.4) with ESMTP id f6HA3Z212032; Tue, 17 Jul 2001 13:03:36 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f6H9tMD56674; Tue, 17 Jul 2001 12:55:22 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B540B98.DCE215A9@FreeBSD.org> Date: Tue, 17 Jul 2001 12:55:36 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "R. Lahaye" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: scigraphica-0.7.0 References: <3B531569.2CD5F82B@users.sourceforge.net> <3B53D914.F11E911A@FreeBSD.org> <3B53DFF1.F6F775D5@users.sourceforge.net> Content-Type: text/plain; charset=koi8-r 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 "R. Lahaye" wrote: > 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! Actually you can use cvsup to update your ports tree to the latest version. This is pretty straightforward: 1. Install cvsup (cd /usr/ports/net/cvsup-bin ; make install clean). 2. Create the following file (ports-supfile): *default host=cvsup10.freebsd.org *default prefix=/usr *default base=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress ports-all 3. Connect to the Internet if necessary and run: # cvsup -L2 ports-cupfile After it completed you will have you ports tree updated to the latest version, which includes this fix for scigraphica as well as many other fixes and updates. Enjoy! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message