Date: Mon, 02 Feb 2009 00:58:32 -0500 From: Robert Noland <rnoland@FreeBSD.org> To: Maho NAKATA <chat95@mac.com> Cc: pav@FreeBSD.org, x11@FreeBSD.org, flz@FreeBSD.org, shaun@FreeBSD.org Subject: Re: A patch lib Re: [Fwd: f90gl-1.2.13_3 failed on amd64 6] Message-ID: <1233554312.1492.1.camel@ferret.2hip.net> In-Reply-To: <20090202.131528.241925472.chat95@mac.com> References: <1232790471.16190.2.camel@hood.oook.cz> <20090126.090941.71165646.chat95@mac.com> <1232928822.40891.24.camel@hood.oook.cz> <20090202.131528.241925472.chat95@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-U5VCYoU6nTgCiw1M7slM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2009-02-02 at 13:15 +0900, Maho NAKATA wrote: > Hi Shaun > (Cc: Florent and Pav) >=20 > Shaun, could you please approve following patch [1] to unbreak graphics/f= 90gl? >=20 > 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. I can commit this, someone just give me the word. robert. > Thanks Florent for your tough work for Xorg 7.4. I was bit busy at that t= ime. >=20 > [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 @@ > =20 > PORTNAME=3D libglut > PORTVERSION=3D ${MESAVERSION} > +PORTREVISION=3D 1 > CATEGORIES=3D graphics > =20 > MAINTAINER=3D shaun@FreeBSD.org > @@ -18,6 +19,9 @@ > =20 > 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 > =20 > .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" > .include <bsd.port.mk> >=20 > --- 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 >=20 > ------------------------------------ >=20 > Best regards, > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/=20 >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=20 Robert Noland <rnoland@FreeBSD.org> FreeBSD --=-U5VCYoU6nTgCiw1M7slM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkmGi4gACgkQM4TrQ4qfROMvUgCfUWAm+fSJ5Kh65WXuw6CGHgL9 /qsAnifEox3PC4Gl1E0iy5EufXfrJoFO =WA6y -----END PGP SIGNATURE----- --=-U5VCYoU6nTgCiw1M7slM--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1233554312.1492.1.camel>