diff options
author | 2013-11-25 13:15:22 +0000 | |
---|---|---|
committer | 2013-11-25 13:15:22 +0000 | |
commit | d9f7ef7293b7e53ce0736d9d364e3b9c396455aa (patch) | |
tree | 245988747dabc4e79103b2f3a724598186a9f30c /share/man/man5 | |
parent | use u_char for buffers in yylex, for ctype calls (diff) | |
download | wireguard-openbsd-d9f7ef7293b7e53ce0736d9d364e3b9c396455aa.tar.xz wireguard-openbsd-d9f7ef7293b7e53ce0736d9d364e3b9c396455aa.zip |
miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX can
use .xz files with big dictionaries like the other platforms.
ok brad@ sthen@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 831585e8d01..d87a8557692 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.386 2013/11/07 01:25:27 juanfra Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.387 2013/11/25 13:15:22 juanfra Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 7 2013 $ +.Dd $Mdocdate: November 25 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1534,9 +1534,6 @@ do gzip -dc ${FULLDISTDIR}/$$archive | tar xf -;; esac done -.Ed -The use of xz archives is discouraged, as it makes things impossible to -build on vax. .It Ev EXTRACT_ONLY Set to the list of distfiles to actually extract if some distfiles should not be extracted during the |