notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/sphinxsearch/Makefile
SVNWeb

Number of commits found: 72

Sun, 12 Mar 2023
[ 14:15 Matthew Seaman (matthew) search for other commits by this committer ]    commit hash:9ed24575353e3e60326d55782fffac2ed90d0e85  commit hash:9ed24575353e3e60326d55782fffac2ed90d0e85  commit hash:9ed24575353e3e60326d55782fffac2ed90d0e85  9ed2457 
textproc/sphinxsearch: return to the pool

Upstream switched to a commercial license years ago, and so we cannot
include more recent versions in the ports.  Despite indications on the
website that they would switch back to GPL, this hasn't happened in
more than 5 years, so I guess it is never going to happen.  From an
opensource point of view, this software is essentially abandonware.

However, given there is an actively developed upstream project, and
that project does provide FreeBSD binaries, it doesn't feel right to
deprecate the software entirely.
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 3 Feb 2021
[ 19:46 sunpoet search for other commits by this committer ] Original commit   Revision:563913 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/re2 shlib change
Mon, 8 Jun 2020
[ 04:41 kevans search for other commits by this committer ] Original commit   Revision:538197 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Multiple ports: improve regex compliance

These changes largely fall into just two categories:

1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away

For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.

For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Thu, 18 Jul 2019
[ 17:53 pkubaj search for other commits by this committer ] Original commit   Revision:506868
textproc/sphinxsearch: fix build on GCC architectures

New GCC is required:
  The compiler feature "cxx_decltype" is not known to CXX compiler

Approved by:	mentors (implicit approval)
Sun, 4 Feb 2018
[ 09:16 matthew search for other commits by this committer ] Original commit   Revision:460879 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Patches to make the code compatible with clang-6.0 / C++17 -- this will
fix the build on FreeBSD 12.0

   - delete the 'register' keyword everywhere
   - Add whitespace between adjacent quoted strings
   - Update the offsetof() macro to cast the result to int

Reported by:	pkg-fallout
Sun, 14 May 2017
[ 20:33 matthew search for other commits by this committer ] Original commit   Revision:440902
Pending a better fix, mark broken when the RE2 option is enabled.
Recent versions of devel/re2 install headers that result in error
messages like so:

/usr/local/include/re2/re2.h:915:5: error: no matching function for call to
'call_once'
    std::call_once(once_, &LazyRE2::Init, this);
    ^~~~~~~~~~~~~~

No change to the default package, so no PORTREVISION bump.

PR:		219239
Submitted by:	mail+freebsd@gerritbeine.de, w.schwarzenfeld@utanet.at
Fri, 3 Mar 2017
[ 23:39 matthew search for other commits by this committer ] Original commit   Revision:435372
Toggle the default setting for the ID64 option to on.  32-bit IDs have
been deprecated upstream.

Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
Wed, 27 Jul 2016
[ 17:02 matthew search for other commits by this committer ] Original commit   Revision:419188
Update to 2.2.11

ChangeLog: http://sphinxsearch.com/blog/2016/07/26/sphinx-2-2-11-release/
Sat, 28 May 2016
[ 09:47 matthew search for other commits by this committer ] Original commit   Revision:415980
- install the 'wordbreaker' program
- install the example minimum configuration file
- use OPTION dependent targets for DOCS, EXAMPLES
- always install man pages, irrespective of the	DOCS option
Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414019 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 7 Sep 2015
[ 17:55 matthew search for other commits by this committer ] Original commit   Revision:396332
Update to 2.2.10
Tue, 21 Apr 2015
[ 14:47 matthew search for other commits by this committer ] Original commit   Revision:384428
Update to 2.2.9

ChangeLog: http://sphinxsearch.com/downloads/  (Scroll down to the 2.2.9-Release
heading)
Wed, 11 Mar 2015
[ 22:31 matthew search for other commits by this committer ] Original commit   Revision:381048
Update to 2.2.8

Release Notes:	http://sphinxsearch.com/blog/2015/03/11/sphinx-2-2-8-release/
Wed, 21 Jan 2015
[ 16:30 matthew search for other commits by this committer ] Original commit   Revision:377616
Update to 2.2.7

