Wed Oct 29 00:51:57 2008 UTC ()
Assign PATCHFILES and PATCH_SITES with += so that we don't stomp on these
definitions in x11/modular-xorg-server/Makefile.


(bjs)
diff -r1.3 -r1.4 pkgsrc/graphics/Mesa/Makefile.version

cvs diff -r1.3 -r1.4 pkgsrc/graphics/Mesa/Attic/Makefile.version (expand / switch to unified diff)

--- pkgsrc/graphics/Mesa/Attic/Makefile.version 2008/10/26 21:03:40 1.3
+++ pkgsrc/graphics/Mesa/Attic/Makefile.version 2008/10/29 00:51:56 1.4
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile.version,v 1.3 2008/10/26 21:03:40 bjs Exp $ 1# $NetBSD: Makefile.version,v 1.4 2008/10/29 00:51:56 bjs Exp $
2# 2#
3# When changing this version, please run "make distinfo" in the following 3# When changing this version, please run "make distinfo" in the following
4# package directories: 4# package directories:
5# 5#
6# graphics/MesaLib 6# graphics/MesaLib
7# graphics/glx-utils 7# graphics/glx-utils
8# 8#
9# used by graphics/Mesa/Makefile.common 9# used by graphics/Mesa/Makefile.common
10# used by x11/modular-xorg-server/options.mk 10# used by x11/modular-xorg-server/options.mk
11 11
12MESA_DISTNAME= MesaLib-${MESA_VERSION} 12MESA_DISTNAME= MesaLib-${MESA_VERSION}
13MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} 13MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
14 14
15MESA_VERSION= 7.0.4 15MESA_VERSION= 7.0.4
16MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} 16MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
17MESA_PATCHFILES= 001 002 17MESA_PATCHFILES= 001 002
18MESA_PATCHLEVEL= .1 18MESA_PATCHLEVEL= .1
19 19
20PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} 20PATCHFILES+= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
21PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ 21PATCH_SITES+= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
22PATCH_DIST_STRIP= -p0 22PATCH_DIST_STRIP= -p0