aboutsummaryrefslogtreecommitdiff
path: root/devel/gearmand/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRBryan Drewery2014-02-091-172/+7
| | | | | | | | - Remove MAINTAINER_MODE - Remove 'Enable' from descriptions Notes: svn path=/head/; revision=343414
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* Take maintainershipBryan Drewery2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336662
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-3/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327376
* - Updated to 1.0.6 (1.1.x versions will reside in devel/gearman-devel soon)Greg Larkin2013-07-171-7/+4
| | | | | | | | | - Trimmed Makefile header - Added patches to work around missing alloca.h - Added CONFLICTS to p5-Gearman-Server for gearmand 1.0.* and 1.1.* Notes: svn path=/head/; revision=323181
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Updated to 0.41Greg Larkin2012-10-161-3/+4
| | | | | | | | | | | ChangeLog: https://launchpad.net/gearmand/+milestone/0.41 - Added dependency for textproc/py-sphinx to build man pages - Removed obsoleted patches Feature safe: yes Notes: svn path=/head/; revision=305984
* - Added search path for libexecinfo to prevent configure error [1]Greg Larkin2012-10-101-3/+4
| | | | | | | | | | | | - Mark port BROKEN for versions of FreeBSD that don't include POSIX spawn(). It may be possible to convert the spawn() code back to fork()/exec() for FreeBSD 7.x, and I'll look into that and unbreak once it's ready. [2] Reported by: ports ML [1] Reported by: bdrewery [2] Notes: svn path=/head/; revision=305626
* - Added devel/libexecinfo to BUILD_DEPENDS to avoid configure scriptGreg Larkin2012-10-051-1/+3
| | | | | | | | | | errors - Bumped PORTREVISION Reported by: Andy Yopp <andyy@honeycomb.net> Notes: svn path=/head/; revision=305309
* [devel/gearmand]:Greg Larkin2012-10-041-32/+68
| | | | | | | | | | | | | | | | | | | | | | - Updated to 0.39 - Added gearmand entries to UIDs and GIDs - Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts) - Add patch to fix build with GCC < 4.4 - Cleaned up rc.d script - Converted to OptionsNG [devel/p5-Gearman-Server]: - Registered conflict with devel/gearmand (conflicting rc.d scripts) [devel/p5-Gearman-XS]: - Removed explicit LIB_DEPENDS library version number - Bumped PORTREVISION PR: ports/171593 (based on) Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=305277
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Unbreak on 7.x due to missing sigignore()Greg Larkin2012-02-031-2/+4
| | | | | | | Submitted by: pointyhat (via pav) Notes: svn path=/head/; revision=290360
* - Mark BROKEN on 7.X: does not compilePav Lucistnik2012-02-021-0/+4
| | | | | | | | | | | libtest/test.cc: In function 'int main(int, char**)': libtest/test.cc:116: error: 'sigignore' was not declared in this scope gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1 Reported by: pointyhat Notes: svn path=/head/; revision=290322
* - Fix the SQLite library detection the correct way this timeGreg Larkin2012-01-161-2/+1
| | | | | | | | Submitted by: pointyhat (via pav) Pointyhat to: glarkin Notes: svn path=/head/; revision=289348
* - UnbreakGreg Larkin2012-01-131-131/+182
| | | | | | | | | | | | | | | | | - Upgrade to 0.26 - Add new build dependencies - Add new build option for Redis persistent queue - Move SQLite library version checking to BUILD_DEPENDS from the upstream configure script. It always failed due to incorrect comparison of a version string with a version number. - Update a bunch of depends and CONFIGURE_ARGS due to changes in the upstream configure script. PR: ports/164026 (based on) Submitted by: Marc Peters <marc.peters@trivago.com> Notes: svn path=/head/; revision=289121
* - Mark BROKEN: does not compilePav Lucistnik2011-11-061-0/+2
| | | | | | | | | | gearmand/gearmand.o(.text+0x8ce):gearmand/gearmand.c:376: undefined reference to `gearmand_queue_libmemcached_init' gearmand/gearmand.o(.text+0xc32):gearmand/gearmand.c:443: undefined reference to `gearmand_queue_libmemcached_deinit' Reported by: pointyhat Notes: svn path=/head/; revision=285195
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Fix linker errors by adding Perl build dependency (needed for configureGreg Larkin2010-09-151-7/+17
| | | | | | | | | | | | | | | script) and adding proper SASL library to CONFIGURE_ENV. If the libmemcached support option is selected in this port and the libmemcached library was built with SASL support, our library test in the configure script failed silently with a linker error. - Minor OPTION processing cleanups and whitespace fixes Reported by: pointhat Notes: svn path=/head/; revision=261242
* - Updated to 0.14 [1]Greg Larkin2010-09-081-4/+19
| | | | | | | | | | - Added options for libdrizzle and Tokyo Cabinet support PR: ports/149921 Submitted by: Vick Khera <vivek at khera at org> [1] Notes: svn path=/head/; revision=260772
* - Take maintainershipGreg Larkin2010-04-271-2/+3
| | | | | | | - Add another master site Notes: svn path=/head/; revision=253354
* - Update to 0.13Sahil Tandon2010-04-221-1/+1
| | | | | | | Approved by: itetcu@ (mentor), wxs@ (mentor) Notes: svn path=/head/; revision=253066
* - Update to 0.12Sahil Tandon2010-04-171-204/+12
| | | | | | | | | | | - Reset maintainer to ports@FreeBSD.org PR: ports/145315 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=252801
* - Update to 0.11Martin Wilke2009-12-311-72/+122
| | | | | | | | | PR: 141303 Submitted by: Vick Khera <vivek@khera.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=246947
* - Update to 0.9Martin Wilke2009-09-191-2/+36
| | | | | | | | | | | | - Add support for SQLite and PostgresSQL PR: 138614 Submitted by: Keith Gaughan <k@stereochro.me> (based on) Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=241722
* - Update to 0.8Martin Wilke2009-07-041-7/+38
| | | | | | | | PR: 136249 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=237133
* - Update to 0.7Martin Wilke2009-07-011-2/+11
| | | | | | | | | PR: 136068 Submitted by: Alex Kapranoff <ka@nadoby.ru> Approved by: maintainer Notes: svn path=/head/; revision=236848
* - Update to 0.6Li-Wen Hsu2009-05-201-2/+14
| | | | | | | | PR: ports/134744 Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) Notes: svn path=/head/; revision=234265
* - Update to 0.5Martin Wilke2009-05-011-19/+66
| | | | | | | | PR: 134119 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=233030
* - Update to 0.3Li-Wen Hsu2009-02-121-3/+152
| | | | | | | | PR: ports/131455 Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) Notes: svn path=/head/; revision=228108
* - Remove duplicate command argumentsRong-En Fan2009-01-301-0/+1
| | | | | | | | PR: ports/131144 Submitted by: Gea-Suan Lin <gslin atgslin.org> (maintainer) Notes: svn path=/head/; revision=227132
* Add gearmand 0.2, gearman C Server and Library.Li-Wen Hsu2009-01-291-0/+27
PR: ports/131088 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=227074