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

Robert Noland rnoland at FreeBSD.org
Sun Feb 1 21:58:41 PST 2009


On Mon, 2009-02-02 at 13:15 +0900, Maho NAKATA wrote:
> 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.

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 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/ 
> 
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
-- 
Robert Noland <rnoland at FreeBSD.org>
FreeBSD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090202/62e1450a/attachment.pgp


More information about the freebsd-x11 mailing list