Release Notes: http://sphinxsearch.com/blog/2015/01/21/sphinx-2-2-7-release/
Sat, 15 Nov 2014
[ 13:34 matthew search for other commits by this committer ] Original commit   Revision:372600
Update to 2.2.6

Reported by:	portscout
Wed, 8 Oct 2014
[ 21:10 matthew search for other commits by this committer ] Original commit   Revision:370485
Update to 2.2.5

Change log:	http://sphinxsearch.com/blog/2014/10/08/sphinx-2-2-5-release/
Tue, 16 Sep 2014
[ 22:53 matthew search for other commits by this committer ] Original commit   Revision:368351
Update to 2.2.4

Announcement:	http://sphinxsearch.com/blog/2014/09/15/sphinx-2-2-4-release-now-available/
Sat, 6 Sep 2014
[ 14:23 matthew search for other commits by this committer ] Original commit   Revision:367440
* The Snowball project has rerolled libstemmer_c.tgz as they
  occasionally do.  This time they've actually changed the code, so
  patching is now required in order to compile.[1]

* Add option to link against re2 regular expression library.[2]

* PGSQL_USE -> PGSQL_USES

Submitted by:	Daniel Ylitalo <daniel@blodan.se>[1]
Submitted by:	Alex Storn <devzone.my@gmail.com>[2]
Wed, 16 Jul 2014
[ 03:18 adamw search for other commits by this committer ] Original commit   Revision:362024 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Add DOCS option where PORTDOCS is in plist.
Thu, 3 Jul 2014
[ 22:11 matthew search for other commits by this committer ] Original commit   Revision:360471
Update to 2.1.9

Release
notes:	http://sphinxsearch.com/blog/2014/07/03/sphinx-2-1-9-release-is-now-available/
Wed, 30 Apr 2014
[ 06:00 matthew search for other commits by this committer ] Original commit   Revision:352672
Update to 2.1.8

Announcment:	http://sphinxsearch.com/blog/2014/04/29/sphinx-2-1-8-release-is-available/
Mon, 31 Mar 2014
[ 22:11 matthew search for other commits by this committer ] Original commit   Revision:349809
Update to 2.1.7

Change Log:	http://sphinxsearch.com/docs/2.1.7/rel217.html
Tue, 25 Feb 2014
[ 23:04 matthew search for other commits by this committer ] Original commit   Revision:346079
Update to 2.1.6

This is a routine maintenance release.

Release notes:	 
http://sphinxsearch.com/blog/2014/02/25/sphinx-2-1-6-release-now-available/
Fri, 24 Jan 2014
[ 07:02 matthew search for other commits by this committer ] Original commit   Revision:340880
Update to 4.1.5

Announcement:	http://sphinxsearch.com/blog/2014/01/23/sphinx-2-1-5-release-and-sphinx-2-0-10-release/
Thu, 26 Dec 2013
[ 09:38 matthew search for other commits by this committer ] Original commit   Revision:337476
  - Fix installation when DOCS or EXAMPLES are unset by always
    installing docs and examples unconditionally to staging.  The
    packaging step will not include them in the package generated from
    stagingif DOCS or EXAMPLES is unset.

  - List EXAMPLES explicitly in pkg-plist

PR:		185194
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
Fri, 20 Dec 2013
[ 06:23 matthew search for other commits by this committer ] Original commit   Revision:336971
Update to 2.1.4

Announcement:	http://sphinxsearch.com/blog/2013/12/19/sphinx-2-1-4-release-now-available/
Sun, 8 Dec 2013
[ 22:27 matthew search for other commits by this committer ] Original commit   Revision:335943
 * use option helpers (blatantly copying from the
   textproc/sphinxseach-devel port) [1]
 * New style LIB_DEPENDS for libodbc
 * Install DOCS and EXAMPLES to the stage directory unconditionally

Submitted by:	danger [1]
Wed, 13 Nov 2013
[ 23:39 matthew search for other commits by this committer ] Original commit   Revision:333732
Update to version 2.1.3

Reported by:	  portscout
Wed, 16 Oct 2013
[ 20:15 matthew search for other commits by this committer ] Original commit   Revision:330534
Update to 2.1.2
  - stagify
  - new style LIB_DEPENDS

