diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-26 10:02:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-26 10:02:36 +0000 |
commit | e6ff7c246c395e49754b523388f8a7c5d79e1312 (patch) | |
tree | 7c26d453e9061ca14b6dbc1cc9894ebd20369b0a | |
parent | be3969890ba014b3c7e3edfffb9cb21eae6d4c5a (diff) |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 | ||||
-rw-r--r-- | share/man/man7/packages-specs.7 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e7325c3aa68..613ccdec21f 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.272 2010/11/26 07:46:31 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.273 2010/11/26 10:02:35 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1674,7 +1674,7 @@ default package spec for using this port as a dependency. Defaults to .Sq stem-* , derived from the -.Ev FULLPKGNAME. +.Ev FULLPKGNAME . Do not override without very good reasons, namely software that coexist as different incompatible versions with the same stem, e.g., already a mess. diff --git a/share/man/man7/packages-specs.7 b/share/man/man7/packages-specs.7 index 17420e79b59..dcdf90b9465 100644 --- a/share/man/man7/packages-specs.7 +++ b/share/man/man7/packages-specs.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages-specs.7,v 1.17 2010/11/26 07:46:31 espie Exp $ +.\" $OpenBSD: packages-specs.7,v 1.18 2010/11/26 10:02:35 jmc Exp $ .\" .\" Copyright (c) 2001 Marc Espie .\" @@ -156,13 +156,13 @@ the dependent port may override this default, and set .Ev PKGSPEC to achieve a more restrictive default, for instance, .Pa databases/db/v3 -sets the default to +sets the default to .Qq PKGSPEC = db->=3,<4 -to avoid collision with +to avoid collision with .Pa databases/db/v4 . Be extra cautious with this functionality: this tweaks the depends line for any including package, thus usually requiring a version bump, and is in -general only required for very messy cases where several incompatible versions +general only required for very messy cases where several incompatible versions of the same software coexist as packages with the same stem. .Pp An explicit specification such as |