ports/57284: Update port: graphics/giram

KATO Tsuguru tkato at prontomail.com
Sat Sep 27 15:00:38 UTC 2003


>Number:         57284
>Category:       ports
>Synopsis:       Update port: graphics/giram
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 08:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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
+ at dirrm etc/giram/0.3
+ at dirrm etc/giram
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list