Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove documentation about openbsd, noone tested there for a while
Baptiste Daroussin committed 5 years ago
commit 78a3b7e7c6ffb221c81fefaf83d6031b5403ca17
parent 25d1e1a
1 file changed +0 -32
modified README.md
@@ -10,7 +10,6 @@ Known to work on (has been ported to):

- Linux
- NetBSD/EdgeBSD
-
- OpenBSD/Bitrig
- OSX

Table of Contents:
@@ -286,37 +285,6 @@ in the pkg(8) code make assumptions about OS specific behaviour. If
you do try anything like this, we'd be very interested to hear how you
get on.

-
<a name="pkggit-openbsd"></a>
-
### Building pkg using sources from Git [OpenBSD and Bitrig]
-

-
	# Install packages
-
	pkg_add autoconf automake libtool bitrig-binutils bzip2 git libarchive
-
	
-
	# set environment variables
-
	export AUTOMAKE_VERSION=1.15
-
	export AUTOCONF_VERSION=2.69
-
	
-
	# create a download directory
-
	mkdir ~/git
-
	
-
	# install pkgconf
-
	cd ~/git
-
	git clone https://github.com/pkgconf/pkgconf
-
	cd pkgconf
-
	./autogen.sh
-
	./configure
-
	make
-
	sudo make install
-
	
-
	# install pkg
-
	cd ~/git
-
	git clone https://github.com/freebsd/pkg
-
	cd pkg
-
	./autogen.sh
-
	./configure
-
	make
-
	sudo make install
-

<a name="usageintro"></a>
## A quick usage introduction to pkg