Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 1998 01:10:01 -0700 (PDT)
From:      Yukihiro Nakai <nakai@apricot.astec.co.jp>
To:        freebsd-ports
Subject:   Re: ports/6392: Fixed port: vrweb
Message-ID:  <199804230810.BAA26804@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/6392; it has been noted by GNATS.

From: Yukihiro Nakai <nakai@apricot.astec.co.jp>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: Re: ports/6392: Fixed port: vrweb
Date: Thu, 23 Apr 1998 17:04:27 +0900

 Sorry I sent the wrong diff for the above send-pr.
 Please ignore and refer this.
 
 Added files:
 patches/patch-ac
 patches/patch-ad
 patches/patch-ae
 patches/patch-af
 
 Deleted files: NONE
 
 Yukihiro Nakai
 --------------
 diff -ruN vrweb.orig/Makefile vrweb/Makefile
 --- vrweb.orig/Makefile	Wed Nov 19 20:16:14 1997
 +++ vrweb/Makefile	Thu Apr 23 16:57:58 1998
 @@ -13,7 +13,7 @@
  
  MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
  
 -BROKEN=		build
 +LIB_DEPENDS=	GL\\.13\\.:${PORTSDIR}/graphics/Mesa
  
  USE_GMAKE=	yes
  USE_X11=	yes
 diff -ruN vrweb.orig/patches/patch-ac vrweb/patches/patch-ac
 --- vrweb.orig/patches/patch-ac	Thu Jan  1 09:00:00 1970
 +++ vrweb/patches/patch-ac	Thu Apr 23 16:57:57 1998
 @@ -0,0 +1,10 @@
 +--- src/harmony/Imakefile.orig	Fri Apr 17 12:39:50 1998
 ++++ src/harmony/Imakefile	Fri Apr 17 12:39:57 1998
 +@@ -1,7 +1,6 @@
 + # src/harmony Imakefile
 + 
 + DIRS = \
 +-  mesa \
 +   ge3d \
 +   vrml \
 +   iicmviews \
 diff -ruN vrweb.orig/patches/patch-ad vrweb/patches/patch-ad
 --- vrweb.orig/patches/patch-ad	Thu Jan  1 09:00:00 1970
 +++ vrweb/patches/patch-ad	Thu Apr 23 16:57:57 1998
 @@ -0,0 +1,11 @@
 +--- src/harmony/ge3d/mesa/ge3d_mesa.C.orig	Thu Apr 23 16:05:07 1998
 ++++ src/harmony/ge3d/mesa/ge3d_mesa.C	Thu Apr 23 16:05:30 1998
 +@@ -131,7 +131,7 @@
 + #endif
 + 
 + /* #include <GL/glx.h> */
 +-#include <mesa/GL/glu.h>
 ++#include <GL/glu.h>
 + 
 + #include <stdio.h>
 + #include <math.h>
 diff -ruN vrweb.orig/patches/patch-ae vrweb/patches/patch-ae
 --- vrweb.orig/patches/patch-ae	Thu Jan  1 09:00:00 1970
 +++ vrweb/patches/patch-ae	Thu Apr 23 16:57:57 1998
 @@ -0,0 +1,13 @@
 +--- src/harmony/scene/mesacontext.C.orig	Thu Apr 23 16:08:17 1998
 ++++ src/harmony/scene/mesacontext.C	Thu Apr 23 16:08:47 1998
 +@@ -95,8 +95,8 @@
 + 
 + #include <IV-X11/Xdefs.h>      /* Display, Font of X11 */
 + /* include <mesa/GL/xmesa.h> */
 +-#include <mesa/GL/glx.h>
 +-#include <mesa/GL/glu.h>
 ++#include <GL/glx.h>
 ++#include <GL/glu.h>
 + #include <IV-X11/Xundefs.h>  /* get back to IV's names */
 + 
 + #include <iostream.h>
 diff -ruN vrweb.orig/patches/patch-af vrweb/patches/patch-af
 --- vrweb.orig/patches/patch-af	Thu Jan  1 09:00:00 1970
 +++ vrweb/patches/patch-af	Thu Apr 23 16:57:57 1998
 @@ -0,0 +1,11 @@
 +--- src/harmony/scene/Imakefile.orig	Thu Apr 23 16:25:17 1998
 ++++ src/harmony/scene/Imakefile	Thu Apr 23 16:29:05 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
 + #endif
 + 
 + # Mosaic CCI

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?199804230810.BAA26804>