aboutsummaryrefslogtreecommitdiff
path: root/databases/luadbi
Commit message (Collapse)AuthorAgeFilesLines
* Fixed linker error if option sqlite3 is enable.Matthias Fechner2019-02-071-1/+1
| | | | | | | | | PR: 224224 Submitted by: tcberner Reported by: martin@sugioarto.com Notes: svn path=/head/; revision=492355
* 1: Update to 0.6Vanilla I. Shu2017-08-284-40/+32
| | | | | | | | | | 2: switch to github. PR: 221856 Submitted by: maintainer Notes: svn path=/head/; revision=448847
* databases/luadbi: unbreak postgres case after testsKurt Jaeger2017-03-151-1/+0
| | | | | | | Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de> Notes: svn path=/head/; revision=436199
* databases/luadbi: unbreak with new distsiteKurt Jaeger2017-03-143-19/+25
| | | | | | | | | PR: 212884 Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> (maintainer) Reviewed by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de> Notes: svn path=/head/; revision=436168
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* databases/luadbi is not jobs safeJohn Marino2016-06-011-0/+2
| | | | | | | | | I've witnessed this port fail two separate times because it doesn't ensure that the "build" directory has been created before it starts constructing object files. Notes: svn path=/head/; revision=416264
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Fix shebangsDmitry Marakasov2015-09-041-27/+23
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=396129
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Convert to USES=pgsqlBaptiste Daroussin2014-05-271-1/+1
| | | | Notes: svn path=/head/; revision=355483
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-2/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* - Add new port databases/luadbiDanilo Egea Gondolfo2013-10-294-0/+87
LuaDBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations. WWW: http://code.google.com/p/luadbi/ PR: ports/183079 Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> Notes: svn path=/head/; revision=331922