From owner-freebsd-ports Wed May 10 12:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CD6A37B91F for ; Wed, 10 May 2000 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00642; Wed, 10 May 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from manatee.mammalia.org (manatee.mammalia.org.50.231.216.in-addr.arpa [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 894C737B92F for ; Wed, 10 May 2000 12:22:48 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id MAA20345; Wed, 10 May 2000 12:22:47 -0700 (PDT) (envelope-from rjoseph) Message-Id: <200005101922.MAA20345@manatee.mammalia.org> Date: Wed, 10 May 2000 12:22:47 -0700 (PDT) From: rjoseph@mammalia.org Reply-To: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18491: new port: linux_mesa3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18491 >Category: ports >Synopsis: new port: linux_mesa3.2 >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 May 10 12:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: The current linux_mesa is broken. This installs Mesa from rpm. >How-To-Repeat: >Fix: # 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: # # . # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./files # ./files/md5 # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xetc/mesa.conf Xusr/X11R6/lib/libGL.la Xusr/X11R6/lib/libGL.so Xusr/X11R6/lib/libGL.so.1 Xusr/X11R6/lib/libGL.so.1.2.0 Xusr/X11R6/lib/libGLU.la Xusr/X11R6/lib/libGLU.so Xusr/X11R6/lib/libGLU.so.1 Xusr/X11R6/lib/libGLU.so.1.2.0 Xusr/X11R6/lib/libglut.la Xusr/X11R6/lib/libglut.so Xusr/X11R6/lib/libglut.so.3 Xusr/X11R6/lib/libglut.so.3.7.0 END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XLinux version of the Mesa 3d graphics library END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is the Linux rpm version of the Mesa 3d graphics library. Mesa uses Xthe OpenGL API but is not affiliated with OpenGL. END-of-./pkg/DESCR echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rpm/Mesa-3.2-2.i386.rpm) = 593aa72451380019b466edad1120b02e END-of-./files/md5 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux_mesa3.2 X# Date created: 10 May 2000 X# Whom: R Joseph Wright X# $FreeBSD$ X# X XPORTNAME= mesa XPORTVERSION= 3.2 XCATEGORIES= graphics linux XMASTER_SITES= ftp://ftp.sunsite.ualberta.ca/pub/Mirror/Linux/redhat/ftp.redhat.com/redhat-6.2/i386/RedHat/RPMS/ \ X ftp://ftp.unet.brandeis.edu/pub/redhat/redhat-6.2/i386/RedHat/RPMS/ XPKGNAMEPREFIX= linux_ XDISTNAME= Mesa-3.2-2.i386.rpm X XMAINTAINER= ports@FreeBSD.org X XBUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm XRUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base X XDIST_SUBDIR= rpm XDISTFILE= ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} XEXTRACT_ONLY= XEXTRACT_SUFX= XNO_BUILD= yes XONLY_FOR_ARCHS= i386 XPREFIX= /compat/linux X XRPMFLAGS= --ignoreos --root ${PREFIX} --nodeps --replacepkgs X Xdo-install: X X rpm -i ${RPMFLAGS} ${DISTFILE} X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message