remove SHARED_ONLY from simple lua ports

This commit is contained in:
naddy 2016-03-18 20:49:27 +00:00
parent 58ec6d6985
commit fbe8082fe1
27 changed files with 27 additions and 72 deletions

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.11 2015/11/24 09:11:02 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2016/03/18 20:49:27 naddy Exp $
COMMENT= lua binding of zlib
SHARED_ONLY= Yes
DISTNAME= luazlib-20100731
REVISION= 2
CATEGORIES= archivers

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 01:30:27 espie Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.3 2016/03/18 20:49:27 naddy Exp $
COMMENT= convert data to and from C structs

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2014/09/13 18:09:20 brad Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.9 2016/03/18 20:49:27 naddy Exp $
COMMENT-main= database interface library for Lua (including SQLite3)
COMMENT-mysql= MySQL driver for luadbi

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/11/30 20:54:04 landry Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.2 2016/03/18 20:49:27 naddy Exp $
COMMENT = interface LDAP from lua
DISTNAME= lualdap-1.1.0

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/05/18 06:56:04 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.18 2016/03/18 20:49:27 naddy Exp $
COMMENT= binding of sqlite3 for lua
PKGNAME= luasqlite3-0.4.1

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2015/01/08 15:04:15 landry Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.6 2016/03/18 20:49:27 naddy Exp $
COMMENT = Lua procedural language support for PostgreSQL

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/06/05 08:27:26 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.15 2016/03/18 20:49:27 naddy Exp $
COMMENT= parsing expression grammars library for lua
DISTNAME= lpeg-0.12.2

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2013/07/19 12:02:48 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.4 2016/03/18 20:49:27 naddy Exp $
COMMENT= JSON support for Lua

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/11/24 09:11:04 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.5 2016/03/18 20:49:27 naddy Exp $
COMMENT= MessagePack implementation and bindings for Lua

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.17 2015/05/18 11:29:37 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2016/03/18 20:49:27 naddy Exp $
COMMENT= alarm library for the lua language
SHARED_ONLY= Yes
DISTNAME= lalarm
DATE= 20061011

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:11 espie Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.12 2016/03/18 20:49:27 naddy Exp $
COMMENT= library for bitwise operations in lua

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.14 2014/11/18 10:17:18 brad Exp $
# $OpenBSD: Makefile,v 1.15 2016/03/18 20:49:27 naddy Exp $
COMMENT = lua binding of libevent
SHARED_ONLY = Yes
DISTNAME = luaevent-prosody-0.1.1
PKGNAME= luaevent-0.2.1

View File

@ -1,5 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2015/12/29 20:06:52 jasper Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.23 2016/03/18 20:49:27 naddy Exp $
COMMENT = file system library for the lua language
V = 1_6_3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2014/08/30 21:54:07 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2016/03/18 20:49:27 naddy Exp $
COMMENT= library for packing and unpacking binary data
DISTNAME= luapack-20061124
@ -11,7 +11,6 @@ HOMEPAGE= http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/lua
SHARED_ONLY= Yes
TEST_DEPENDS=${BUILD_PKGPATH}
do-build:

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/03/11 10:50:11 espie Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.20 2016/03/18 20:49:28 naddy Exp $
COMMENT= posix library for the lua language
DISTNAME= luaposix-5.1.4

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/05/16 10:07:19 kettenis Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.8 2016/03/18 20:49:28 naddy Exp $
COMMENT= time profiler for Lua

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.17 2015/05/22 09:17:35 kettenis Exp $
# $OpenBSD: Makefile,v 1.18 2016/03/18 20:49:28 naddy Exp $
SHARED_ONLY= Yes
COMMENT= lua binding of posix and pcre regex libraries
DISTNAME= lrexlib-2.4.0
PKGNAME= luarexlib-2.4.0

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.19 2016/01/06 22:25:55 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2016/03/18 20:49:28 naddy Exp $
COMMENT = multiple states library for the lua language
SHARED_ONLY = Yes
GH_TAGNAME = v_1_3_0
GH_PROJECT = rings

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/05/30 16:53:49 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2016/03/18 20:49:28 naddy Exp $
COMMENT= lua text classification module and anti-spam solution
@ -14,7 +14,6 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/lua
MODLUA_SA= Yes
SHARED_ONLY= Yes
NO_TEST= Yes
do-build:

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.57 2016/03/01 00:07:17 sthen Exp $
# $OpenBSD: Makefile,v 1.58 2016/03/18 20:49:28 naddy Exp $
BROKEN-hppa= libpt.so.7.0: undefined reference to __sync_fetch_and_or_4
SHARED_ONLY= Yes
COMMENT= H.323 gatekeeper
DISTNAME= gnugk-4.1

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2015/04/05 13:31:14 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.32 2016/03/18 20:49:28 naddy Exp $
COMMENT= network support for the lua language
V= 3.0-rc1

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2016/02/16 21:42:43 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.41 2016/03/18 20:49:28 naddy Exp $
COMMENT= communications server for Jabber/XMPP written in Lua
DISTNAME= prosody-0.9.10

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.15 2013/05/30 16:01:12 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2016/03/18 20:49:28 naddy Exp $
COMMENT= Lua binding for the OpenSSL crypto libraries
SHARED_ONLY= Yes
DISTNAME= luacrypto-0.2.0
REVISION= 3

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2016/03/10 01:04:51 gsoares Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.17 2016/03/18 20:49:28 naddy Exp $
COMMENT= lua binding to OpenSSL to provide TLS/SSL communication
VERSION= 0.6

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2015/06/19 16:24:06 jca Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.11 2016/03/18 20:49:28 naddy Exp $
COMMENT = lua library for the expat XML parser
DISTNAME = luaexpat-1.3.0

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2015/10/09 12:48:22 jasper Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.3 2016/03/18 20:49:28 naddy Exp $
COMMENT = Lua binding to libsoldout

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.135 2015/12/30 07:54:42 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.136 2016/03/18 20:49:28 naddy Exp $
COMMENT= secure, fast, compliant, and very flexible web-server