pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Manually set the patch level instead of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce7c544a56c6
branches:  trunk
changeset: 543409:ce7c544a56c6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jun 16 15:28:56 2008 +0000

description:
Manually set the patch level instead of using overly complex syntax
that lintpkgsrc doesn't understand. PR pkg/38715.

diffstat:

 graphics/Mesa/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6d4fc5c766e -r ce7c544a56c6 graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common     Mon Jun 16 15:14:26 2008 +0000
+++ b/graphics/Mesa/Makefile.common     Mon Jun 16 15:28:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2008/05/29 20:54:14 tnn Exp $
+# $NetBSD: Makefile.common,v 1.65 2008/06/16 15:28:56 tnn Exp $
 #
 # This Makefile fragment is included either directly or indirectly (through
 # Makefile.lib) by all packages that are built from the Mesa sources.
@@ -20,7 +20,7 @@
 MESA_VERSION=          7.0.3
 MESA_PKGVERSION=       ${MESA_VERSION}${MESA_PATCHLEVEL}
 MESA_PATCHFILES=       001 002 003
-MESA_PATCHLEVEL=       ${MESA_PATCHFILES:O:[-1]:C|^[0^]*|.|}
+MESA_PATCHLEVEL=       .3
 
 PATCHFILES=            ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
 PATCH_SITES=           ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/



Home | Main Index | Thread Index | Old Index