pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix Darwin build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d988e2726c98
branches: trunk
changeset: 492201:d988e2726c98
user: epg <epg%pkgsrc.org@localhost>
date: Wed Apr 06 15:48:17 2005 +0000
description:
Fix Darwin build.
diffstat:
devel/mkcmd/files/makeme | 4 ++--
sysutils/xapply/files/makeme | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 5dd459ceb15d -r d988e2726c98 devel/mkcmd/files/makeme
--- a/devel/mkcmd/files/makeme Wed Apr 06 15:45:59 2005 +0000
+++ b/devel/mkcmd/files/makeme Wed Apr 06 15:48:17 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: makeme,v 1.1.1.1 2004/11/10 00:46:04 epg Exp $
+# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
# This hack won't work for every trick you can play with /usr/msrc.
# If the Distfile sends different files to the various platforms, or
# builds a file on the meta source machine with a special tool or
@@ -39,7 +39,7 @@
HOSTTYPE="NEXT2" ;;
*Solaris*|*[Ss]un[Oo][Ss]*)
HOSTTYPE="SUN5" ;;
- *BSD*)
+ Darwin*|*BSD*)
HOSTTYPE="FREEBSD" ;;
BSDI*)
HOSTTYPE="BSDI" ;;
diff -r 5dd459ceb15d -r d988e2726c98 sysutils/xapply/files/makeme
--- a/sysutils/xapply/files/makeme Wed Apr 06 15:45:59 2005 +0000
+++ b/sysutils/xapply/files/makeme Wed Apr 06 15:48:17 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: makeme,v 1.1.1.1 2004/11/10 00:47:45 epg Exp $
+# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
# This hack won't work for every trick you can play with /usr/msrc.
# If the Distfile sends different files to the various platforms, or
# builds a file on the meta source machine with a special tool or
@@ -39,7 +39,7 @@
HOSTTYPE="NEXT2" ;;
*Solaris*|*[Ss]un[Oo][Ss]*)
HOSTTYPE="SUN5" ;;
- *BSD*)
+ Darwin*|*BSD*)
HOSTTYPE="FREEBSD" ;;
BSDI*)
HOSTTYPE="BSDI" ;;
Home |
Main Index |
Thread Index |
Old Index