Announcement:
http://sphinxsearch.com/blog/2013/10/15/sphinx-2-1-2-is-now-available/
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Wed, 18 Sep 2013
[ 18:39 bsam search for other commits by this committer ] Original commit   Revision:327572
Add explicit LDFLAGS+=${ICONV_LIB} when iconv is used.

Submitted by:	marino (via e-mail)
Approved by:	portmgr (bapt, implicit)
Tue, 27 Aug 2013
[ 14:08 matthew search for other commits by this committer ] Original commit   Revision:325450
- Update to 2.0.9
- Refresh distinfo for libstemmer_c.tgz

The libstemmer_c.tgz distfile tarball gets recreated at intervals.  I
have diff'd the contents of a freshly downloaded tarball against the
older tarball matching the previous distinfo, and I can confirm that
there are no changes to the files contained therein.

Reported by:	portscout
Mon, 29 Apr 2013
[ 08:57 bapt search for other commits by this committer ] Original commit   Revision:316786 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
[ 16:46 matthew search for other commits by this committer ] Original commit   Revision:316675
Update to 2.0.8

ChangeLog:

Bug fixes
---------

   * fixed #1515, log strings over 2KB were clipped when
     query_log_format=plain
   * fixed #1514, RT index disk chunk lose attribute update on daemon
     restart
   * fixed #1512, crash while formatting log messages
   * fixed #1511, crash on indexing PostgreSQL data source with MVA
     attributes
   * fixed #1509, blend_chars vs incomplete multi-form and overshort
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 16 Apr 2013
[ 21:14 matthew search for other commits by this committer ] Original commit   Revision:315906
Update to 2.0.7

FreeBSD specific Mutex code now incorporated upstream, so patches to
sphinxstd.cpp, sphinxstd.h no longer required.

Not-exactly-a-ChangeLog:

http://sphinxsearch.com/blog/2013/01/10/highlighting-some-changes-in-sphinx-2-0-7/

Feature safe:	yes
Sun, 30 Dec 2012
[ 10:14 matthew search for other commits by this committer ] Original commit   Revision:309660
Add some missing content to the package:
-install indextool
-install man pages

Submitted by:	David@ibendit.com
Wed, 28 Nov 2012
[ 21:51 matthew search for other commits by this committer ] Original commit   Revision:307941
Update to 2.0.6 release (1)
  - trim Makefile headers
  - remove files/patch-configure as it has been incorporated upstream
  - Import a FreeBSD specific fix for shared mutex suppport from the
    project SVN repo (2):

    https://code.google.com/p/sphinxsearch/source/detail?r=3519

Feature safe:	yes
Submitted by:	(1) Portscout
	  	(2) Denis <devzone.my@gmail.com>
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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
Wed, 1 Aug 2012
[ 09:06 matthew search for other commits by this committer ] Original commit 
- Update to 2.0.5
- Fix build with non-standard LOCALBASE
- patch-src_sphinxexpr.cpp removed: incorporated into upstream sources

Submitted by:	Denis <devzone.my at gmail.com>
Thu, 7 Jun 2012
[ 11:59 matthew search for other commits by this committer ] Original commit 
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]

