diff options
-rw-r--r-- | graphics/Mesa/Makefile.common | 7 | ||||
-rw-r--r-- | graphics/MesaLib/Makefile | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index cd7fe617d2f..5bb590942c9 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.67 2008/07/27 00:11:05 bjs Exp $ +# $NetBSD: Makefile.common,v 1.68 2008/08/17 08:25:50 bjs Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -8,7 +8,8 @@ DISTNAME?= MesaLib-${MESA_VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} +#MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} # When changing this version, please run "make distinfo" in the following # package directories: @@ -19,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} MESA_VERSION= 7.0.4 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} #MESA_PATCHFILES= 001 002 003 -MESA_PATCHLEVEL= .0 +MESA_PATCHLEVEL= .1 #PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} #PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index f2a3f721b5b..4db6c975777 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2008/08/06 02:33:22 dsainty Exp $ +# $NetBSD: Makefile,v 1.69 2008/08/17 08:25:50 bjs Exp $ PKGNAME= MesaLib-${MESA_PKGVERSION} COMMENT= Graphics library similar to SGI's OpenGL -PKGREVISION= 2 MESA_HEADERS= gl.h gl_mangle.h glext.h glx.h glxext.h \ glx_mangle.h osmesa.h xmesa.h xmesa_x.h \ |