From owner-freebsd-ports Thu Apr 23 01:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25150 for freebsd-ports-outgoing; Thu, 23 Apr 1998 01:00:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25121; Thu, 23 Apr 1998 01:00:02 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24104; Thu, 23 Apr 1998 00:50:13 -0700 (PDT) (envelope-from nobody) Message-Id: <199804230750.AAA24104@hub.freebsd.org> Date: Thu, 23 Apr 1998 00:50:13 -0700 (PDT) From: Nakai@technologist.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6392: Fixed port: vrweb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 */ +-#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: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 /* 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: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