Date: Wed, 1 Aug 2012 09:06:36 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301821 - in head/textproc/sphinxsearch: . files Message-ID: <201208010906.q7196a3P034837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Wed Aug 1 09:06:36 2012 New Revision: 301821 URL: http://svn.freebsd.org/changeset/ports/301821 Log: - 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> Deleted: head/textproc/sphinxsearch/files/patch-src_sphinxexpr.cpp Modified: head/textproc/sphinxsearch/Makefile head/textproc/sphinxsearch/distinfo Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Wed Aug 1 08:52:37 2012 (r301820) +++ head/textproc/sphinxsearch/Makefile Wed Aug 1 09:06:36 2012 (r301821) @@ -9,7 +9,7 @@ # See http://www.infracaninophile.co.uk/articles/sphinxse.html PORTNAME= sphinxsearch -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ DISTNAME= sphinx-${PORTVERSION}-release @@ -48,14 +48,18 @@ CONFLICTS= sphinxsearch-devel-[0-9]* dps # simultaneously. Not sure how useful that is in practice though. .if ${PORT_OPTIONS:MMYSQL} -CONFIGURE_ARGS+= --with-mysql +CONFIGURE_ARGS+= --with-mysql \ + --with-mysql-includes=${LOCALBASE}/include/mysql \ + --with-mysql-libs=${LOCALBASE}/lib/mysql USE_MYSQL= yes .else CONFIGURE_ARGS+= --without-mysql .endif .if ${PORT_OPTIONS:MPGSQL} -CONFIGURE_ARGS+= --with-pgsql +CONFIGURE_ARGS+= --with-pgsql \ + --with-pgsql-includes=${LOCALBASE}/include \ + --with-pgsql-libs=${LOCALBASE}/lib USE_PGSQL= yes .else CONFIGURE_ARGS+= --without-pgsql Modified: head/textproc/sphinxsearch/distinfo ============================================================================== --- head/textproc/sphinxsearch/distinfo Wed Aug 1 08:52:37 2012 (r301820) +++ head/textproc/sphinxsearch/distinfo Wed Aug 1 09:06:36 2012 (r301821) @@ -1,4 +1,4 @@ -SHA256 (sphinx-2.0.4-release.tar.gz) = 43c4b62949d8fbd2b6ba93e20cb0f35c14f428be501af47e75a3ef713efa2886 -SIZE (sphinx-2.0.4-release.tar.gz) = 1938089 +SHA256 (sphinx-2.0.5-release.tar.gz) = 45d89b9112cf52adb2a7289df3b6f4d37371bad8f892b9da4b75b574c7e6ba90 +SIZE (sphinx-2.0.5-release.tar.gz) = 1959258 SHA256 (libstemmer_c.tgz) = e9c3a2c13acf34945054e35ad53b7410c61f046d4044c0ade620fdac253bab46 SIZE (libstemmer_c.tgz) = 129529
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208010906.q7196a3P034837>