summaryrefslogtreecommitdiff
path: root/databases/sqlcached (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* databases/sqlcached: Switch to sqlite3 and respect {C,LD}FLAGSTobias Kortkamp2018-10-062-7/+23
| | | | | | PR: 231992 Submitted by: tobik Approved by: ivoras (maintainer, via mail)
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* databases/sqlcached: document ncurses requirement (USES+=ncurses)John Marino2016-02-081-1/+2
| | | | | | Also link with ncurses, not curses approved by: infrastructure blanket
* databases/sqlite2:Tijl Coosemans2014-09-111-0/+1
| | | | - Convert to USES=libtool and bump dependent ports
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Add USES=readline to fix build on -current.Adam Weinberger2014-07-231-0/+2
|
* - remove CFLAGS [1]Olli Hauer2013-09-291-1/+0
| | | | [1] discussed with ivoras@ (maintainer) per PM
* - update to r6Olli Hauer2013-09-292-21/+13
| | | | | | | - add stage support PR: ports/182409 Submitted by: Ivan Voras <ivoras@FreeBSD.org> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | databases)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with D
* - Fix build with custom LOCABASEIon-Mihai Tetcu2009-06-161-12/+21
| | | | | | | | | - respect PREFIX in rc script - use variable were we can Submitted by: Sahil Tandon Reported by: QATty Approved by: maintainer
* SQLCacheD is a memory-based SQL database intended for use as a memory cacheMartin Wilke2007-03-013-0/+46
engine. In purpose, it.s similar to (and inspired by) memcached but allows fine-grained data manipulation using SQL. WWW: http://sqlcached.sourceforge.net/ PR: ports/109679 Submitted by: ivoras@