From owner-freebsd-ports Fri Jul 14 9:40:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A34737C8FE for ; Fri, 14 Jul 2000 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA94050; Fri, 14 Jul 2000 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C3F9F37C6DF; Fri, 14 Jul 2000 09:39:23 -0700 (PDT) Message-Id: <20000714163923.C3F9F37C6DF@hub.freebsd.org> Date: Fri, 14 Jul 2000 09:39:23 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/19927: Update port: graphics/giram Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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