Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Dec 2018 20:25:40
0.3.1_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
25 Jun 2017 21:07:58
0.3.1_2

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
17 Jul 2016 11:28:46
0.3.1_2

|
riggs  |
Fix plist for non-default OPTIONs
While on it: USE_MYSQL -> USES=mysql
PR: 211165
Submitted by: info@babaei.net (maintainer)
Reported by: riggs |
17 Jul 2016 06:46:46
0.3.1_2

|
riggs  |
Build with ninja to reduce build time
PR: 210725
Submitted by: info@babaei.net (maintainer) |
25 Apr 2016 16:13:39
0.3.1_2

|
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
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 |
01 Apr 2016 14:00:57
0.3.1_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Oct 2014 10:41:13
0.3.1_2

|
bapt  |
Cleanup plist |
20 Aug 2014 16:17:31
0.3.1_2

|
wg  |
databases/cppdb: fix mysql/mariadb support
PR: 192833
Submitted by: maintainer |
04 Jul 2014 12:15:12
0.3.1_1

|
antoine  |
Fix packaging after PORTREVISION bump |
04 Jul 2014 09:41:00
0.3.1_1

|
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
05 May 2014 12:40:05
0.3.1

|
bapt  |
Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes |
06 Apr 2014 09:58:10
0.3.1

|
ak  |
- Fix typo in LIB_DEPENDS
- Use tar:bz2
- Convert spaces to tabs
PR: ports/188204
Submitted by: "Mohammad S. Babaei" <info@babaei.net> (maintainer) |
11 Dec 2013 18:08:53
0.3.1

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
02 Oct 2013 19:08:42
0.3.1

|
skreuzer  |
CppDB is a SQL connectivity library that is designed to provide platform and
database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many
RDBMSs as possible via cppdb-odbc bridge.
It was written with performance, simplicity in use and locale safety as the
primary goals in mind. It also provides both explicit verbose API and brief
and nice syntactic sugar.
WWW: http://cppcms.com/sql/cppdb/
PR: ports/180404
Submitted by: Mohammad S. Babaei <info@babaei.net> |