pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Added patch to the built-in IRIX tools. Witho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/542d05508078
branches:  trunk
changeset: 523458:542d05508078
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 08 06:54:34 2007 +0000

description:
Added patch to the built-in IRIX tools. Without that definition, it is
impossible to do any work, since almost all packages have patches and
devel/patch has a broken configure script, which makes the build fail.

diffstat:

 mk/tools/tools.IRIX.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d6e4371d6563 -r 542d05508078 mk/tools/tools.IRIX.mk
--- a/mk/tools/tools.IRIX.mk    Mon Jan 08 06:34:37 2007 +0000
+++ b/mk/tools/tools.IRIX.mk    Mon Jan 08 06:54:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.IRIX.mk,v 1.17 2006/10/17 06:06:14 rillig Exp $
+# $NetBSD: tools.IRIX.mk,v 1.18 2007/01/08 06:54:34 rillig Exp $
 #
 # System-supplied tools for the IRIX operating system.
 
@@ -51,6 +51,7 @@
 TOOLS_PLATFORM.mkdir?=         /sbin/mkdir -p
 TOOLS_PLATFORM.mv?=            /sbin/mv
 TOOLS_PLATFORM.nice?=          /sbin/nice
+TOOLS_PLATFORM.patch?=         /usr/sbin/patch
 .if exists(/usr/bin/printf)
 TOOLS_PLATFORM.printf?=                /usr/bin/printf
 .endif



Home | Main Index | Thread Index | Old Index