A patch lib Re: [Fwd: f90gl-1.2.13_3 failed on amd64 6]

Maho NAKATA chat95 at mac.com
Sun Feb 1 20:16:06 PST 2009


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 at 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/ 



More information about the freebsd-x11 mailing list