From owner-freebsd-multimedia Tue Apr 7 05:53:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19022 for freebsd-multimedia-outgoing; Tue, 7 Apr 1998 05:53:27 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18948 for ; Tue, 7 Apr 1998 05:53:13 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id HAA06433; Tue, 7 Apr 1998 07:50:51 -0400 (EDT) Date: Tue, 7 Apr 1998 07:50:51 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@localhost To: Frank Chen Hsiung Chan cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Patch to make vrweb build again In-Reply-To: <19980407200953.02233@life.nthu.edu.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 7 Apr 1998, Frank Chen Hsiung Chan wrote: > > The following patch unbroken ports/www/vrweb, > just add patch-ac to the patches directory, and remove > the BROKEN line in makefile. > > I think this is the first native vrml viewer on > FreeBSD. Correct me if I am wrong. > > btw, have anyone make vrweb 2.0 (written in JAVA) > working? It looks very interesting.. > check out http://www2.iicm.edu/vrweb/ > > patch-ac: > --- src/harmony/scene/Imakefile.orig Tue Apr 7 19:22:01 1998 > +++ src/harmony/scene/Imakefile Tue Apr 7 19:22:39 1998 > @@ -135,7 +135,7 @@ > #endif > #ifdef MESA_GL > MESA_CCLDLIBS = $(APP_CCLDLIBS) -l$(MESA_GE3D) $(MESA_LIBS) $(IV_CCLDLIBS) $(EXTRA_CCLDLIBS) > -MESA_CCDEPLIBS = $(HGLIBDIR)/lib$(MESA_GE3D).a $(HGLIBDIR)/libMesaGL.a $(HGLIBDIR)/libMesaGLU.a > +MESA_CCDEPLIBS = $(HGLIBDIR)/lib$(MESA_GE3D).a /usr/X11R6/lib/libMesaGL.a /usr/X11R6/lib/libMesaGLU.a > #endif > > # Mosaic CCI This patch doesn't respect X11BASE. You might want to change "/usr/X11R6" to "PREFIX", then sed PREFIX to $PREFIX separately. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message