Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2007 22:52:46 GMT
From:      Nakata Maho <maho@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114798: Please update libglut : install one header file for FORTRAN90
Message-ID:  <200707212252.l6LMqkPv080469@www.freebsd.org>
Resent-Message-ID: <200707212300.l6LN0ApZ003164@freefall.freebsd.org>

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

>Number:         114798
>Category:       ports
>Synopsis:       Please update libglut : install one header file for FORTRAN90
>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 Jul 21 23:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707212252.l6LMqkPv080469>