pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lua-sql-*: Cleanups



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 8 13:56:18 2016 +0200
Changeset:	d58cd1b7cb4ecd2f3cdbdeffc6c88e0e2899c26d

Modified Files:
	lua-sql-postgres/PLIST
Removed Files:
	lua-sql-mysql/MESSAGE
	lua-sql-postgres/MESSAGE
	lua-sql-sqlite/MESSAGE

Log Message:
lua-sql-*: Cleanups

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d58cd1b7cb4ecd2f3cdbdeffc6c88e0e2899c26d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lua-sql-mysql/MESSAGE    | 13 -------------
 lua-sql-postgres/MESSAGE | 13 -------------
 lua-sql-postgres/PLIST   |  2 +-
 lua-sql-sqlite/MESSAGE   | 13 -------------
 4 files changed, 1 insertion(+), 40 deletions(-)

diffs:
diff --git a/lua-sql-mysql/MESSAGE b/lua-sql-mysql/MESSAGE
deleted file mode 100644
index abb9e7b..0000000
--- a/lua-sql-mysql/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/02/26 15:03:07 poppnk Exp $
-
-To use lua-pgsql in your lua programs you must set this environ variable:
-
-   LUA_INIT = "loadlib('/usr/pkg/lib/libluasqlpostgres.so',
-		'luasql_libopen_postgres')();"
-
-   You will probably will problems loading the library, then environ that:
-
-   LD_LIBRARY_PATH=${PREFIX}/lib
-
-===========================================================================
diff --git a/lua-sql-postgres/MESSAGE b/lua-sql-postgres/MESSAGE
deleted file mode 100644
index abb9e7b..0000000
--- a/lua-sql-postgres/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/02/26 15:03:07 poppnk Exp $
-
-To use lua-pgsql in your lua programs you must set this environ variable:
-
-   LUA_INIT = "loadlib('/usr/pkg/lib/libluasqlpostgres.so',
-		'luasql_libopen_postgres')();"
-
-   You will probably will problems loading the library, then environ that:
-
-   LD_LIBRARY_PATH=${PREFIX}/lib
-
-===========================================================================
diff --git a/lua-sql-postgres/PLIST b/lua-sql-postgres/PLIST
index f490954..b36c3a0 100644
--- a/lua-sql-postgres/PLIST
+++ b/lua-sql-postgres/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-lib/lua/5.2/luasql/postgres.so
+${LUA_CDIR}/luasql/postgres.so
diff --git a/lua-sql-sqlite/MESSAGE b/lua-sql-sqlite/MESSAGE
deleted file mode 100644
index abb9e7b..0000000
--- a/lua-sql-sqlite/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/02/26 15:03:07 poppnk Exp $
-
-To use lua-pgsql in your lua programs you must set this environ variable:
-
-   LUA_INIT = "loadlib('/usr/pkg/lib/libluasqlpostgres.so',
-		'luasql_libopen_postgres')();"
-
-   You will probably will problems loading the library, then environ that:
-
-   LD_LIBRARY_PATH=${PREFIX}/lib
-
-===========================================================================


Home | Main Index | Thread Index | Old Index