summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-02 22:24:35 +0000
committerwiz <wiz@pkgsrc.org>2004-11-02 22:24:35 +0000
commit6af35801a0f02b31b031552fc98ffe05f59423bd (patch)
treec3da29e12a4de3635612b1aa310fd0176f113e9b
parent786e3ef21e0c05f24c656e15b789a679ef92d55c (diff)
downloadpkgsrc-6af35801a0f02b31b031552fc98ffe05f59423bd.tar.gz
Some updates for DragonFly from Todd Willey via tech-pkg.
-rw-r--r--mk/platform/DragonFly.mk4
-rw-r--r--mk/tools.mk12
2 files changed, 7 insertions, 9 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index 330e719a29b..3ef53952ec4 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -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 --git a/mk/tools.mk b/mk/tools.mk
index d8f7e232987..3b74bbb8a74 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -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 @@ USE_GNU_TOOLS?= # empty
# 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