aboutsummaryrefslogtreecommitdiff
path: root/databases/tokyocabinet
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2020-07-242-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=543365
* These ports now build on armv7 (and, presumably, armv6).Mark Linimon2019-05-041-3/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=500816
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-10-292-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=483429
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "coredump".Mark Linimon2017-05-271-0/+2
| | | | | | | | | | | This skips the ports that possibly only coredump under qemu. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441875
* Do not redefine DEBUG_DESC when its meaning more or less matches the defaultAlexey Dokuchaev2016-10-281-1/+0
| | | | | | | | option description. Those ports where it meant something more specific were left untouched. Notes: svn path=/head/; revision=424875
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-5/+2
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Unneeded after r413150.Adam Weinberger2016-04-121-11/+0
| | | | Notes: svn path=/head/; revision=413151
* Fix build, install, and package in multiple situations, and use OPTIONS helpersAdam Weinberger2016-04-122-48/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do so. 1) FASTEST option build fails because -fforce-addr doesn't exist, so just remove it from CFLAGS. 2) disabling SHARED broke build The post-install, as well as the plist, never handled the case when SHARED was disabled. By using OPTIONS_SUB and post-install-SHARED-on, it now works. 3) DEBUG and LZMA were incompatible Building with debugging symbols against the external liblzma from ports caused the build to fail. Mark these as incompatible with each other. 4) PROFILE prevents .so from being built Building with profiling enabled disables shared objects from being built, so simply mark these as mutually exclusive. 5) The extra patching for the DOCS option is not needed, so just remove that whole business. It would be advisable to have better descriptions for the LZMA and LZO options, because lzma and lzo support are still enabled with those options deselected: it just uses the libraries from base instead. All of this is comitted under just-fix-it. Notes: svn path=/head/; revision=413150
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - tiny cleanups.Jun Kuriyama2014-11-221-4/+10
| | | | | | | | PR: ports/194342 Submitted by: amdmi3@amdmi3.ru Notes: svn path=/head/; revision=373053
* 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
* - Stage supportMartin Wilke2014-02-122-12/+32
| | | | Notes: svn path=/head/; revision=343846
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | 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 MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Unbreak after OPTIONS conversion.Antoine Brodin2013-06-091-1/+2
| | | | Notes: svn path=/head/; revision=320319
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-27/+31
| | | | Notes: svn path=/head/; revision=314856
* - Upgrade to 1.4.48.Jun Kuriyama2012-11-112-9/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307308
* Update MASTER_SITE and WWW.Jun Kuriyama2011-08-282-2/+2
| | | | | | | | PR: ports/160171 Submitted by: sunpoet Notes: svn path=/head/; revision=280650
* - Upgrade to 1.4.47.Jun Kuriyama2011-02-252-5/+4
| | | | Notes: svn path=/head/; revision=269698
* Comment for PTHREAD OPTION was inverted.Jun Kuriyama2010-10-091-1/+1
| | | | | | | Reported by: nork Notes: svn path=/head/; revision=262663
* - Upgrade to 1.4.46.Jun Kuriyama2010-08-082-5/+5
| | | | Notes: svn path=/head/; revision=258902
* - Upgrade to 1.4.45.Jun Kuriyama2010-05-302-29/+28
| | | | | | | | | | | | | | | | - Remove off64 option. This is no effect on FreeBSD. - Remove ZLIB and BZIP2 options. I cannot image who want to disabe them. - Add LZMA and LZO options (use lzmalib from ports even if on recent 9-current because of missing header). - Add missing SHARED option and sort options [1]. - Clean up usage of WITH_ and WITHOUT_ [1]. PR: ports/146164 [1] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Notes: svn path=/head/; revision=255309
* - Take maintainership.Jun Kuriyama2010-05-041-2/+4
| | | | | | | - Backup distfile to my $MASTER_SITE_LOCAL. Notes: svn path=/head/; revision=253677
* - Release some morePhilip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253435
* - Update databases/tokyocabinet to 1.4.44 [1]Philip M. Gollucci2010-04-262-5/+5
| | | | | | | | | | - Chase SHLIB bump PR: ports/145992 [1] Submitted by lwhsu [1] Notes: svn path=/head/; revision=253304
* - Update databases/tokyocabinet to 1.4.41Philip M. Gollucci2009-12-274-12/+13
| | | | | | | | | | - Bump PORTREVISION of depend ports (sh lib bump) PR: ports/142032 Submitted by: lwshu Notes: svn path=/head/; revision=246739
* - Update databases/tokyocabinet to 1.4.30Philip M. Gollucci2009-07-242-5/+5
| | | | | | | | PR: ports/136988 [prompted by] Submitted by: Qing Feng <qingfeng@me.com> Notes: svn path=/head/; revision=238307
* - Update to 1.4.29Philip M. Gollucci2009-07-132-5/+5
| | | | | | | - bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=237739
* - Update to 1.4.23Philip M. Gollucci2009-05-272-5/+5
| | | | | | | | | | - Chase shlib bump PR: ports/134960 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=234673
* - Update to 1.4.20Philip M. Gollucci2009-05-172-6/+10
| | | | | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134596 Submitted by: lwshu Notes: svn path=/head/; revision=234057
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 1.4.17Philip M. Gollucci2009-05-072-5/+5
| | | | | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134057 Submitted by: lwshu Notes: svn path=/head/; revision=233347
* - Update to 4.1.16Philip M. Gollucci2009-04-252-5/+5
| | | | | | | - Bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=232694
* - Update to 4.1.15Philip M. Gollucci2009-04-222-5/+5
| | | | | | | - Bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=232488
* - Update to 1.4.14Philip M. Gollucci2009-04-102-5/+5
| | | | | | | | PR: ports/133543 Submitted by: lwshu@ Notes: svn path=/head/; revision=231976
* - Update to 1.4.11Li-Wen Hsu2009-03-282-8/+7
| | | | | | | | | | | - Avoid to use http://tokyocabinet.sourceforge.net/ as distfiles [1] PR: ports/132648 [1] Submitted by: Gea-Suan Lin <gslin AT gslin.org> Approved by: maintainer implicitly Notes: svn path=/head/; revision=231192
* - Update to 1.4.9 [2]Li-Wen Hsu2009-03-102-7/+8
| | | | | | | | | | | - Add SF mirrors [1] - portlint(1) fix [1] PR: [1] ports/131799 [2] ports/131799 Submitted by: [1] lwhsu [2] Gea-Suan Lin <gslin AT gslin.org> Notes: svn path=/head/; revision=229827
* - Update to 1.4.4Philip M. Gollucci2009-02-032-5/+5
| | | | | | | - note SHLIB bump (no dependant ports) Notes: svn path=/head/; revision=227488
* - Update to 1.4.3Philip M. Gollucci2009-01-282-5/+5
| | | | | | | - Note SHLIB bump to 7.8.0 (no dependent ports) Notes: svn path=/head/; revision=227026
* - Update to 1.4.1Philip M. Gollucci2009-01-263-7/+12
| | | | | | | - SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports) Notes: svn path=/head/; revision=226912
* - Update to 1.3.27Philip M. Gollucci2009-01-062-5/+5
| | | | | | | - shared lib bump from 7.3.0 -> 7.4.0 (no dependant ports) Notes: svn path=/head/; revision=225349
* Update to 1.3.26Philip M. Gollucci2008-12-273-6/+11
| | | | | | | Pull SHLIB stuff into Makefile to keep pkg-plist changes down Notes: svn path=/head/; revision=224853
* - Update to 1.3.55Philip M. Gollucci2008-12-243-7/+7
| | | | | | | | | - SHLIB bump to 7.2.0 (no dependent ports) Approved by: gabor (mentor) Notes: svn path=/head/; revision=224673
* - Update to 1.3.4Philip M. Gollucci2008-08-283-5/+5
| | | | | | | | | - SHLIB bump, no dependant ports Approved by: gabor (mentor) Notes: svn path=/head/; revision=219360
* - Update to 1.3.2Philip M. Gollucci2008-08-224-44/+36
| | | | | | | | Submitted by: (largely) vanilla (via e-mail) Approved by: gabor (mentor) Notes: svn path=/head/; revision=219001
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338