aboutsummaryrefslogtreecommitdiffstats
path: root/databases/memcacheq
Commit message (Collapse)AuthorAgeFilesLines
* devel/libevent2: update to 2.1.11jbeich2019-08-021-1/+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
* Add DOCS options to ports that should have one.mat2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* devel/libevent2: drop historical suffix after r362796jbeich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-1/+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)
* GOOGLE_CODE has gone away.mat2016-09-141-2/+1
| | | | | | | | | | - 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
* USE_BDB cleanup.mat2016-08-081-1/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-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
* Fix packagingantoine2014-10-221-0/+1
|
* Cleanup plistbapt2014-10-201-1/+1
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Only use libevent2bapt2014-07-241-1/+1
| | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
* databases/memcacheq: support stage and minor fixeswg2014-06-191-13/+6
| | | | | | | | | | - Support stage - Change LICENSE to BSD3CLAUSE [1] - Remove useless pre/post.mk PR: 191047 [1] Submitted by: Keith Gaughan Approved by: maintainer
* Fix LIB_DEPENDSantoine2013-12-201-1/+1
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-1/+1
| | | | LIB_DEPENDS in databases
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Integrate a upstream patch to fix lock bug when creating queuejgh2012-01-264-3/+59
| | | | | | | | | | | | - Switch to DB5 - Add a patch to fix configure to proper handling of --enable-threads - Add LICENSE - Bump PORTREVISION - Move to plist to account for package installations PR: ports/164442 Submitted by: maintainer, m.tsatsenko at gmail.com Approved by: crees (mentor)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Fix build with Clangmiwi2011-11-191-0/+1
| | | | | | PR: 162411 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Don't need to set PLIST_DIRS it's included automatically, this fixesswills2011-07-172-15/+13
| | | | | | | | | | | | | | an uninstall warning - Don't echo about installing docs, just do it - Include cvs ID tag in rc script - Get the right keywords in the rc script - Use SIGKILL in rc script due to upstream bug - Simplify rc script by using sig_stop variable - Don't set pidfile redundantly in rc script - Clean up flag handling in rc script - These should all have been done pre-commit, thanks to dougb@ for review Pointy hat to: swills
* MemcacheQ is a Simple Queue Service over Memcache.swills2011-07-174-0/+98
Features: * damn simple * very fast * multiple queue * concurrent well * memcache protocol compatible WWW: http://memcachedb.org/memcacheq/ PR: ports/153422 Submitted by: Mikhail T. <m.tsatsenko at gmail.com>