summaryrefslogtreecommitdiff
path: root/net/beanstalkd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/beanstalkd: fix build on 32-bits by specifying correct format specifierPiotr Kubaj2022-09-221-0/+11
| | | | | | | | | net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat] path, strlen(path), maxlen); ^~~~~~~~~~~~ net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] path, strlen(path), maxlen); ^~~~~~
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Update to 1.8.Vsevolod Stakhov2013-03-091-12/+0
| | | | | | | Reported by: Eric Freeman [eric at sundivenetworks.com] Notes: svn path=/head/; revision=313710
* - Update to 1.7Vsevolod Stakhov2012-10-191-0/+12
| | | | | | | | | | | | | | | | - Remove LICENSE_FILE for those listed in bsd.licenses.db.mk - Add test and regression-test targets - Patch integ-test.c so we can run unit tests (#include order, thanks ak!) - New Makefile header convention Changes: http://kr.github.com/beanstalkd/2012/09/11/1.7-release-notes.html PR: 172405 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306116
* Update beanstalkd to 1.5.Vsevolod Stakhov2012-02-173-34/+77
| | | | | | | Add support of multiply profiles (idea obtained from memcached port). Notes: svn path=/head/; revision=291590
* 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
* Fix build with clangVsevolod Stakhov2011-06-242-0/+30
| | | | Notes: svn path=/head/; revision=276188
* 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
* - Remove unused patch.Vsevolod Stakhov2009-02-051-0/+0
| | | | Notes: svn path=/head/; revision=227666
* - Update beanstalkd to 1.2Vsevolod Stakhov2009-02-051-11/+0
| | | | Notes: svn path=/head/; revision=227665
* Add port net/beanstalkd - fast workqueue service.Vsevolod Stakhov2008-04-112-0/+44
Notes: svn path=/head/; revision=211057