summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-07-10 19:40:06 +0000
committermiod <miod@openbsd.org>2010-07-10 19:40:06 +0000
commit67bb7c7e7a3de8aa21784c8430c53bb83bc8d6b2 (patch)
tree12ac522f964b1c7ee3e25c11084e7d356a84e6f4
parentsun4e bits (diff)
downloadwireguard-openbsd-67bb7c7e7a3de8aa21784c8430c53bb83bc8d6b2.tar.xz
wireguard-openbsd-67bb7c7e7a3de8aa21784c8430c53bb83bc8d6b2.zip
No mention of compat_freebsd anymore.
-rw-r--r--distrib/notes/packages24
1 files changed, 1 insertions, 23 deletions
diff --git a/distrib/notes/packages b/distrib/notes/packages
index 7685ab58a39..a8826945ff0 100644
--- a/distrib/notes/packages
+++ b/distrib/notes/packages
@@ -1,4 +1,4 @@
-dnl $OpenBSD: packages,v 1.43 2008/08/06 18:22:13 miod Exp $
+dnl $OpenBSD: packages,v 1.44 2010/07/10 19:40:06 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:
@@ -105,21 +105,6 @@ Installing applications from the OpenBSD ports collection:
You should also refer to the ports(7) manual page.
-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.
-dnl
-define({:-EMUL-:},
-{:-ifelse(
-MACHINE_ARCH,i386,{:-FreeBSD-:})-:})dnl
-dnl
-dnl Same as above, defining a manual page to check for more compat
-dnl information.
-dnl
-define({:-EMULMAN-:},
-{:-ifelse(
-MACHINE_ARCH,i386,{:-compat_freebsd(8)-:})-:})dnl
-dnl
Installing other applications:
If an OpenBSD package or port does not exist for an application
@@ -127,13 +112,6 @@ Installing other applications:
<ports@OpenBSD.org> if anyone is working on a port -- there may
be one in progress. If no such port exists, you might want to
look at the FreeBSD ports or NetBSD pkgsrc for inspiration.
- ifelse(EMUL,,,{:-
- It is also quite possible that the EMUL binary packages,
- if they exist, will work for you. Note that you will need to
- enable EMUL binaries emulation with sysctl(8) and set up a
- complete emulation environment.ifelse(EMULMAN,,,{:- Refer to the EMULMAN
- manual page for more information about this.-:})
--:})dnl
If you can't find an existing port, try to make your own and
feed it back to OpenBSD. That's how our ports collection grows.