aboutsummaryrefslogtreecommitdiff
path: root/databases/libdrizzle
Commit message (Collapse)AuthorAgeFilesLines
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-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
* All modern compiler can build libdrizzleBaptiste Daroussin2013-12-131-1/+0
| | | | Notes: svn path=/head/; revision=336351
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Fix conversionBaptiste Daroussin2013-03-211-1/+1
| | | | | | | Reported by: freshports sanity check Notes: svn path=/head/; revision=314857
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-11/+5
| | | | Notes: svn path=/head/; revision=314856
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add OPTION to explicitly build the documentation set and the doxygenGreg Larkin2010-06-041-0/+8
| | | | | | | | | dependency. This option will be off by default so the databases/drizzle build can avoid building doxygen and its deps when it builds the libdrizzle dep. databases/drizzle also has the same option, defaulted to "off". Notes: svn path=/head/; revision=255685
* - Updated to 0.8Greg Larkin2010-04-092-6/+5
| | | | Notes: svn path=/head/; revision=252489
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* This is the the client and protocol library for the Drizzle project.Greg Larkin2010-03-155-0/+434
The server, drizzled, will use this as for protocol library. Client utilities and any new projects that require low-level protocol communication (like proxies). Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) should be built off of this library. WWW: https://launchpad.net/libdrizzle Notes: svn path=/head/; revision=251093