FreeBSD Bugzilla – Attachment 80153 Details for
Bug 115022
graphics/mesa-demos: adding OSMesa demos.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mesa-demos.diff
mesa-demos.diff (text/plain), 1.57 KB, created by
Thierry Thomas
on 2007-07-29 23:10:07 UTC
(
hide
)
Description:
mesa-demos.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2007-07-29 23:10:07 UTC
Size:
1.57 KB
patch
obsolete
>diff -urN graphics/mesa-demos.orig/Makefile graphics/mesa-demos/Makefile >--- graphics/mesa-demos.orig/Makefile Sun Jul 8 11:35:07 2007 >+++ graphics/mesa-demos/Makefile Sun Jul 29 23:04:05 2007 >@@ -7,6 +7,7 @@ > > PORTNAME= demos > PORTVERSION= 7.0 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= mesa3d/ >@@ -17,14 +18,15 @@ > MAINTAINER= araujo@FreeBSD.org > COMMENT= OpenGL demos distributed with Mesa > >-LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut >+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ >+ OSMesa.7:${PORTSDIR}/graphics/osmesa > > USE_BZIP2= yes > USE_GMAKE= yes > MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ > PTHREAD_LIBS="${PTHREAD_LIBS}" > ALL_TARGET= >-MAKE_ARGS= SUBDIRS="progs/demos progs/xdemos" >+MAKE_ARGS= SUBDIRS="progs/demos progs/xdemos progs/osdemos" > WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION} > DATADIR= ${PREFIX}/share/mesa-demos > >@@ -46,12 +48,11 @@ > offset overlay pbdemo pbinfo wincopy xfont xrotfontdemo \ > yuvrect_client > >+OSDEMO_PROGS= osdemo ostest1 >+ > # Generate packing list > PLIST_FILES= >-.for prog in ${DEMO_PROGS} >-PLIST_FILES+= bin/${prog} >-.endfor >-.for prog in ${XDEMO_PROGS} >+.for prog in ${DEMO_PROGS} ${XDEMO_PROGS} ${OSDEMO_PROGS} > PLIST_FILES+= bin/${prog} > .endfor > .for img in ${DEMO_IMAGES} >@@ -77,6 +78,10 @@ > done > @for prog in ${XDEMO_PROGS}; do \ > ${INSTALL_PROGRAM} ${WRKSRC}/progs/xdemos/$$prog \ >+ ${PREFIX}/bin ; \ >+ done >+ @for prog in ${OSDEMO_PROGS}; do \ >+ ${INSTALL_PROGRAM} ${WRKSRC}/progs/osdemos/$$prog \ > ${PREFIX}/bin ; \ > done > ${MKDIR} ${DATADIR}/images ${DATADIR}/data
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115022
: 80153