diff options
author | 2016-03-22 16:02:02 +0000 | |
---|---|---|
committer | 2016-03-22 16:02:02 +0000 | |
commit | dbc98a8fc585fba08fcc8e70a341ced54af0ea0f (patch) | |
tree | 76d62a3356afa6d63465745f2a8a6e97f430c3c0 /share/man/man5/ruby-module.5 | |
parent | Connected routes are no longer identified by a AF_LINK gateway so adjust (diff) | |
download | wireguard-openbsd-dbc98a8fc585fba08fcc8e70a341ced54af0ea0f.tar.xz wireguard-openbsd-dbc98a8fc585fba08fcc8e70a341ced54af0ea0f.zip |
The scaffolding to support architectures without shared libraries
has been removed from the ports infrastructure. Gone are:
* variables CONFIGURE_SHARED, NO_SHARED_LIBS, NO_SHARED_ARCHS, SHARED_ONLY
* PROPERTIES value "no_shared"
* PFRAG.shared and PFRAG.no-shared files
Also drop mention of the long gone PROPERTIES value "elf".
ok sthen@, ok & tweaks jmc@
Diffstat (limited to 'share/man/man5/ruby-module.5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 08c93cfb496..442467fcd00 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.18 2016/01/07 22:21:19 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.19 2016/03/22 16:02:02 naddy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -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: January 7 2016 $ +.Dd $Mdocdate: March 22 2016 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -160,8 +160,6 @@ The "ruby gem ext" .Ev CONFIGURE_STYLE should be used for ruby gems with C extensions. This adds -.Ev SHARED_ONLY Ns =Yes -and adds .Ev MODRUBY_LIB_DEPENDS to .Ev LIB_DEPENDS |