summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-04-17 18:56:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-04-17 18:56:19 +0000
commit32622bd2941061235594b2ae27f7371d7e99bd58 (patch)
tree5050dffc9da9b9ca917e74e081f690f679af883d
parent9f18642d91ed152d3b4d2da7f1a8b3954e724a70 (diff)
all archs support shared libs; from bob nw8l
ok sthen
-rw-r--r--share/man/man7/library-specs.714
1 files changed, 2 insertions, 12 deletions
diff --git a/share/man/man7/library-specs.7 b/share/man/man7/library-specs.7
index 9a301b42cab..07852178590 100644
--- a/share/man/man7/library-specs.7
+++ b/share/man/man7/library-specs.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: library-specs.7,v 1.11 2015/09/27 14:27:52 sthen Exp $
+.\" $OpenBSD: library-specs.7,v 1.12 2016/04/17 18:56:18 jmc Exp $
.\"
.\" Copyright (c) 2001-2010 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: September 27 2015 $
+.Dd $Mdocdate: April 17 2016 $
.Dt LIBRARY-SPECS 7
.Os
.Sh NAME
@@ -92,16 +92,6 @@ If a specific major number is needed, use the form
If the minor component is left empty, any minor will do.
If both components are left empty, any version will do.
.Pp
-If a given architecture does not support shared libraries, all
-.Ev LIB_DEPENDS
-will be turned into simple
-.Ev BUILD_DEPENDS
-checks, and so,
-failure to mention
-.Ev RUN_DEPENDS
-if the port needs anything beyond libraries from the dependent port will
-lead to strange errors on such architectures.
-.Pp
Most specifications won't mention a
.Pa path :
.Xr resolve-lib 1