From fuyuki@hadaly.dyndns.org  Tue Feb 11 15:39:25 2003
Return-Path: <fuyuki@hadaly.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 10EF637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Feb 2003 15:39:25 -0800 (PST)
Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E275043F93
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Feb 2003 15:39:23 -0800 (PST)
	(envelope-from fuyuki@hadaly.dyndns.org)
Received: from hadaly.dyndns.org ([218.218.122.239]) by t-mta1.odn.ne.jp
          with ESMTP
          id <20030211233922901.WPHG.4459.t-mta1.odn.ne.jp@mta1.odn.ne.jp>;
          Wed, 12 Feb 2003 08:39:22 +0900
Received: by hadaly.dyndns.org (Postfix, from userid 1001)
	id 02A4254B7; Wed, 12 Feb 2003 08:39:21 +0900 (JST)
Message-Id: <20030211233921.02A4254B7@hadaly.dyndns.org>
Date: Wed, 12 Feb 2003 08:39:21 +0900 (JST)
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: graphics/gauche-gl to 0.2.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48188
>Category:       ports
>Synopsis:       Update port: graphics/gauche-gl to 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 15:40:04 PST 2003
>Closed-Date:    Fri Mar 28 16:39:33 PST 2003
>Last-Modified:  Fri Mar 28 16:39:33 PST 2003
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Update to 0.2.2

- requires ports/48065 to be committed
- pkg-comment can be removed
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Jan 2003 14:06:53 -0000	1.1
+++ Makefile	11 Feb 2003 23:32:52 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gl
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gauche
@@ -15,11 +15,11 @@
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	fuyuki@hadaly.org
+COMMENT=	OpenGL binding for Gauche
 
 BUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-WRKSRC=		${WRKDIR}/Gauche-${PORTNAME}
 USE_MESA=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include"
@@ -35,6 +35,10 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
+.for info in gauche-gl-refe.info gauche-gl-refj.info
+	${GZCAT} ${WRKSRC}/doc/${info}.gz >${PREFIX}/info/${info}
+	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
+.endfor
 	${MKDIR} ${EXAMPLESDIR}
 	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 	${MKDIR} ${DOCSDIR}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	25 Jan 2003 14:06:53 -0000	1.1
+++ distinfo	11 Feb 2003 23:32:52 -0000
@@ -1 +1 @@
-MD5 (Gauche-gl-0.2.1.tgz) = 4b19dfc940eb3381c07fc411f21f7986
+MD5 (Gauche-gl-0.2.2.tgz) = a24077575bd143ac48f312ba37d3b31a
cvs server: cannot find pkg-comment
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	25 Jan 2003 14:06:53 -0000	1.1
+++ pkg-plist	11 Feb 2003 23:32:52 -0000
@@ -5,6 +5,14 @@
 share/gauche/%%VERSION%%/lib/gl.scm
 share/gauche/%%VERSION%%/lib/gl/glut.scm
 share/gauche/%%VERSION%%/lib/gl/math3d.scm
+@dirrm share/gauche/%%VERSION%%/lib/gl
+%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refe.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refj.info %D/info/dir
+%%PORTDOCS%%info/gauche-gl-refe.info
+%%PORTDOCS%%info/gauche-gl-refj.info
+%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refe.info %D/info/dir
+%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refj.info %D/info/dir
+%%PORTDOCS%%%%EXAMPLESDIR%%/gears.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 23 13:19:09 PST 2003 
State-Changed-Why:  
I can't get it compiled on -current: 

gosh ./extract -en -o gauche-gl-refe.texi gauche-gl-ref.texi 
if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refe.texi;  rm -rf gauche-gl-refe.info*.gz;  gzip gauche-gl-refe.info;  fi 
gosh ./extract -jp -o gauche-gl-refj.texi gauche-gl-ref.texi 
if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refj.texi;  rm -rf gauche-gl-refj.info*.gz;  gzip gauche-gl-refj.info ;  fi 
gauche-gl-refj.texi:838: Unknown index `fn::' in @printindex. 
Bus error (core dumped) 
*** Error code 138 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl/work/Gauche-gl/doc. 
*** Error code 1 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl/work/Gauche-gl. 
*** Error code 1 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl. 



Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 23 13:19:09 PST 2003 
Responsible-Changed-Why:  
I'll handle it... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48188 
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 23 15:37:59 PST 2003 
State-Changed-Why:  
USE_GMKAE did the trick 
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48188 
State-Changed-From-To: closed->open 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 23 18:30:54 PST 2003 
State-Changed-Why:  
Seems I didn't commit enough. Back to the drawingboard 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48188 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Mar 28 16:39:20 PST 2003 
State-Changed-Why:  
Commited, thanks! 

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