aboutsummaryrefslogtreecommitdiff
path: root/databases/gosqlite3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when compiler is clangBaptiste Daroussin2014-12-071-0/+5
| | | | Notes: svn path=/head/; revision=374178
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Change default location of Go packages to LOCALBASE/share/goJulien Laffaye2014-01-111-10/+2
| | | | | | | | | | | | | This fixes problems like ports failing to build if the port is already installed [1] - Bump PORTREVISION of affected ports - Support the install target in bsd.go.mk - STAGE support for free! PR: ports/180003 [1] Notes: svn path=/head/; revision=339441
* 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
* - Remove USE_GZIP (it's default)Alex Kozlov2013-04-171-6/+1
| | | | | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=316012
* - Update to 20120330Julien Laffaye2012-05-141-9/+10
| | | | | | | | | PR: ports/167343 Submitted by: jlaffaye Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=296615
* Bump Go packages for the new Go release.Julien Laffaye2011-11-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286471
* Bump go packages for new go releaseJulien Laffaye2011-10-071-1/+1
| | | | Notes: svn path=/head/; revision=283105
* Bump go packages for new Go releaseJulien Laffaye2011-09-221-0/+1
| | | | Notes: svn path=/head/; revision=282183
* A Go interface for SQLite3, modelled after the C interface.Wen Heping2011-04-141-0/+29
WWW: http://kuroneko.github.com/gosqlite3/ Submitted by: Zhihao Yuan <lichray@gmail.com> (via email) Notes: svn path=/head/; revision=272695