From owner-freebsd-ports Thu Apr 23 01:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26823 for freebsd-ports-outgoing; Thu, 23 Apr 1998 01:10:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26804; Thu, 23 Apr 1998 01:10:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Apr 1998 01:10:01 -0700 (PDT) Message-Id: <199804230810.BAA26804@hub.freebsd.org> To: freebsd-ports Cc: From: Yukihiro Nakai Subject: Re: ports/6392: Fixed port: vrweb Reply-To: Yukihiro Nakai Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6392; it has been noted by GNATS. From: Yukihiro Nakai 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 */ +-#include ++#include + + #include + #include 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 /* Display, Font of X11 */ + /* include */ +-#include +-#include ++#include ++#include + #include /* get back to IV's names */ + + #include 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