Piotr Kubaj
43e895ad80
databases/memcached: fix build on powerpc64le
...
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);
2021-09-20 09:42:00 +00:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords.
2021-04-06 16:31:13 +02:00
Steve Wills
bce768706a
databases/memcached: update to 1.6.9
2020-12-06 01:38:42 +00:00
Steve Wills
934218c6a6
databases/memcached: update to 1.6.2
2020-03-29 15:56:38 +00:00
Steve Wills
aecb036913
databases/memcached: update to 1.5.6
2018-03-01 22:52:04 +00:00
Steve Wills
1eb32691d2
databases/memcached: update to 1.5.5
...
While here, re-generate patches.
2018-02-16 13:40:24 +00:00
Mark Felder
c904c1df8a
databases/memcached: Fix user/group handling for running process
...
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
2018-01-19 14:32:16 +00:00
Steve Wills
6f4fd1a285
databases/memcached: fix and enable DTrace option
2016-12-04 14:28:22 +00:00
Steve Wills
7761804d90
databases/memcached: Update to version 1.4.33
...
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
2016-11-02 05:26:58 +00:00
Steve Wills
525638c172
databases/memcached: update to 1.4.25
2016-03-20 23:44:06 +00:00
Steve Wills
e7cb3e0761
databases/memcached: fix build with ccache on 64bit systems
...
PR: 203219
2015-10-27 18:01:28 +00:00
Steve Wills
9bdc098fdf
databases/memcached: don't assume group is same as user
2015-09-17 14:52:27 +00:00
Steve Wills
231feeab32
databases/memcached: allow control of username passed to memcached daemon
...
PR: 202257
Submitted by: simon@optinet.com
2015-09-10 00:45:03 +00:00
Steve Wills
3c99d88354
databases/memcached: update to 1.4.24
...
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]
2015-06-27 20:42:04 +00:00
Steve Wills
d34213a753
databases/memcached: fix build with clang 3.5
2015-01-16 17:03:13 +00:00
Kubilay Kocak
215c7e652e
databases/memcached: Update to 1.4.21
...
- 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)
2014-12-10 12:05:49 +00:00
Steve Wills
2c723a0bdc
databases/memcached: fix build when xml2rfc is installed
...
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
2014-07-22 19:30:31 +00:00
Steve Wills
7f2b17d1be
- Update to 1.4.13
2012-02-08 02:02:30 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
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.
2012-01-14 08:57:23 +00:00
Steve Wills
b7f41edd35
- Update to 1.4.9
...
- 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]
2011-10-19 14:21:52 +00:00
Steve Wills
e238d2d239
- Fix issue with RC script [1]
...
- 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]
2011-10-04 13:43:37 +00:00
Steve Wills
b22b80b1b4
- Fix rc.d script for databases/memcached
...
PR: ports/161109
Submitted by: dougb
2011-09-30 13:52:30 +00:00
Steve Wills
7e917981e2
- rc script cleanups
...
PR: ports/158985
Submitted by: swills (me)
Approved by: maintainer timeout (mnag)
2011-08-14 00:44:33 +00:00
Steve Wills
6fd13bd1b9
- add profiles support to init script
...
PR: ports/155533
Submitted by: swills
Approved by: maintainer timeout (mnag)
2011-07-01 22:33:09 +00:00
Marcus Alves Grando
d674ccf6aa
- Update repcached
...
- Minor port changes
PR: 152574
Submitted by: Maxim Dounin <mdounin___mdounin.ru>
2010-12-05 13:26:51 +00:00
Marcus Alves Grando
e267045171
- Update to 1.4.5
...
PR: 148934
Submitted by: Martin Matuska <mm___FreeBSD.org>
2010-08-01 05:27:27 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Xin LI
5b23b0e92d
- Update to 1.4.4.
...
- 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
2009-12-22 01:27:45 +00:00
Marcus Alves Grando
990efb86f4
- Forget this one in last commit.
2009-10-11 02:27:05 +00:00
Sergey Skvortsov
b0b4c66baf
Fix "patch" target: replace files/patch-configure with inline patch,
...
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
2009-07-14 17:23:30 +00:00
Sergey Skvortsov
b98c7a2d22
Update REPCACHED patch: to 1.2.8
...
PR: ports/136103
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by: maintainer timeout
2009-07-14 15:45:51 +00:00
Marcus Alves Grando
55a477d62b
- Update to 1.2.8
2009-04-25 18:40:51 +00:00
Marcus Alves Grando
4b61ee2844
- Fix thread support [1]
...
- 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]
2009-01-27 10:23:43 +00:00
Marcus Alves Grando
b70fcd10eb
- Update to 1.2.3
...
PR: 115895
Submitted by: delphij
2007-09-21 20:20:57 +00:00
Marcus Alves Grando
139b1bbed7
- Update to 1.2.2
...
Notified by: Paul Lindner <lindner___inuus.com>
2007-05-25 17:39:36 +00:00
Marcus Alves Grando
83283fa6fe
- Update to 1.2.1
...
- Change rc.d script to allow to run with negative priority. [1]
PR: 108465 [1]
Submitted by: Anton Yuzhaninov <citrin___rambler-co.ru> [1]
2007-04-06 18:27:29 +00:00
Marcus Alves Grando
5fc2eec8bb
- Remove patch-memcached.c to increase performance. Ref: ports/94997
...
- Bump PORTREVISION
- Take MAINTAINER
PR: 106669
2006-12-13 16:26:54 +00:00
Sergey Skvortsov
86010984da
Update to 1.2.0
...
Changes: http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog
PR: ports/103523
Submitted by: skv
Approved by: maintainer timeout (68 days)
2006-11-30 13:32:15 +00:00
Sean Chittenden
bafa34008a
Apply performance patch to memcached to reduce latency when a response is
...
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>
2006-07-03 20:10:58 +00:00
Sean Chittenden
b271422bf1
Clean up memcached startup script: no functional changes.
...
PR: ports/93645
Submitted by: mnag@
2006-02-21 19:37:31 +00:00
Marcus Alves Grando
3f0525c2b7
- Fix REQUIRED in rc script
...
- 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)
2006-02-02 14:30:46 +00:00
Marcus Alves Grando
c83d5a0e86
Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
...
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256
PR: 89493
Approved by: seanc (maintainer timeout, 14 days)
2005-12-09 12:48:40 +00:00
Sergey Matveychuk
6e8a5cf1d4
- Update to 1.1.12
...
- rcNGfy
Submitted by: glebius
Approved by: maintainer timeout (1 month)
2005-07-11 09:01:50 +00:00
Kris Kennaway
709007f64c
Update to memcached 1.1.10 from the duplicate net/memcached port.
2004-03-28 04:54:31 +00:00
Sean Chittenden
404af3e9bb
Upgrade memcached to 1.1.8
...
Noticed by: fenner's distfile survey
2003-08-21 18:20:44 +00:00
Sean Chittenden
97f08e64a9
Add memcached: a high-performance, distributed memory object caching
...
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
2003-07-22 06:16:06 +00:00