Date: Wed, 10 May 2000 12:22:47 -0700 (PDT) From: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18491: new port: linux_mesa3.2 Message-ID: <200005101922.MAA20345@manatee.mammalia.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005101922.MAA20345>