From tkato@prontomail.com  Sat Sep 27 07:55:32 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B198A16A4B3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 27 Sep 2003 07:55:32 -0700 (PDT)
Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB7643FF9
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 27 Sep 2003 07:55:31 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.54.33]) by hfep03.dion.ne.jp with SMTP
          id <20030927145527711.XPXM@hfep03.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sat, 27 Sep 2003 23:55:27 +0900
Message-Id: <20030927235504.5162abe7.tkato@prontomail.com>
Date: Sat, 27 Sep 2003 23:55:04 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/giram

>Number:         57284
>Category:       ports
>Synopsis:       Update port: graphics/giram
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 08:00:30 PDT 2003
>Closed-Date:    Sat Sep 27 08:20:46 PDT 2003
>Last-Modified:  Sat Sep 27 08:20:46 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Fix loadable module support
- Add missing @dirrm

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/giram/Makefile graphics/giram/Makefile
--- /usr/ports/graphics/giram/Makefile	Sat Jul 26 15:14:21 2003
+++ graphics/giram/Makefile	Thu Sep 25 15:41:18 2003
@@ -7,17 +7,21 @@
 
 PORTNAME=	giram
 PORTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.giram.org/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A POV-Ray oriented modeller
 
+LIB_DEPENDS=	3ds.1:${PORTSDIR}/graphics/lib3ds
+
 USE_X_PREFIX=	yes
 USE_PERL5_BUILD=	yes
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	# none
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		INTLTOOL_PERL="${PERL}"
@@ -27,11 +31,11 @@
 MAN1=		giram.1
 
 .if defined(WITH_POVRAY31)
-BUILD_DEPENDS=	povray:${PORTSDIR}/graphics/povray31
-RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray31
+BUILD_DEPENDS+=	povray:${PORTSDIR}/graphics/povray31
+RUN_DEPENDS+=	povray:${PORTSDIR}/graphics/povray31
 .else
-BUILD_DEPENDS=	povray:${PORTSDIR}/graphics/povray
-RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray
+BUILD_DEPENDS+=	povray:${PORTSDIR}/graphics/povray
+RUN_DEPENDS+=	povray:${PORTSDIR}/graphics/povray
 .endif
 
 post-install:
diff -urN /usr/ports/graphics/giram/files/patch-configure graphics/giram/files/patch-configure
--- /usr/ports/graphics/giram/files/patch-configure	Sat Jul 26 12:07:17 2003
+++ graphics/giram/files/patch-configure	Thu Sep 25 14:35:03 2003
@@ -8,7 +8,7 @@
  
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- +@@ -5843,7 +5844,7 @@ 
+@@ -5843,7 +5844,7 @@ 
  fi
  
  
diff -urN /usr/ports/graphics/giram/pkg-plist graphics/giram/pkg-plist
--- /usr/ports/graphics/giram/pkg-plist	Sat Jul 26 15:14:22 2003
+++ graphics/giram/pkg-plist	Thu Sep 25 16:19:06 2003
@@ -9,11 +9,17 @@
 lib/giram/0.3/finish/finish1
 lib/giram/0.3/giram_logo.ppm
 lib/giram/0.3/giram_splash.ppm
+lib/giram/0.3/modules/librender_flat.la
 lib/giram/0.3/modules/librender_flat.so
+lib/giram/0.3/modules/librender_gouraud.la
 lib/giram/0.3/modules/librender_gouraud.so
+lib/giram/0.3/modules/librender_hiddenfaces.la
 lib/giram/0.3/modules/librender_hiddenfaces.so
+lib/giram/0.3/modules/librender_povray.la
 lib/giram/0.3/modules/librender_povray.so
+lib/giram/0.3/modules/librender_raytracing.la
 lib/giram/0.3/modules/librender_raytracing.so
+lib/giram/0.3/modules/librender_wireframe.la
 lib/giram/0.3/modules/librender_wireframe.so
 lib/giram/0.3/normal/normal1
 lib/giram/0.3/pigment/pigment1
@@ -91,3 +97,5 @@
 @dirrm lib/giram/0.3/color
 @dirrm lib/giram/0.3
 @dirrm lib/giram
+@dirrm etc/giram/0.3
+@dirrm etc/giram
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Sep 27 08:20:41 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57284 
>Unformatted:
