From 5348f314b1f6965874a880ceb4b5d8796c1c82ef Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 30 Jul 2018 14:13:08 +0000 Subject: [PATCH] Tweak history Document that LOCALBASE changes may not work. Be less dramatic about it, as it doesn't appear to be *that* bad. --- share/man/man5/bsd.port.mk.5 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b6ddbe3203b..030d7332271 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.491 2018/07/30 12:47:12 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.492 2018/07/30 14:13:08 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -4316,7 +4316,7 @@ to remove bugs. New features have been carefully introduced, trying hard to avoid inconsistencies. .Pp -FLAVORS, MULTI_PACKAGES and FAKE are +FLAVORS, MULTI_PACKAGES SEPARATE_BUILD and FAKE are .Ox improvements. Most recent additions do not come from another @@ -4326,9 +4326,10 @@ Most recent additions do not come from another .Sh BUGS AND LIMITATIONS .Ev LOCALBASE , .Ev X11BASE , -.Ev SYSCONFDIR +.Ev BASESYSCONFDIR , +.Ev VARBASE and .Ev PREFIX are not heeded consistently. -Most of the ports tree will probably fall -apart if one tries to build/use stuff elsewhere. +Using anything but the default values has not been heavily tested. +Some ports may not build if you change them. -- 2.20.1