summaryrefslogtreecommitdiff
path: root/databases/memcached (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/memcached: add BUILD_DEPENDS as:devel/binutilsEd Maste2020-05-301-0/+1
| | | | | | | | | | | | | | | | /usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 [exp-run] Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=537092
* databases/memcached: update to 1.6.5Steve Wills2020-04-162-4/+4
| | | | | | | | PR: 245628 Submitted by: Artyom Davidov <ard_1@mail.ru> Notes: svn path=/head/; revision=531845
* databases/memcached: update to 1.6.2Steve Wills2020-03-294-45/+44
| | | | Notes: svn path=/head/; revision=529811
* databases/memcached: fix build on powerpc64 elfv2Piotr Kubaj2020-02-101-0/+2
| | | | | | | | | | | -no-integrapted-as causes: 1195 /tmp/conftest-4d18ad.s: Assembler messages: 1196 /tmp/conftest-4d18ad.s:2: Error: unknown pseudo-op: `.abiversion' Disable DTRACE to avoid it. Notes: svn path=/head/; revision=525756
* databases/memcached: update to 1.5.19Steve Wills2019-10-012-4/+4
| | | | Notes: svn path=/head/; revision=513471
* databases/memcached: update to 1.5.18Steve Wills2019-09-272-5/+4
| | | | Notes: svn path=/head/; revision=513092
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* databases/memcached: update to 1.5.16Steve Wills2019-05-252-4/+4
| | | | Notes: svn path=/head/; revision=502627
* databases/memcached: update to 1.5.15Steve Wills2019-05-222-4/+4
| | | | Notes: svn path=/head/; revision=502239
* databases/memcached: update to 1.5.14Steve Wills2019-04-282-4/+4
| | | | Notes: svn path=/head/; revision=500324
* databases/memcached: update to 1.5.13Steve Wills2019-04-232-4/+4
| | | | Notes: svn path=/head/; revision=499793
* databases/memcached: update to 1.5.12Steve Wills2018-11-272-4/+4
| | | | Notes: svn path=/head/; revision=486000
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* databases/memcached: update to 1.5.11Steve Wills2018-10-312-4/+4
| | | | Notes: svn path=/head/; revision=483577
* databases/memcached: update to 1.5.10Steve Wills2018-09-202-4/+4
| | | | Notes: svn path=/head/; revision=480217
* databases/memcached: update to 1.5.9Steve Wills2018-07-092-4/+4
| | | | Notes: svn path=/head/; revision=474272
* Mark various ports broken on mips64 and, where appropriate, mips.Mark Linimon2018-07-021-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473692
* databases/memcached: update to 1.5.8Steve Wills2018-05-252-4/+4
| | | | Notes: svn path=/head/; revision=470838
* databases/memcached: update to 1.5.7Steve Wills2018-03-302-4/+4
| | | | Notes: svn path=/head/; revision=465971
* dtrace fails to link on armvX as well, so exclude it for now:Mark Linimon2018-03-151-0/+2
| | | | | | | | | dt_modtext:usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464584
* databases/memcached: update to 1.5.6Steve Wills2018-03-013-28/+4
| | | | Notes: svn path=/head/; revision=463356
* databases/memcached: update to 1.5.5Steve Wills2018-02-165-17/+40
| | | | | | | While here, re-generate patches. Notes: svn path=/head/; revision=462012
* databases/memcached: Fix user/group handling for running processMark Felder2018-01-192-2/+6
| | | | | | | | | | | 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: update to 1.5.4Steve Wills2018-01-092-4/+4
| | | | Notes: svn path=/head/; revision=458506
* databases/memcached: Update to version 1.5.2Luca Pizzamiglio2017-10-102-16/+16
| | | | | | | | | | | | While I'm here, reoredr some variables in the Makefile Reviewed by: swills (maintainer) Approved by: lme (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12602 Notes: svn path=/head/; revision=451706
* databases/memcached: update to 1.5.0Steve Wills2017-07-272-5/+4
| | | | Notes: svn path=/head/; revision=446713
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* databases/memcached: temporarily hide DTRACE option on aarch64Jan Beich2017-01-201-0/+2
| | | | | | | | | | | | | | | /usr/sbin/dtrace -G -o memcached_dtrace.o -s ./memcached_dtrace.d ... dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD [...] ld: memcached_dtrace.o.iRgx2j: Relocations in generic ELF (EM: 0) memcached_dtrace.o.iRgx2j: error adding symbols: File in wrong format dtrace: failed to link script ./memcached_dtrace.d: failed to link memcached_dtrace.o: ld exited with status 1 PR: 214556 Notes: svn path=/head/; revision=431973
* databases/memcached: update to 1.4.34Steve Wills2017-01-112-5/+4
| | | | Notes: svn path=/head/; revision=431194
* Remove OPTIONS_EXCLUDE_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-031-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430513
* databases/memcached: remove unnecessary lineSteve Wills2016-12-041-1/+0
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=427792
* databases/memcached: fix and enable DTrace optionSteve Wills2016-12-042-4/+25
| | | | Notes: svn path=/head/; revision=427791
* databases/memcached: explicitly enable docsSteve Wills2016-11-031-0/+1
| | | | Notes: svn path=/head/; revision=425212
* databases/memcached: Update to version 1.4.33Steve Wills2016-11-023-23/+10
| | | | | | | | | | | 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
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-1/+0
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/memcached: update to 1.4.25Steve Wills2016-03-203-14/+3
| | | | 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-172-2/+3
| | | | Notes: svn path=/head/; revision=397116
* databases/memcached: mark MAKE_JOBS_UNSAFESteve Wills2015-09-141-0/+2
| | | | | | | PR: 202590 Notes: svn path=/head/; revision=396926
* databases/memcached: allow control of username passed to memcached daemonSteve Wills2015-09-102-3/+5
| | | | | | | | PR: 202257 Submitted by: simon@optinet.com Notes: svn path=/head/; revision=396546
* databases/memcached: update to 1.4.24Steve Wills2015-06-276-17/+41
| | | | | | | | | | 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
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Add CPE infoDmitry Marakasov2015-04-161-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384109
* databases/memcached: update to 1.4.22Johannes Jost Meixner2015-01-272-4/+5
| | | | | | | | | | | | - Update to 1.4.22 PR: 196530 Submitted by: lwhsu Approved by: swills (maintainer) Approved by: koobs (mentor) Notes: svn path=/head/; revision=378006
* 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-104-141/+6
| | | | | | | | | | | | | | | | | - 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
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255