Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 17:11:36 -0800 (PST)
From:      Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31679: Maintainer update: graphics/linux_mesa3
Message-ID:  <200111010111.fA11BaR18419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31679
>Category:       ports
>Synopsis:       Maintainer update: graphics/linux_mesa3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 17:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Masahiro TAKEMURA
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
University of Tokyo
>Environment:
FreeBSD vmbsd 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Oct 26 17:31:05 JST 2001 mastake@vmbsd:/usr/obj/usr/src/sys/VM i386

>Description:
Previous version was using RedHat pre-compiled binary, but this version 
builds with linux_devtools. So whole skelton is different from previous one,
I do not send patches but all files.

>How-To-Repeat:
N/A

>Fix:
All files under "${PORTSDIR}/graphics/linux_mesa3" in shell archive is here.

-----Cut Here-----
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux_mesa3
#	linux_mesa3/pkg-plist
#	linux_mesa3/pkg-descr
#	linux_mesa3/pkg-comment
#	linux_mesa3/distinfo
#	linux_mesa3/Makefile
#	linux_mesa3/files
#	linux_mesa3/files/patch-aa
#
echo c - linux_mesa3
mkdir -p linux_mesa3 > /dev/null 2>&1
echo x - linux_mesa3/pkg-plist
sed 's/^X//' >linux_mesa3/pkg-plist << 'END-of-linux_mesa3/pkg-plist'
Xusr/X11R6/lib/libGL.so.1.3.0
Xusr/X11R6/lib/libGL.so.1
Xusr/X11R6/lib/libGL.so
Xusr/X11R6/lib/libGL.la
Xusr/X11R6/lib/libGLU.so.1.3.0
Xusr/X11R6/lib/libGLU.so.1
Xusr/X11R6/lib/libGLU.so
Xusr/X11R6/lib/libGLU.la
Xusr/X11R6/lib/libglut.so.3.8.0
Xusr/X11R6/lib/libglut.so.3
Xusr/X11R6/lib/libglut.so
Xusr/X11R6/lib/libglut.la
Xetc/mesa.conf
Xusr/X11R6/include/GL/gl.h
Xusr/X11R6/include/GL/glext.h
Xusr/X11R6/include/GL/gl_mangle.h
Xusr/X11R6/include/GL/glu.h
Xusr/X11R6/include/GL/glu_mangle.h
Xusr/X11R6/include/GL/osmesa.h
Xusr/X11R6/include/GL/glx.h
Xusr/X11R6/include/GL/glx_mangle.h
Xusr/X11R6/include/GL/xmesa.h
Xusr/X11R6/include/GL/xmesa_x.h
Xusr/X11R6/include/GL/xmesa_xf86.h
Xusr/X11R6/include/GL/glut.h
X@dirrm usr/X11R6/include/GL
END-of-linux_mesa3/pkg-plist
echo x - linux_mesa3/pkg-descr
sed 's/^X//' >linux_mesa3/pkg-descr << 'END-of-linux_mesa3/pkg-descr'
XThis port installs a Linux shared library of Mesa, used from Linux programs.
X
XMesa is a 3-D graphics library with an API which is very similar to that
Xof OpenGL*.  To the extent that Mesa utilizes the OpenGL command syntax
Xor state machine, it is being used with authorization from Silicon Graphics,
XInc.  However, the author makes no claim that Mesa is in any way a
Xcompatible replacement for OpenGL or associated with Silicon Graphics, Inc.
XThose who want a licensed implementation of OpenGL should contact a licensed
Xvendor.  This software is distributed under the terms of the GNU Library
XGeneral Public License, see the LICENSE file for details.
END-of-linux_mesa3/pkg-descr
echo x - linux_mesa3/pkg-comment
sed 's/^X//' >linux_mesa3/pkg-comment << 'END-of-linux_mesa3/pkg-comment'
XA graphics library similar to SGI's OpenGL, used from Linux programs
END-of-linux_mesa3/pkg-comment
echo x - linux_mesa3/distinfo
sed 's/^X//' >linux_mesa3/distinfo << 'END-of-linux_mesa3/distinfo'
XMD5 (MesaLib-3.4.2.tar.bz2) = 5bad47f1f86a87b2a35e8c8c33d97e4a
XMD5 (MesaDemos-3.4.2.tar.bz2) = b3a7b01dae8b1f09f951f9257c242b08
END-of-linux_mesa3/distinfo
echo x - linux_mesa3/Makefile
sed 's/^X//' >linux_mesa3/Makefile << 'END-of-linux_mesa3/Makefile'
X# New ports collection makefile for:	Mesa3 for Linux compat
X# Date created:		May 18 2000
X# Whom:			Masahiro TAKEMURA
X#
X# $FreeBSD: ports/graphics/linux_mesa3/Makefile,v 1.13 2001/09/23 19:50:35 dwcjr Exp $
X#
X
XPORTNAME=		mesa
XPORTVERSION=		3.4.2
XCATEGORIES=		graphics linux
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
X			ftp://iris.ssec.wisc.edu/pub/Mesa/ \
X			ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/
XMASTER_SITE_SUBDIR=	mesa3d
XPKGNAMEPREFIX=		linux_
XDISTFILES=		MesaLib-${PORTVERSION}${EXTRACT_SUFX} \
X			MesaDemos-${PORTVERSION}${EXTRACT_SUFX}
X
XMAINTAINER=		mastake@msel.t.u-tokyo.ac.jp
X
XUSE_BZIP2=		yes
X
XBUILD_DEPENDS=	${PREFIX}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base \
X		${PREFIX}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools
XRUN_DEPENDS=	${PREFIX}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
X
XONLY_FOR_ARCHS=		i386
XPREFIX=			/compat/linux
XWRKSRC=			${WRKDIR}/Mesa-${PORTVERSION}
XNO_FILTER_SHLIBS=	yes
XNO_MTREE=		yes
X
XINSTALL=		${PREFIX}/usr/bin/install
X
XGNU_CONFIGURE=		yes
XCONFIGURE_TARGET=	#
XCONFIGURE_ARGS=		--libdir="${PREFIX}/usr/X11R6/lib" \
X			--includedir="${PREFIX}/usr/X11R6/include"
XCONFIGURE_ENV=		PATH="/compat/linux/bin:/compat/linux/usr/bin:${PATH}"\
X			GL_MAJOR_VER="${GL_MAJOR_VER}" \
X			GL_MINOR_VER="${GL_MINOR_VER}" \
X			GLUT_MAJOR_VER="${GLUT_MAJOR_VER}" \
X			GLUT_MINOR_VER="${GLUT_MINOR_VER}"
XGL_MAJOR_VER=		1
XGL_MINOR_VER=		3
XGLUT_MAJOR_VER=		3
XGLUT_MINOR_VER=		8
X
XMAKE_ENV=		PATH=${PREFIX}/usr/bin:${PATH}
X
X.include <bsd.port.pre.mk>
X
Xpost-install:
X	${PREFIX}/sbin/ldconfig
X
X.include <bsd.port.post.mk>
END-of-linux_mesa3/Makefile
echo c - linux_mesa3/files
mkdir -p linux_mesa3/files > /dev/null 2>&1
echo x - linux_mesa3/files/patch-aa
sed 's/^X//' >linux_mesa3/files/patch-aa << 'END-of-linux_mesa3/files/patch-aa'
X
X$FreeBSD: ports/graphics/Mesa3/files/patch-aa,v 1.21 2001/05/18 08:17:53 sobomax Exp $
X
X--- configure.orig	Fri May 18 10:51:10 2001
X+++ configure	Fri May 18 10:52:30 2001
X@@ -823,9 +823,9 @@
X MESA_MAJOR=3
X MESA_MINOR=4
X MESA_TINY=2
X-LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY}
X-LIBGLU_VERSION=1:1:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY}
X-LIBGLUT_VERSION=3:7:0
X+LIBGL_VERSION=${GL_MAJOR_VER}:${GL_MINOR_VER}
X+LIBGLU_VERSION=${GL_MAJOR_VER}:${GL_MINOR_VER}
X+LIBGLUT_VERSION=${GLUT_MAJOR_VER}:${GLUT_MINOR_VER}
X 
X 
X 
END-of-linux_mesa3/files/patch-aa
exit

-----Cut Here-----


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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