Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 09:39:23 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19927: Update port: graphics/giram
Message-ID:  <20000714163923.C3F9F37C6DF@hub.freebsd.org>

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

>Number:         19927
>Category:       ports
>Synopsis:       Update port: graphics/giram
>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:   Fri Jul 14 09:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Sort pkg/PLIST

New file:
patches/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/giram/Makefile graphics/giram/Makefile
--- /usr/ports/graphics/giram/Makefile	Tue Jul 11 21:03:58 2000
+++ graphics/giram/Makefile	Wed Jul 12 01:54:50 2000
@@ -17,10 +17,14 @@
 		GL:${PORTSDIR}/graphics/Mesa3
 RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray31
 
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
-		CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		GTK_CONFIG="${GTK_CONFIG}" \
+		LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--disable-gnome
 
 post-install:
 	@${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes
diff -urN /usr/ports/graphics/giram/patches/patch-ab graphics/giram/patches/patch-ab
--- /usr/ports/graphics/giram/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ graphics/giram/patches/patch-ab	Tue Jul 11 23:54:43 2000
@@ -0,0 +1,11 @@
+--- configure.orig	Sun May 21 23:54:36 2000
++++ configure	Tue Jul 11 23:54:34 2000
+@@ -2764,7 +2764,7 @@
+   cat conftest.$ac_ext >&5
+   rm -rf conftest*
+   CATOBJEXT=.mo
+-		   DATADIRNAME=lib
++		   DATADIRNAME=share
+ fi
+ rm -f conftest*
+ 		INSTOBJEXT=.mo
diff -urN /usr/ports/graphics/giram/pkg/PLIST graphics/giram/pkg/PLIST
--- /usr/ports/graphics/giram/pkg/PLIST	Wed Jul 12 00:08:22 2000
+++ graphics/giram/pkg/PLIST	Tue Jul 11 22:50:42 2000
@@ -5,6 +5,7 @@
 libexec/giram/plug-ins/Spheres
 share/doc/giram/SampleScenes/Cone.pov
 share/doc/giram/SampleScenes/Disc.pov
+share/doc/giram/SampleScenes/Giram.gsf
 share/doc/giram/SampleScenes/Giram.pov
 share/doc/giram/SampleScenes/IntSphereBox1.pov
 share/doc/giram/SampleScenes/IntSphereBox2.pov
@@ -24,12 +25,10 @@
 share/doc/giram/SampleScenes/superel3.pov
 share/doc/giram/SampleScenes/test.pov
 share/doc/giram/SampleScenes/torus.pov
-share/doc/giram/SampleScenes/Giram.gsf
 share/doc/giram/Tutorial
-share/locale/fr/LC_MESSAGES/Giram.mo
 share/locale/es/LC_MESSAGES/Giram.mo
+share/locale/fr/LC_MESSAGES/Giram.mo
 @dirrm share/doc/giram/SampleScenes
 @dirrm share/doc/giram
 @dirrm libexec/giram/plug-ins
 @dirrm libexec/giram
-


>Release-Note:
>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?20000714163923.C3F9F37C6DF>