Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 01:10:05 GMT
From:      qoska kotfare <seditaniedi@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/90245: Update mesa-demos ports to version 6.4.1
Message-ID:  <200512210110.jBL1A5sB047743@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/90245; it has been noted by GNATS.

From: qoska kotfare <seditaniedi@gmail.com>
To: bug-followup@FreeBSD.org
Cc: vs@freebsd.org
Subject: Re: ports/90245: Update mesa-demos ports to version 6.4.1
Date: Wed, 21 Dec 2005 02:04:04 +0100

 ------=_Part_16570_28243356.1135127044561
 Content-Type: multipart/alternative; 
 	boundary="----=_Part_16571_25099945.1135127044561"
 
 ------=_Part_16571_25099945.1135127044561
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Attached is the file i am trying this from my other mail since i cannot
 send-pr or at least seems to have not arrived at freebsd.org. Hope this is
 intact!
 
 ------=_Part_16571_25099945.1135127044561
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Attached is the file i am trying this from my other mail since i cannot
 send-pr or at least seems to have not arrived at <a href=3D"http://freebsd.=
 org">freebsd.org</a>. Hope this
 is intact!<br>
 
 ------=_Part_16571_25099945.1135127044561--
 
 ------=_Part_16570_28243356.1135127044561
 Content-Type: application/octet-stream; name=patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="patch"
 
 diff -rNu mesa-demos.orig/Makefile mesa-demos/Makefile
 --- mesa-demos.orig/Makefile	Mon Dec 12 21:33:14 2005
 +++ mesa-demos/Makefile	Mon Dec 12 21:34:00 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	demos
 -PORTVERSION=	6.2.1
 +PORTVERSION=	6.4.1
  CATEGORIES=	graphics
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	mesa3d/
 @@ -17,23 +17,24 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	OpenGL demos distributed with Mesa
  
 -LIB_DEPENDS=	glut.3:${PORTSDIR}/graphics/libglut
 +LIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
  
  USE_BZIP2=	yes
 +USE_GMAKE=	yes
  USE_REINPLACE=	yes
  MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
  		PTHREAD_LIBS="${PTHREAD_LIBS}"
  ALL_TARGET=
 -MAKE_ARGS=	SUBDIRS=progs/demos
 +MAKE_ARGS=	SUBDIRS="progs/demos progs/osdemos"
  WRKSRC=		${WRKDIR}/Mesa-${PORTVERSION}
  DATADIR=	${PREFIX}/share/mesa-demos
  
  DEMO_PROGS=	bounce clearspd cubemap drawpix fire gamma gears geartrain \
  		glinfo gloss gltestperf glutfx ipers isosurf lodbias morph3d \
 -		multiarb occlude osdemo paltex pixeltex pointblast ray \
 +		multiarb occlude paltex pixeltex pointblast ray \
  		readpix reflect renormal shadowtex spectex stex3d teapot \
  		terrain tessdemo texcyl texdown texenv texobj trispd tunnel \
 -		tunnel2
 +		tunnel2 
  DEMO_IMAGES=	bw.rgb girl.rgb reflect.rgb s128.rgb tile.rgb tree2.rgba \
  		tree3.rgb wrs_logo.rgb
  DEMO_DATA=	geartrain.dat isosurf.dat terrain.dat
 @@ -42,6 +43,7 @@
  .for prog in ${DEMO_PROGS}
  PLIST_FILES+=	bin/${prog}
  .endfor
 +PLIST_FILES+=	osdemo
  .for img in ${DEMO_IMAGES}
  PLIST_FILES+=	share/mesa-demos/images/${img}
  .endfor
 @@ -63,7 +65,9 @@
  		${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/$$prog \
  			${PREFIX}/bin ; \
  	done
 -	${MKDIR} ${PREFIX}/share/mesa-demos/images
 +	${INSTALL_PROGRAM} ${WRKSRC}/progs/osdemos/osdemo \
 +		${PREFIX}/bin ; \
 +	${MKDIR} ${PREFIX}/share/mesa-demos/images 
  	${MKDIR} ${PREFIX}/share/mesa-demos/data
  	@for img in ${DEMO_IMAGES}; do \
  		${INSTALL_DATA} ${WRKSRC}/progs/images/$$img \
 diff -rNu mesa-demos.orig/distinfo mesa-demos/distinfo
 --- mesa-demos.orig/distinfo	Sat Dec 10 18:53:07 2005
 +++ mesa-demos/distinfo	Sat Dec 10 19:45:42 2005
 @@ -1,6 +1,6 @@
 -MD5 (MesaDemos-6.2.1.tar.bz2) = 3cac74667b50bcbd4f67f594fb4224a2
 -SHA256 (MesaDemos-6.2.1.tar.bz2) = 90bd279b48eaad839fffa275d315412a6a45776d65827ab56301a15fc5f54acd
 -SIZE (MesaDemos-6.2.1.tar.bz2) = 1004511
 -MD5 (MesaLib-6.2.1.tar.bz2) = f43228cd2bf70f583ef3275c1c545421
 -SHA256 (MesaLib-6.2.1.tar.bz2) = 6def8f0612fb5ba3b8175522d6bc69153fe1b421c3928c8af1fb867bd2c1679c
 -SIZE (MesaLib-6.2.1.tar.bz2) = 1627520
 +MD5 (MesaDemos-6.4.1.tar.bz2) = 99df1fdcb98d391666b476ca6f1dda8a
 +SHA256 (MesaDemos-6.4.1.tar.bz2) = f716751f1b750b186c08295cd40762ba98ece01f87eaf5b8db22fcb91c14bb14
 +SIZE (MesaDemos-6.4.1.tar.bz2) = 819391
 +MD5 (MesaLib-6.4.1.tar.bz2) = ea148c828ec6f645526451db1b8556f1
 +SHA256 (MesaLib-6.4.1.tar.bz2) = 2c1c8784cccab416a52ef9512e3539a0063b88dcc9b0abbcf1a407f9808758cf
 +SIZE (MesaLib-6.4.1.tar.bz2) = 2913887
 
 
 ------=_Part_16570_28243356.1135127044561--



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