aboutsummaryrefslogtreecommitdiff
path: root/databases/tarantool-c
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to newer snapshot (0ab37e8)Sunpoet Po-Chuan Hsieh2020-11-212-5/+5
| | | | | | | | | - Bump PORTREVISION for package change Changes: https://github.com/tarantool/tarantool-c/commits/master Notes: svn path=/head/; revision=555820
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* databases/tarantool-c: fix build with GCC-based architecturesPiotr Kubaj2019-07-191-1/+1
| | | | | | | | | | mp_unreachable is not detected by base GCC: /usr/local/include/msgpuck.h:190: warning: inline function 'mp_unreachable' declared but never defined Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506921
* Update r504086: use an unconditional patch which could be merged upstreamSunpoet Po-Chuan Hsieh2019-06-253-21/+16
| | | | | | | Tested by: linimon Notes: svn path=/head/; revision=505107
* Update to latest snapshotSunpoet Po-Chuan Hsieh2019-06-162-5/+7
| | | | | | | | | | | - Add LICENSE_FILE - Fix linking: change from libmsgpuck.a to libmsgpuck.so - Bump PORTREVISION for package change Changes: https://github.com/tarantool/tarantool-c/commits/master Notes: svn path=/head/; revision=504296
* Patch out a CFLAG definition on GCC-based systems to prevent theMark Linimon2019-06-132-2/+22
| | | | | | | | | | | | | | following error: cc1: error: unrecognized command line option "-Wno-implicit-fallthrough" The CMakeLists.txt file is sufficiently complicated that this seemed like the cleanest approach. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=504086
* Update to newer snapshotSunpoet Po-Chuan Hsieh2019-04-074-31/+8
| | | | | | | Changes: https://github.com/tarantool/tarantool-c/commits/master Notes: svn path=/head/; revision=498310
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2018-03-015-30/+38
| | | | | | | | | | | | - Add LICENSE - Use CMAKE_OFF - Bump PORTREVISION for package change - Take maintainership Changes: https://github.com/tarantool/tarantool-c/commits/master Notes: svn path=/head/; revision=463310
* Reset vg@'s ports after he resigned.Rene Ladan2018-02-231-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=462745
* - At least aarch64 and mips64 build file after r441826, assuming all archs fixedDmitry Marakasov2017-12-101-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455889
* This is believed to be fixed by r441826. (At least, it builds correctlyMark Linimon2017-11-291-1/+0
| | | | | | | | | on armv7 as-is.) Reported by: danfe Notes: svn path=/head/; revision=455129
* Respect CFLAGS: particularly, do not pass `-march=native' which someAlexey Dokuchaev2017-05-271-0/+3
| | | | | | | compilers do not like, which in turn might break the build. Notes: svn path=/head/; revision=441826
* Also broken on armv6.Mark Linimon2017-05-241-0/+1
| | | | Notes: svn path=/head/; revision=441574
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+1
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426088
* Github cleanup.Mathieu Arnold2016-06-011-1/+0
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to latest git versionVeniamin Gvozdikov2016-01-215-10/+17
| | | | | | | - Bump PORTREVISION because developers call is version 0.0.1 Notes: svn path=/head/; revision=406854
* New port: databases/tarantool-cVeniamin Gvozdikov2015-08-225-0/+64
Tarantool-c is a client library written in C for Tarantool. WWW: https://github.com/tarantool/tarantool-c Notes: svn path=/head/; revision=395054