Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Feb 2009 13:15:28 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        shaun@FreeBSD.org
Cc:        pav@FreeBSD.org, x11@FreeBSD.org, flz@FreeBSD.org
Subject:   A patch lib Re: [Fwd: f90gl-1.2.13_3 failed on amd64 6]
Message-ID:  <20090202.131528.241925472.chat95@mac.com>
In-Reply-To: <1232928822.40891.24.camel@hood.oook.cz>
References:  <1232790471.16190.2.camel@hood.oook.cz> <20090126.090941.71165646.chat95@mac.com> <1232928822.40891.24.camel@hood.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Shaun
(Cc: Florent and Pav)

Shaun, could you please approve following patch [1] to unbreak graphics/f90gl?

Since Xorg has been updated to 7.4, we no longer installes "glutf90.h".
Consequently, my port graphics/f90gl has been broken. You can also remove
files/Makefile as it is not referenced.

Thanks Florent for your tough work for Xorg 7.4. I was bit busy at that time.

[1]
--- ports/graphics/libglut/Makefile	2009-01-25 06:45:05.000000000 +0900
+++ ports/graphics/libglut/Makefile	2009-02-02 13:01:40.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	libglut
 PORTVERSION=	${MESAVERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	shaun@FreeBSD.org
@@ -18,6 +19,9 @@
 
 do-install:
 	cd ${WRKSRC}/src/glut/glx; ${GMAKE} install
+	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+		${WRKSRC}/include/GL/glutf90.h \
+		${PREFIX}/include/GL
 
 .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
 .include <bsd.port.mk>

--- ports/graphics/libglut/pkg-plist	2009-01-24 01:27:38.000000000 +0900
+++ ports/graphics/libglut/pkg-plist	2009-02-02 12:54:31.000000000 +0900
@@ -1,4 +1,5 @@
 include/GL/glut.h
+include/GL/glutf90.h
 lib/libglut.so
 lib/libglut.so.3
 libdata/pkgconfig/glut.pc

------------------------------------

Best regards,
-- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ 




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