pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk So the patch(1) shipped with Interix is just *sligh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/224d59ff272d
branches:  trunk
changeset: 473625:224d59ff272d
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Apr 22 03:36:30 2004 +0000

description:
So the patch(1) shipped with Interix is just *slightly* too old: it can't
cope with "new" files (i.e., -0+0 starting line).  Do what AIX does and
make pkgsrc depend on textproc/patch for Interix.

diffstat:

 mk/defs.Interix.mk |  4 ++--
 mk/tools.mk        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b929eaa651e9 -r 224d59ff272d mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Thu Apr 22 03:31:47 2004 +0000
+++ b/mk/defs.Interix.mk        Thu Apr 22 03:36:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.13 2004/04/21 14:55:32 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.14 2004/04/22 03:36:30 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -47,7 +47,7 @@
 MTREE?=                ${LOCALBASE}/sbin/mtree
 MV?=           /bin/mv
 NICE?=         /bin/nice
-PATCH?=                /bin/patch
+PATCH?=                ${LOCALBASE}/bin/gpatch
 .if exists(${LOCALBASE}/bin/pax)
 PAX?=          ${LOCALBASE}/bin/pax
 .else
diff -r b929eaa651e9 -r 224d59ff272d mk/tools.mk
--- a/mk/tools.mk       Thu Apr 22 03:31:47 2004 +0000
+++ b/mk/tools.mk       Thu Apr 22 03:36:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.32 2004/03/29 14:03:09 grant Exp $
+# $NetBSD: tools.mk,v 1.33 2004/04/22 03:36:30 tv Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -139,7 +139,7 @@
 _TOOLS_OPSYS_HAS_GNU.lex+=     OpenBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.m4+=      # empty
 _TOOLS_OPSYS_HAS_GNU.make+=    Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.patch+=   Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-*
+_TOOLS_OPSYS_HAS_GNU.patch+=   Darwin-*-* FreeBSD-*-* Linux-*-*
 _TOOLS_OPSYS_HAS_GNU.patch+=   NetBSD-*-* OpenBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.sed+=     FreeBSD-*-* Linux-*-* NetBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.yacc+=    Linux-*-*



Home | Main Index | Thread Index | Old Index