pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Some updates for DragonFly from Todd Willey via tec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8298ba2d1b4e
branches:  trunk
changeset: 482770:8298ba2d1b4e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 02 22:24:35 2004 +0000

description:
Some updates for DragonFly from Todd Willey via tech-pkg.

diffstat:

 mk/platform/DragonFly.mk |   4 +---
 mk/tools.mk              |  12 ++++++------
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 4cbc24eac758 -r 8298ba2d1b4e mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Tue Nov 02 21:52:13 2004 +0000
+++ b/mk/platform/DragonFly.mk  Tue Nov 02 22:24:35 2004 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: DragonFly.mk,v 1.1 2004/10/31 22:05:02 wiz Exp $
+# $NetBSD: DragonFly.mk,v 1.2 2004/11/02 22:24:35 wiz Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
-_IGNORE_USE_GNU_TOOLS=patch
-
 AWK?=          /usr/bin/awk
 BASENAME?=     /usr/bin/basename
 BRANDELF?=     /usr/bin/brandelf               # used by linux compat layer
diff -r 4cbc24eac758 -r 8298ba2d1b4e mk/tools.mk
--- a/mk/tools.mk       Tue Nov 02 21:52:13 2004 +0000
+++ b/mk/tools.mk       Tue Nov 02 22:24:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.45 2004/10/14 11:41:40 grant Exp $
+# $NetBSD: tools.mk,v 1.46 2004/11/02 22:24:35 wiz Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -134,16 +134,16 @@
 # instead.
 #
 _TOOLS_OPSYS_HAS_GNU.awk+=     FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.awk+=     NetBSD-1.[0-6]*-*
+_TOOLS_OPSYS_HAS_GNU.awk+=     NetBSD-1.[0-6]*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.grep+=    Darwin-*-* FreeBSD-*-* Linux-*-*
-_TOOLS_OPSYS_HAS_GNU.grep+=    NetBSD-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.grep+=    NetBSD-*-* OpenBSD-*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.lex+=     FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.lex+=     OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.lex+=     OpenBSD-*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.m4+=      # empty
 _TOOLS_OPSYS_HAS_GNU.make+=    Darwin-*-*
 _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.patch+=   NetBSD-*-* OpenBSD-*-* DragonFly-*-*
+_TOOLS_OPSYS_HAS_GNU.sed+=     FreeBSD-*-* Linux-*-* NetBSD-*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.yacc+=    Linux-*-*
 
 # These platforms have GNUish versions of the tools available in the base



Home | Main Index | Thread Index | Old Index