diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-05-12 10:27:31 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-05-12 10:27:31 +0000 |
commit | e67a5f209d9aae71f7adbf1523e24700c23c27a7 (patch) | |
tree | b54a8eff43a5216bb70da37981daa82dcc4519d4 | |
parent | 7ad733a8346d0ffc21ee0308ff878ea1004455dd (diff) |
much more exhaustive list of variables usually affected
-rw-r--r-- | share/man/man5/port-modules.5 | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index ec0a3fa1152..9c8902081b1 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.3 2008/05/11 19:45:41 espie Exp $ +.\" $OpenBSD: port-modules.5,v 1.4 2008/05/12 10:27:30 espie Exp $ .\" .\" Copyright (c) 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: May 11 2008 $ +.Dd $Mdocdate: May 12 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -207,17 +207,27 @@ and provide a module-specific variable with the same value: .Dl MODFOO_VARIABLE = value . .Pp The following variables can be overriden in a relatively safe fashion: +.Ev ALL_TARGET , .Ev CONFIGURE_SCRIPT , .Ev DESTDIRNAME , .Ev DIST_SUBDIR , +.Ev DISTNAME , +.Ev DISTFILES , .Ev EXTRACT_SUFX , .Ev FAKE_FLAGS , .Ev FETCH_MANUALLY , +.Ev HOMEPAGE , +.Ev IGNORE , .Ev IS_INTERACTIVE , .Ev LIBTOOL_FLAGS , -.Ev MAKE_FLAGS , +.Ev MAKE_FILE , .Ev MASTER_SITES , +.Ev MULTI_PACKAGES , +.Ev NO_BUILD , +.Ev NO_REGRESS , +.Ev PATCH_LIST , .Ev PKG_ARCH , +.Ev PKGNAME* , .Ev PREFIX , .Ev REGRESS_IS_INTERACTIVE , .Ev REORDER_DEPENDENCIES , @@ -230,11 +240,22 @@ The following variables can be overriden in a relatively safe fashion: The following variables can be added to in a relatively safe fashion: .Ev BUILD_DEPENDS , .Ev CATEGORIES , +.Ev CONFIGURE_ARGS , +.Ev CONFIGURE_ENV , +.Ev ERRORS , +.Ev FAKE_FLAGS , .Ev FLAVOR , .Ev FLAVORS , +.Ev INSTALL_TARGET , .Ev LIB_DEPENDS , +.Ev MAKE_ENV , +.Ev MAKE_FLAGS , +.Ev PKG_ARGS , .Ev PSEUDO_FLAVORS , +.Ev REGRESS_DEPENDS , +.Ev REORDER_DEPENDENCIES , .Ev RUN_DEPENDS , +.Ev SUBST_VARS , .Ev WANTLIB . .Sh SPECIFIC MODULE INTERACTIONS Some modules correspond to extra ports that will be used mostly as @@ -287,14 +308,16 @@ variables are already defined. Modules may depend upon the following variables already having a sane value: .Ev ARCH , +.Ev DISTDIR , +.Ev LOCALBASE , .Ev LP64_ARCHS , -.Ev NO_BUILD , .Ev NO_DEPENDS , -.Ev NO_REGRESS , .Ev NO_SHARED_ARCHS , .Ev NO_SHARED_LIBS , +.Ev PKGPATH , .Ev PORTSDIR , -.Ev USE_X11 . +.Ev USE_X11 , +.Ev X11BASE . Note that this is only relevant for tests. It is perfectly okay to define variables or targets that depend on the basic ports framework without having to care whether that variable is |