From owner-freebsd-x11@FreeBSD.ORG Mon Feb 2 04:16:05 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B77106566B; Mon, 2 Feb 2009 04:16:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 35BB28FC0C; Mon, 2 Feb 2009 04:16:04 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so553237tib.3 for ; Sun, 01 Feb 2009 20:16:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=gZo1xLGm+uyXPiiJfapHyMHfwAuKCY8LPD4HpAbYB6c=; b=XzbnjeoOqnQWJp+/+yYd5Pbo8Clq7Q4+XVniRZ5yOYw0tc9j1xsmuF4nDRCFJ/I4yF wRf7ZUJUkLRcYQbNRFR8pEPVbEJQPBMFSvamgSCNmYyVnJ386JUuhbFRebhXP0Ma2I8D /mdH+cjnMiUyXyGtSGmswZBGaAuWAugiwHL+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=JRcMbGhZ3WM9CCacKoa6zpgPcEufo5pmtuBEwUnEVx2fJU/4DQG0gI4arLCbA6k1a/ aPtcPxbbrldjs4nhE5rII2uTLpLIOVJVTeOAHpmo6OG/TFaFuwvcGJM+1GVBA8YckGem GJpI+8SklB3x6eymU3kYsQ7Yzq98caYRhbLYQ= Received: by 10.110.61.16 with SMTP id j16mr5820900tia.10.1233548163684; Sun, 01 Feb 2009 20:16:03 -0800 (PST) Received: from localhost (rikad85.riken.jp [134.160.214.85]) by mx.google.com with ESMTPS id u8sm10104806tia.28.2009.02.01.20.16.02 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Feb 2009 20:16:03 -0800 (PST) Sender: Maho NAKATA Date: Mon, 02 Feb 2009 13:15:28 +0900 (JST) Message-Id: <20090202.131528.241925472.chat95@mac.com> To: shaun@FreeBSD.org From: Maho NAKATA 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> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 04:16:06 -0000 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 --- 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/