pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Fix shell pattern so it doesn't try to c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c41be95dcb05
branches:  trunk
changeset: 542446:c41be95dcb05
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 17 18:52:17 2008 +0000

description:
Fix shell pattern so it doesn't try to copy the "CVS" directory when
the shell is bash and nocaseglob is enabled (ugh, misfeature).
PR pkg/38671.

diffstat:

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

diffs (18 lines):

diff -r df2f6cd59ca8 -r c41be95dcb05 graphics/Mesa/Makefile.lib
--- a/graphics/Mesa/Makefile.lib        Sat May 17 18:34:50 2008 +0000
+++ b/graphics/Mesa/Makefile.lib        Sat May 17 18:52:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.lib,v 1.10 2008/04/30 07:09:48 bjs Exp $
+# $NetBSD: Makefile.lib,v 1.11 2008/05/17 18:52:17 tnn Exp $
 #
 # This Makefile fragment is included by all packages that build libraries
 # from the Mesa sources.
@@ -66,7 +66,7 @@
         done
 
 post-patch:
-       ${CP} ${.CURDIR}/../MesaLib/files/configs/[a-z]* ${WRKSRC}/configs
+       ${CP} ${.CURDIR}/../MesaLib/files/configs/[d-z]* ${WRKSRC}/configs
 
 post-install: install-headers
 



Home | Main Index | Thread Index | Old Index