summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorbjs <bjs>2008-10-29 22:20:28 +0000
committerbjs <bjs>2008-10-29 22:20:28 +0000
commit1ebe1d698d41ca1c34cbdad81d36bcb61e2c7339 (patch)
tree15f28e82edea30af223dc151406d5237b908717d /graphics/Mesa
parentceb13260b3193762d6c553336c33925d77a08f30 (diff)
downloadpkgsrc-1ebe1d698d41ca1c34cbdad81d36bcb61e2c7339.tar.gz
Refactor declaration of PATCHFILES/PATCH_SITES again, allowing
the X server to define its own. PATCHFILES for modular-xorg-server are now located in ${MASTER_SITE_LOCAL:=xorg-server-patchfiles/}.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.version4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version
index 49bc15d15a3..5d7fcbf692c 100644
--- a/graphics/Mesa/Makefile.version
+++ b/graphics/Mesa/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.4 2008/10/29 00:51:56 bjs Exp $
+# $NetBSD: Makefile.version,v 1.5 2008/10/29 22:20:28 bjs Exp $
#
# When changing this version, please run "make distinfo" in the following
# package directories:
@@ -17,6 +17,8 @@ MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
MESA_PATCHFILES= 001 002
MESA_PATCHLEVEL= .1
+.if defined(PKGPATH) && empty(PKGPATH:Mx11/modular-xorg-server)
PATCHFILES+= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
PATCH_SITES+= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
PATCH_DIST_STRIP= -p0
+.endif