From owner-freebsd-ports Fri Jun 1 1:14: 3 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 2D64937B422; Fri, 1 Jun 2001 01:13:56 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f518EcB48484; Fri, 1 Jun 2001 11:14:40 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l84.uic-in.net [212.35.189.211]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f518D9o41009; Fri, 1 Jun 2001 11:13:12 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f518D3t08017; Fri, 1 Jun 2001 11:13:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200106010813.f518D3t08017@vega.vega.com> Subject: Re: ports/26930: (NEW PORT) Virtual Terrain SDK To: aa8vb@nc.rr.com (Randall Hopper) Date: Fri, 1 Jun 2001 11:13:02 +0300 (EEST) Cc: sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG In-Reply-To: <20010531174852.A1128@nc.rr.com> from "Randall Hopper" at May 31, 2001 05:48:52 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=DISPLAY Content-Transfer-Encoding: 8bit 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 > > sobomax@FreeBSD.org: > |Synopsis: (NEW PORT) Virtual Terrain SDK > | > |State-Changed-From-To: open->feedback > |State-Changed-By: sobomax > |State-Changed-When: Thu May 31 07:10:06 PDT 2001 > |State-Changed-Why: > |I can't fetch dir_it.zip from any of MASTER_SITES. Please verify and submit > |a fix as a follow-up. > | > |http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26930 > > Sometime in the last month (between when I sent it and when it was > processed), it appears they moved it. Here is a fix for the port Makefile: > > --- ORIG/Makefile Fri Apr 27 21:14:05 2001 > +++ Makefile Thu May 31 17:47:35 2001 > @@ -9,7 +9,7 @@ > PORTVERSION= 010423 > CATEGORIES= graphics > MASTER_SITES= ftp://ftp.vterrain.org/pub/vterrain/dist/ \ > - http://www.boost.org/libs/ > + http://www.boost.org/libs/dir_it > DISTFILES= TerrainSDK-${PORTVERSION}.zip \ > dir_it.zip > EXTRACT_ONLY= TerrainSDK-${PORTVERSION}.zip Fixed, but I can't compile it (5-CURRENT): c++ -pipe -O -mpreferred-stack-boundary=2 -march=k6 -DUNIX -DVTLIB_OSG=1 -I/tmp /mnt/vterrain-sdk/work/TerrainSDK -I/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/tmp/mnt/vterra in-sdk/work/APIs -I/usr/X11R6/include -c -o ../core/Trees.o ../core/Trees.cpp c++ -pipe -O -mpreferred-stack-boundary=2 -march=k6 -DUNIX -DVTLIB_OSG=1 -I/tmp /mnt/vterrain-sdk/work/TerrainSDK -I/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/tmp/mnt/vterra in-sdk/work/APIs -I/usr/X11R6/include -c -o ../core/vtSOG.o ../core/vtSOG.cpp ../core/vtSOG.cpp: In method `class vtMesh * InputSOG::ReadMesh(FILE *)': ../core/vtSOG.cpp:438: no matching function for call to `vtMesh::vtMesh (short i nt &, short int &, short int &)' /tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg/MeshMat.h:70: candidates are: vtMesh::vtMesh(GLenum, int, int) /tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg/MeshMat.h:114: vtMesh::vtMesh &) gmake[1]: *** [../core/vtSOG.o] Ошибка 1 gmake[1]: Выход из каталог `/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg' gmake: *** [all] Ошибка 2 *** Error code 2 Stop in /mnt/vterrain-sdk. *** Error code 1 Please check what could be wrong and send a patch as a follow-up to the PR. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message