| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Mar 2013 13:04:31
0.41
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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) |
16 Oct 2012 18:11:38
0.41
|
glarkin  |
- Updated to 0.41
ChangeLog: https://launchpad.net/gearmand/+milestone/0.41
- Added dependency for textproc/py-sphinx to build man pages
- Removed obsoleted patches
Feature safe: yes |
10 Oct 2012 01:47:02
0.39_1
|
glarkin  |
- Added search path for libexecinfo to prevent configure error [1]
- 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] |
05 Oct 2012 16:43:53
0.39_1
|
glarkin  |
- Added devel/libexecinfo to BUILD_DEPENDS to avoid configure script
errors
- Bumped PORTREVISION
Reported by: Andy Yopp <andyy@honeycomb.net> |
04 Oct 2012 19:51:34
0.39
|
glarkin  |
[devel/gearmand]:
- 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> |
05 Aug 2012 23:19:40
0.26
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
03 Feb 2012 21:40:00
0.26
|
glarkin  |
- Unbreak on 7.x due to missing sigignore()
Submitted by: pointyhat (via pav) |
02 Feb 2012 20:35:22
0.26
|
pav  |
- Mark BROKEN on 7.X: does not compile
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 |
16 Jan 2012 20:18:06
0.26
|
glarkin  |
- Fix the SQLite library detection the correct way this time
Submitted by: pointyhat (via pav)
Pointyhat to: glarkin |
14 Jan 2012 08:57:23
0.26
|
dougb  |
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. |
13 Jan 2012 21:59:09
0.26
|
glarkin  |
- Unbreak
- 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> |
06 Nov 2011 22:53:12
0.14
|
pav  |
- Mark BROKEN: does not compile
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 |
23 Sep 2011 22:26:39
0.14
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
03 Jul 2011 14:59:23
0.14
|
ohauer  |
-remove MD5 |
15 Sep 2010 23:54:09
0.14
|
glarkin  |
- Fix linker errors by adding Perl build dependency (needed for configure
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 |
08 Sep 2010 17:41:10
0.14
|
glarkin  |
- Updated to 0.14 [1]
- Added options for libdrizzle and Tokyo Cabinet support
PR: ports/149921
Submitted by: Vick Khera <vivek at khera at org> [1] |
27 Apr 2010 18:04:04
0.13
|
glarkin  |
- Take maintainership
- Add another master site |
22 Apr 2010 22:30:20
0.13
|
sahil  |
- Update to 0.13
Approved by: itetcu@ (mentor), wxs@ (mentor) |
17 Apr 2010 15:24:00
0.12
|
sahil  |
- Update to 0.12
- Reset maintainer to ports@FreeBSD.org
PR: ports/145315
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: wxs@ (mentor) |
27 Mar 2010 00:15:24
0.11
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
31 Dec 2009 20:14:28
0.11
|
miwi  |
- Update to 0.11
PR: 141303
Submitted by: Vick Khera <vivek@khera.org>
Approved by: maintainer timeout |
19 Sep 2009 12:00:16
0.9
|
miwi  |
- Update to 0.9
- Add support for SQLite and PostgresSQL
PR: 138614
Submitted by: Keith Gaughan <k@stereochro.me> (based on)
Approved by: maintainer
Feature safe: yes |
04 Jul 2009 23:21:06
0.8
|
miwi  |
- Update to 0.8
PR: 136249
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
01 Jul 2009 08:58:20
0.7
|
miwi  |
- Update to 0.7
PR: 136068
Submitted by: Alex Kapranoff <ka@nadoby.ru>
Approved by: maintainer |
20 May 2009 09:55:31
0.6
|
lwhsu  |
- Update to 0.6
PR: ports/134744
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
01 May 2009 08:39:56
0.5
|
miwi  |
- Update to 0.5
PR: 134119
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
12 Feb 2009 13:20:18
0.3
|
lwhsu  |
- Update to 0.3
PR: ports/131455
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
30 Jan 2009 05:18:43
0.2_1
|
rafan  |
- Remove duplicate command arguments
PR: ports/131144
Submitted by: Gea-Suan Lin <gslin atgslin.org> (maintainer) |
29 Jan 2009 06:58:29
0.2
|
lwhsu  |
Add gearmand 0.2, gearman C Server and Library.
PR: ports/131088
Submitted by: Gea-Suan Lin <gslin at gslin.org> |