From nobody@FreeBSD.org  Sat Jul 21 22:52:47 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A780816A420
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Jul 2007 22:52:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (unknown [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9793913C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Jul 2007 22:52:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6LMqkR7080470
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Jul 2007 22:52:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6LMqkPv080469;
	Sat, 21 Jul 2007 22:52:46 GMT
	(envelope-from nobody)
Message-Id: <200707212252.l6LMqkPv080469@www.freebsd.org>
Date: Sat, 21 Jul 2007 22:52:46 GMT
From: Nakata Maho <maho@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Please update libglut : install one header file for FORTRAN90
X-Send-Pr-Version: www-3.0

>Number:         114798
>Category:       ports
>Synopsis:       Please update graphics/libglut : install one header file for FORTRAN90
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 21 23:00:10 GMT 2007
>Closed-Date:    Thu Sep 27 00:26:39 GMT 2007
>Last-Modified:  Thu Sep 27 00:30:01 GMT 2007
>Originator:     Nakata Maho
>Release:        6.2-RELEASE
>Organization:
FreeBSD.org
>Environment:
FreeBSD debussy.private.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun  4 07:36:58 JST 2007     maho@debussy.private.org:/usr/src/sys/i386/compile/MAHO  i386

>Description:
Dear Shaun, thanks for maintaining
ports/graphics/libglut/ port. I have just created a new port
and waiting for commit, graphics/f90gl, a public domain implementation of the official Fortran 90 bindings for OpenGL. However, this port requires
glutf90.h and it is not installed via your port. Could you please install
this one file as well, so that we can use OpenGL via FORTRAN90/95.

Thanks in advance,
 Maho
>How-To-Repeat:

>Fix:
Index: ports/graphics/libglut/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/libglut/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/graphics/libglut/Makefile     2 Jul 2007 16:46:11 -0000       1.9
+++ ports/graphics/libglut/Makefile     21 Jul 2007 22:51:30 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=      libglut
 PORTVERSION=   7.0
+PORTREVISION=  1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    mesa3d
Index: ports/graphics/libglut/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/graphics/libglut/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- ports/graphics/libglut/pkg-plist    10 May 2006 19:16:08 -0000      1.3
+++ ports/graphics/libglut/pkg-plist    21 Jul 2007 22:51:30 -0000
@@ -1,4 +1,5 @@
 include/GL/glut.h
+include/GL/glutf90.h
 lib/libglut.a
 lib/libglut.so
 lib/libglut.so.4
cvs diff: Diffing ports/graphics/libglut/files
Index: ports/graphics/libglut/files/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/libglut/files/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/graphics/libglut/files/Makefile       2 Jul 2007 16:46:12 -0000       1.4
+++ ports/graphics/libglut/files/Makefile       21 Jul 2007 22:51:30 -0000
@@ -13,6 +13,9 @@
        ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${.CURDIR}/../../../include/GL/glut.h \
                ${PREFIX}/include/GL
+       ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+               ${.CURDIR}/../../../include/GL/glutf90.h \
+               ${PREFIX}/include/GL
 
 SRCS = \
        glut_8x13.c \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 22 01:41:38 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114798 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Thu Sep 27 00:17:01 UTC 2007 
State-Changed-Why:  
Committed, thanks. Sorry for the delay. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114798 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114798: commit references a PR
Date: Thu, 27 Sep 2007 00:26:30 +0000 (UTC)

 shaun       2007-09-27 00:26:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/libglut     Makefile pkg-plist 
     graphics/libglut/files Makefile 
   Log:
   Install glutf90.h, so OpenGL can be used via FORTRAN 90/95.
   
   PR:             ports/114798
   Submitted by:   maho
   
   Revision  Changes    Path
   1.12      +1 -0      ports/graphics/libglut/Makefile
   1.5       +3 -0      ports/graphics/libglut/files/Makefile
   1.4       +1 -0      ports/graphics/libglut/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
