Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When there is a do-install target, do not use a post-install target, do | Mathieu Arnold | 2016-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767 | ||||
* | Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite. | Mathieu Arnold | 2016-04-25 | 1 | -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 | ||||
* | Cleanup plist | Baptiste Daroussin | 2014-12-20 | 1 | -2/+1 |
| | | | | Notes: svn path=/head/; revision=375020 | ||||
* | Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that | Tijl Coosemans | 2014-07-04 | 1 | -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 | ||||
* | Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples | Adam Weinberger | 2014-07-03 | 1 | -2/+2 |
| | | | | | | | with PORTDOCS. And, fix a couple WITH_foo invocations. Notes: svn path=/head/; revision=360463 | ||||
* | Support STAGEDIR. | Vanilla I. Shu | 2014-05-16 | 1 | -6/+4 |
| | | | | Notes: svn path=/head/; revision=354192 | ||||
* | [Errno 11] Resource Temporarily Unavailable | Greg Larkin | 2013-12-16 | 1 | -1/+1 |
| | | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656 | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -5/+2 |
| | | | | | | | databases) Notes: svn path=/head/; revision=327717 | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-20 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=271346 | ||||
* | - Upgraded to latest version 1.1 (made up since distfile is not under | Greg Larkin | 2010-06-03 | 2 | -5/+4 |
| | | | | | | | | revision control). Upstream argument assertion fix in square root function. Notes: svn path=/head/; revision=255660 | ||||
* | - Added distfile version numbering so older versions can be installed | Greg Larkin | 2010-06-03 | 2 | -5/+7 |
| | | | | | | | without running into checksum errors. Notes: svn path=/head/; revision=255659 | ||||
* | - Fixed the fetch URL | Greg Larkin | 2010-03-05 | 1 | -4/+1 |
| | | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250604 | ||||
* | Provide mathematical, string and aggregate functions for SQL queries | Greg Larkin | 2010-03-05 | 5 | -0/+120 |
using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile WWW: http://www.sqlite.org/contrib Submitted by: myself (glarkin) Feature safe: yes Notes: svn path=/head/; revision=250602 |