Approved by:    shaun (mentor)
Submitted by:   [1] Sulev-Madis 'ketas' Silber
Mon, 4 Jun 2012
[ 19:25 matthew search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Convert all my remaining ports to OPTIONSng
  Files   affected:

    databases/mysql-connector-java/Makefile
    databases/phpmyadmin/Makefile
    mail/sa-utils/Makefile
    net/phpldapadmin/Makefile
    security/apg/Makefile
    textproc/sphinxsearch/Makefile
    www/p5-RT-Authen-ExternalAuth/Makefile
    www/p5-RT-Extension-LDAPImport/Makefile
    www/p5-RT-Extension-SLA/Makefile
    www/p5-RTx-Calendar/Makefile
    www/rt40/Makefile
    www/rt40/Makefile.cpan
    x11-fonts/gentium/Makefile
    x11-fonts/gentium-basic/Makefile

Approved by:    shaun (mentor)
Mon, 19 Mar 2012
[ 18:37 matthew search for other commits by this committer ] Original commit 
Routine bugfix update to version 2.0.4.

Release notes: http://sphinxsearch.com/docs/2.0.4/rel204.html

Redports: https://redports.org/buildarchive/20120319170807-47662/

Approved by:    shaun (mentor)
Feature safe:   yes
Sat, 18 Feb 2012
[ 14:57 matthew search for other commits by this committer ] Original commit 
Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.

Approved by:  shaun (mentor)
Thu, 9 Feb 2012
[ 17:09 matthew search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update maintainer address to matthew@FreeBSD.org

Approved by:    shaun (mentor)
Tue, 7 Feb 2012
[ 06:32 miwi search for other commits by this committer ] Original commit 
* Add libstemmer support, disabled by default. This adds stemming
support for French, Spanish, Portuguese, Italian, Romanian,
German, Dutch, Swedish, Norwegian, Danish, Finnish and Hungarian

* Clean up various OPTIONS related make code: if WITH_FOO is defined,
then WITHOUT_FOO isn't, and vice-versa. Even if make config has
never been run.

* Fix build with clang

PR:             164635
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Mon, 6 Feb 2012
[ 12:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Chase unixODBC shlib bump
Sat, 31 Dec 2011
[ 22:32 scheidell search for other commits by this committer ] Original commit 
- update to 2.0.3
- ChangeLog: http://sphinxsearch.com/docs/2.0.2/rel202.html

PR:             ports/163693
Approved by:    gabor (mentor, implicit)
Fri, 30 Sep 2011
[ 19:38 crees search for other commits by this committer ] Original commit 
Remove duplicate LICENSE line.

PR:             ports/161153
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 19 Mar 2011
[ 13:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Thu, 17 Mar 2011
[ 12:51 miwi search for other commits by this committer ] Original commit 
- Add missing file

PR:             155452
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sat, 15 Jan 2011
[ 15:27 sunpoet search for other commits by this committer ] Original commit 
- Update MASTER_SITES
- Add LICENSE
- Remove obsolete MD5 checksum

PR:             ports/154028
Reported by:    pointyhat
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe:   yes
Mon, 7 Dec 2009
[ 08:42 pav search for other commits by this committer ] Original commit 
- Add unixODBC option

PR:             ports/141231
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Thu, 3 Dec 2009
[ 09:07 pav search for other commits by this committer ] Original commit 
- Update to 0.9.9

PR:             ports/141117
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sun, 9 Nov 2008
[ 22:55 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.8.1

PR:             128486
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Wed, 22 Oct 2008
[ 05:33 stefan search for other commits by this committer ] Original commit 
- Add an ID64 knob to toggle support for 64 bit identifiers in sphinxsearch.

- Force library dependency on expat. The configure script will automatically add
  expat support if it detects it on the system, and there's no way of overriding
  that. Means that previously, when installed from a binary package built on the
  cluster, there was no expat support compiled in, but when compiled from source
  there frequently would be. Therefore, for consistencies' sake, always depend
  on expat.

PR:             127730
Submitted by:   maintainer
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 16 Jul 2008
[ 13:31 pav search for other commits by this committer ] Original commit 
- Update to 0.9.8
- Add knob for ICONV

PR:             ports/125656
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sat, 19 Jan 2008
[ 12:05 edwin search for other commits by this committer ] Original commit 
Make port properly conflicting with textproc/sphinxsearch-devel

Submitted by:   Daniel Gerzo <danger@freebsd.org>
Mon, 4 Jun 2007
[ 07:24 miwi search for other commits by this committer ] Original commit 
- Fix few mistakes in rc.d script

PR:             113135
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sun, 15 Apr 2007
[ 19:07 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.7

PR:             111374
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Tue, 30 Jan 2007
[ 23:13 pav search for other commits by this committer ] Original commit 
- Run as unpriviledged user sphinx

PR:             ports/108502
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sat, 16 Dec 2006
[ 12:06 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.7-rc2

PR:             ports/106785
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Sat, 18 Nov 2006
[ 22:54 miwi search for other commits by this committer ] Original commit 
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/

PR:             ports/105649
Submitted by:   Matthew Seaman <m.seaman at infracaninophile.co.uk>

Number of commits found: 72