Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 1998 00:50:13 -0700 (PDT)
From:      Nakai@technologist.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/6392: Fixed port: vrweb
Message-ID:  <199804230750.AAA24104@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         6392
>Category:       ports
>Synopsis:       Fixed port: vrweb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 23 01:00:00 PDT 1998
>Last-Modified:
>Originator:     Yukihiro Nakai
>Organization:
Apricot Computer, Japan
>Release:        3.0-current
>Environment:
FreeBSD twotop.apricot.astec.co.jp 3.0-980311-SNAP FreeBSD 3.0-980311-SNAP #0: Tue Apr 14 14:15:35 JST 1998     root@twotop.apricot.astec.co.jp:/usr/src/sys/compile/APRICOT  i386

>Description:
I have fixed the vrweb port that marked as 'broken'.

Added files:
patches/patch-ad
patches/patch-ae
patches/patch-af

Delete file: NONE

Yukihiro Nakai
--------------
diff -ruN vrweb.orig/Makefile vrweb/Makefile
--- vrweb.orig/Makefile	Thu Apr 23 16:44:48 1998
+++ vrweb/Makefile	Thu Apr 23 16:46:13 1998
@@ -11,9 +11,9 @@
 MASTER_SITES=	http://sunsite.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/
 DISTFILES=	vrweb-src-1.5.tar.gz help-1.5.tar.gz
 
-MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
+MAINTAINER=	Nakai@technologist.com
 
-#BROKEN=		build
+LIB_DEPENDS=	GL\\.13\\.:${PORTSDIR}/graphics/Mesa
 
 USE_GMAKE=	yes
 USE_X11=	yes
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:44:55 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:44:55 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:44:55 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

>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:

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?199804230750.AAA24104>