| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Feb 2012 12:25:50
2.0.1b_2,1
|
miwi  |
- Chase unixODBC shlib bump |
14 Jan 2012 08:57:23
2.0.1b_1,1
|
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. |
10 Nov 2011 05:38:32
2.0.1b_1,1
|
linimon  |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
23 Sep 2011 22:26:39
2.0.1b_1,1
|
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 |
15 Jun 2011 09:30:35
2.0.1b_1,1
|
danger  |
- import a r2799 from upstream:
o) Fixed crash on WriteValue (affected MIPSEL arch and FreeBSD
builds)
o) http://code.google.com/p/sphinxsearch/source/detail?r=2799
Submitted by: Brian Eng <eng@vadriven.com> |
14 Jun 2011 15:18:21
2.0.1b,1
|
danger  |
- update to latest 2.0.1-beta |
19 Mar 2011 13:15:34
1.10b_1,1
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
02 Feb 2011 15:22:44
1.10b,1
|
danger  |
- update preffered download URL
- retire md5 cksum
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: novel
Feature safe: yes |
19 Aug 2010 10:08:16
1.10b,1
|
linimon  |
Now broken on all OSVERSIONs on sparc64.
Hat: portmgr |
28 Jun 2009 18:04:12
0.9.9.r2,1
|
danger  |
- update to 0.9.9-rc2
PR: ports/135604
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: miwi |
18 Mar 2009 04:18:20
0.9.9.r1,1
|
linimon  |
Mark as broken on sparc64-6. |
27 Jan 2009 20:51:18
0.9.9.r1,1
|
danger  |
- update to 0.9.9-rc1
Approved by: wxs |
21 Aug 2008 06:18:49
0.9.8.r2_1,1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2008 12:04:10
0.9.8.r2_1,1
|
danger  |
- fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION
Approved by: miwi |
01 Jun 2008 11:53:37
0.9.8.r2,1
|
danger  |
- update to the latest version: 0.9.8-rc2
Approved by: miwi
PR: ports/121414 (with updated patch) |
19 Jan 2008 11:53:15
0.9.8.r1065
|
edwin  |
Development version of textproc/sphinxsearch
Sphinx is a full-text search engine, distributed under GPL version
2. Commercial license is also available for embedded use.
Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL, or from
an XML pipe.
As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index.
WWW: http://www.sphinxsearch.com/
Submitted by: Daniel Gerzo <danger@FreeBSD.org> |