summaryrefslogtreecommitdiff
path: root/databases/memcached/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/memcached: Update version 1.6.14=>1.6.20Muhammad Moinur Rahman2023-05-173-22/+13
| | | | Changelog: https://github.com/memcached/memcached/wiki/ReleaseNotes1620
* databases/memcached: fix build on powerpc64lePiotr Kubaj2021-09-201-0/+10
| | | | | | | | | | In file included from hash.c:7: In file included from ./xxhash.h:2934: /usr/lib/clang/11.0.1/include/altivec.h:55:19: error: unknown type name 'vector' static __inline__ vector bool char __ATTRS_o_ai ^ /usr/lib/clang/11.0.1/include/altivec.h:56:10: error: unknown type name 'vector' vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* databases/memcached: update to 1.6.9Steve Wills2020-12-062-12/+12
| | | | Notes: svn path=/head/; revision=557101
* databases/memcached: update to 1.6.2Steve Wills2020-03-292-41/+40
| | | | Notes: svn path=/head/; revision=529811
* databases/memcached: update to 1.5.6Steve Wills2018-03-011-24/+0
| | | | Notes: svn path=/head/; revision=463356
* databases/memcached: update to 1.5.5Steve Wills2018-02-163-12/+36
| | | | | | | While here, re-generate patches. Notes: svn path=/head/; revision=462012
* databases/memcached: Fix user/group handling for running processMark Felder2018-01-191-2/+5
| | | | | | | | | | | You can now set memcached_user and memcached_group in rc.conf and get expected results of running process and socket ownership. MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D13967 Notes: svn path=/head/; revision=459420
* databases/memcached: fix and enable DTrace optionSteve Wills2016-12-041-2/+12
| | | | Notes: svn path=/head/; revision=427791
* databases/memcached: Update to version 1.4.33Steve Wills2016-11-021-11/+0
| | | | | | | | | | | PR: 213416 Submitted by: luca.pizzamiglio@gmail.com (with modifications) MFH: 2016Q4 Relnotes: https://github.com/memcached/memcached/wiki/ReleaseNotes1433 Security: f4bf713f-6ac7-4b76-8980-47bf90c5419f Notes: svn path=/head/; revision=425108
* databases/memcached: update to 1.4.25Steve Wills2016-03-201-10/+0
| | | | Notes: svn path=/head/; revision=411526
* databases/memcached: fix build with ccache on 64bit systemsSteve Wills2015-10-271-0/+10
| | | | | | | PR: 203219 Notes: svn path=/head/; revision=400333
* databases/memcached: don't assume group is same as userSteve Wills2015-09-171-1/+2
| | | | Notes: svn path=/head/; revision=397116
* databases/memcached: allow control of username passed to memcached daemonSteve Wills2015-09-101-3/+4
| | | | | | | | PR: 202257 Submitted by: simon@optinet.com Notes: svn path=/head/; revision=396546
* databases/memcached: update to 1.4.24Steve Wills2015-06-274-13/+36
| | | | | | | | | | While here, re-generate existing patches Also, add memcached_post_start to rc script [1] Submitted by: Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1] Notes: svn path=/head/; revision=390730
* databases/memcached: fix build with clang 3.5Steve Wills2015-01-162-0/+85
| | | | Notes: svn path=/head/; revision=377190
* databases/memcached: Update to 1.4.21Kubilay Kocak2014-12-102-132/+0
| | | | | | | | | | | | | | | | | - Update to 1.4.21 - Remove doc patches (upstreamed) - Remove unconditional CFLAGS because: a) -fstack-protector is now a default b) -I${LOCALBASE}/include casues SASL headers to be found even when --disable-sasl is set (SASL option disabled). Removal of these flags does not affect libevent header discovery - While I'm here, whitespace alignment Differential Revision: https://reviews.freebsd.org/D1284 Approved by: swills (maintainer) Notes: svn path=/head/; revision=374451
* databases/memcached: fix build when xml2rfc is installedSteve Wills2014-07-222-0/+132
| | | | | | | | | | | | | | | | | | | The docs for require xml2rfc and aren't built in the case where it's not installed. However when they are installed, they fail due to make issues. This patches the doc Makefile to avoid the gmake specific extensions as well as ensuring that network access is not needed to build the docs. It also ensure that xml2rfc is always there in the case where the DOCS option is enabled so that the docs are always built the same. While here, I decided to include some of the cleanup from the PR including the LICENSE change ane enabling the SASL and DOCS options by default since they don't add much in the way of dependencies. Also switched to static plist. PR: 192009 Reported by: jaap@NLnetLabs.nl Notes: svn path=/head/; revision=362570
* - Update to 1.4.13Steve Wills2012-02-081-19/+0
| | | | Notes: svn path=/head/; revision=290624
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 1.4.9Steve Wills2011-10-191-2/+2
| | | | | | | | | | | - Remove repcached patch and support - Fix rc script for startup case [1] PR: ports/161802 [1] Submitted by: "Oleg A. Mamontov" <oleg@mamontov.net> [1] Notes: svn path=/head/; revision=283910
* - Fix issue with RC script [1]Steve Wills2011-10-042-6/+32
| | | | | | | | | | | | - Fix build with SASL support enabled [2] PR: ports/161109 Reported by: Vedad KAJTAZ <vedad@kajtaz.net> [1] Reported by: Ben Tung <benpptung@tacol.biz> [2] Submitted by: dougb [1] Notes: svn path=/head/; revision=282915
* - Fix rc.d script for databases/memcachedSteve Wills2011-09-301-16/+26
| | | | | | | | PR: ports/161109 Submitted by: dougb Notes: svn path=/head/; revision=282666
* - rc script cleanupsSteve Wills2011-08-141-4/+3
| | | | | | | | | PR: ports/158985 Submitted by: swills (me) Approved by: maintainer timeout (mnag) Notes: svn path=/head/; revision=279654
* - add profiles support to init scriptSteve Wills2011-07-011-1/+51
| | | | | | | | | PR: ports/155533 Submitted by: swills Approved by: maintainer timeout (mnag) Notes: svn path=/head/; revision=276816
* - Update repcachedMarcus Alves Grando2010-12-051-8/+0
| | | | | | | | | | - Minor port changes PR: 152574 Submitted by: Maxim Dounin <mdounin___mdounin.ru> Notes: svn path=/head/; revision=265713
* - Update to 1.4.5Marcus Alves Grando2010-08-012-16/+8
| | | | | | | | PR: 148934 Submitted by: Martin Matuska <mm___FreeBSD.org> Notes: svn path=/head/; revision=258560
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.4.4.Xin LI2009-12-221-10/+0
| | | | | | | | | | | | | | - Add an option to build with SASL support. - Unbreak on 8.x. [1] Bugs are mine. PR: ports/141857 [1] Submitted by: amdmi3 [1] Ok'ed by: mnag Notes: svn path=/head/; revision=246413
* - Forget this one in last commit.Marcus Alves Grando2009-10-111-0/+16
| | | | Notes: svn path=/head/; revision=242647
* Fix "patch" target: replace files/patch-configure with inline patch,Sergey Skvortsov2009-07-141-29/+0
| | | | | | | because "patch-configure" conflicts with repcached-2.2-1.2.8.patch Notes: svn path=/head/; revision=237797
* Update REPCACHED patch: to 1.2.8Sergey Skvortsov2009-07-141-1/+1
| | | | | | | | | PR: ports/136103 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=237786
* - Update to 1.2.8Marcus Alves Grando2009-04-251-8/+8
| | | | Notes: svn path=/head/; revision=232720
* - Fix thread support [1]Marcus Alves Grando2009-01-272-0/+39
| | | | | | | | | | | | - Fix repcached on amd64 updating to repcached 2.2 [2] - Bump PORTREVISION PR: 129631 [1], 129767 [2] Submitted by: Artemiev Igor <ai___kliksys.ru> [1], Maxim Dounin <mdounin___mdounin.ru> [2] Notes: svn path=/head/; revision=226959
* - Update to 1.2.3Marcus Alves Grando2007-09-211-10/+0
| | | | | | | | PR: 115895 Submitted by: delphij Notes: svn path=/head/; revision=199864
* - Update to 1.2.2Marcus Alves Grando2007-05-251-0/+10
| | | | | | | Notified by: Paul Lindner <lindner___inuus.com> Notes: svn path=/head/; revision=191815
* - Update to 1.2.1Marcus Alves Grando2007-04-061-0/+2
| | | | | | | | | | - Change rc.d script to allow to run with negative priority. [1] PR: 108465 [1] Submitted by: Anton Yuzhaninov <citrin___rambler-co.ru> [1] Notes: svn path=/head/; revision=189393
* - Remove patch-memcached.c to increase performance. Ref: ports/94997Marcus Alves Grando2006-12-131-12/+0
| | | | | | | | | | - Bump PORTREVISION - Take MAINTAINER PR: 106669 Notes: svn path=/head/; revision=179671
* Update to 1.2.0Sergey Skvortsov2006-11-301-11/+11
| | | | | | | | | | Changes: http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog PR: ports/103523 Submitted by: skv Approved by: maintainer timeout (68 days) Notes: svn path=/head/; revision=178335
* Apply performance patch to memcached to reduce latency when a response isSean Chittenden2006-07-031-0/+12
| | | | | | | | | | | | | | | | being sent over two packets. http://citrin.ru/stuff/memcached/read.png http://citrin.ru/stuff/memcached/write.png Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been released. :) Bump port version. PR: ports/94997 Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru> Notes: svn path=/head/; revision=166866
* Clean up memcached startup script: no functional changes.Sean Chittenden2006-02-211-4/+3
| | | | | | | | PR: ports/93645 Submitted by: mnag@ Notes: svn path=/head/; revision=156612
* - Fix REQUIRED in rc scriptMarcus Alves Grando2006-02-022-23/+32
| | | | | | | | | | | | | | - Add option to change startup user in rc script - Reorganize Makefile and rc script - Remove pkg-plist and add PLIST_FILES and PORTDOCS - Bump PORTREVISION PR: 91931 Submitted by: mnag Approved by: seanc (maintainer timeout 15 days) Notes: svn path=/head/; revision=155081
* Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)Marcus Alves Grando2005-12-091-0/+2
| | | | | | | | | | | | | Bump PORTREVISION Add secondary master site Use USE_RC_SUBR=memcached.sh Add SHA256 PR: 89493 Approved by: seanc (maintainer timeout, 14 days) Notes: svn path=/head/; revision=150721
* - Update to 1.1.12Sergey Matveychuk2005-07-111-0/+21
| | | | | | | | | | - rcNGfy Submitted by: glebius Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=138897
* Update to memcached 1.1.10 from the duplicate net/memcached port.Kris Kennaway2004-03-286-139/+0
| | | | Notes: svn path=/head/; revision=105473
* Upgrade memcached to 1.1.8Sean Chittenden2003-08-212-9/+26
| | | | | | | Noticed by: fenner's distfile survey Notes: svn path=/head/; revision=87461
* Add memcached: a high-performance, distributed memory object cachingSean Chittenden2003-07-226-0/+122
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Notes: svn path=/head/; revision=85338