summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-27 17:49:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-27 17:49:15 +0000
commit1f00dadb6ea7ce169f6ab1af8f22158fdc5146eb (patch)
treeeab0762a3332560379a370d74c284d5dde11065b /distrib
parent7fc6ecead266d3fea668e93c341c266905992eb8 (diff)
sync after amd64 MACHINE_ARCH change.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/m4.common3
-rw-r--r--distrib/notes/packages8
2 files changed, 5 insertions, 6 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 9185f58517d..f1f80539f19 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.50 2004/02/14 18:22:45 todd Exp $
+dnl $OpenBSD: m4.common,v 1.51 2004/02/27 17:49:14 miod Exp $
dnl
dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -19,7 +19,6 @@ dnl
dnl a simple MACHINE->MACHINE_ARCH converter.
define(`MACHINE_ARCH',
`ifelse(
-MACHINE,amd64,x86_64,
MACHINE,amiga,m68k,
MACHINE,cats,arm,
MACHINE,hp300,m68k,
diff --git a/distrib/notes/packages b/distrib/notes/packages
index 888b83325d1..4139baf1f7d 100644
--- a/distrib/notes/packages
+++ b/distrib/notes/packages
@@ -1,4 +1,4 @@
-dnl $OpenBSD: packages,v 1.32 2004/02/13 10:59:24 miod Exp $
+dnl $OpenBSD: packages,v 1.33 2004/02/27 17:49:14 miod Exp $
As complete as your OpenBSD system is, you may want to add any of several
excellent third party software applications. There are several ways to do
this. You can:
@@ -1227,6 +1227,8 @@ define({:-PORTS-:},
{:-ifelse(
MACHINE_ARCH,alpha,{:-FreeBSD
ports or NetBSD package collection-:},
+MACHINE_ARCH,amd64,{:-FreeBSD
+ ports or NetBSD package collection-:},
MACHINE_ARCH,arm,{:-NetBSD
package collection-:},
dnl MACHINE_ARCH,hppa,{:-NetBSD
@@ -1242,9 +1244,7 @@ MACHINE_ARCH,sparc,{:-NetBSD
MACHINE_ARCH,sparc64,{:-FreeBSD
ports or NetBSD package collection-:},
MACHINE_ARCH,vax,{:-NetBSD
- package collection-:},
-MACHINE_ARCH,x86_64,{:-FreeBSD
- ports or NetBSD package collection-:})-:})dnl
+ package collection-:})-:})dnl
dnl
dnl If this architecture supports FreeBSD or NetBSD emulation by default,
dnl define text that tells which binary packages you can try to run.