- update sphinx to 0.9.8.1

- tweak regress

maintainer timed-out
This commit is contained in:
jasper 2009-03-22 15:53:21 +00:00
parent 240674e882
commit 836cd966d2
4 changed files with 23 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/21 12:42:21 bernd Exp $ # $OpenBSD: Makefile,v 1.2 2009/03/22 15:53:21 jasper Exp $
COMMENT = free open-source SQL full-text search engine COMMENT = free open-source SQL full-text search engine
DISTNAME = sphinx-0.9.8 DISTNAME = sphinx-0.9.8.1
CATEGORIES = textproc CATEGORIES = textproc
HOMEPAGE = http://www.sphinxsearch.com/ HOMEPAGE = http://www.sphinxsearch.com/
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MASTER_SITES = http://www.sphinxsearch.com/downloads/ MASTER_SITES = ${HOMEPAGE}/downloads/
MODULES = converters/libiconv MODULES = converters/libiconv
@ -38,6 +38,12 @@ LIB_DEPENDS += mysqlclient::databases/mysql
WANTLIB += crypto ssl z WANTLIB += crypto ssl z
.endif .endif
# Needs php5 with pdo_mysql setup.
REGRESS_IS_INTERACTIVE= Yes
PHP_VERSION= 5
REGRESS_DEPENDS=:php${PHP_VERSION}-mysql-*:www/php${PHP_VERSION}/extensions,-mysql \
:php${PHP_VERSION}-pdo_mysql-*:www/php${PHP_VERSION}/extensions,-pdo_mysql
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sphinx ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sphinx
${INSTALL_DATA} ${WRKSRC}/doc/sphinx.txt ${PREFIX}/share/doc/sphinx ${INSTALL_DATA} ${WRKSRC}/doc/sphinx.txt ${PREFIX}/share/doc/sphinx

View File

@ -1,5 +1,5 @@
MD5 (sphinx-0.9.8.tar.gz) = NH5Ue3m3M3eNdVPt404KrA== MD5 (sphinx-0.9.8.1.tar.gz) = QooU30H7Ql5mTZ4tYXjANw==
RMD160 (sphinx-0.9.8.tar.gz) = xXKSX3H6gBAKHETrRpVeOkMhUmI= RMD160 (sphinx-0.9.8.1.tar.gz) = qyv+5MrVUiF+EyRJx91rEHHtW8k=
SHA1 (sphinx-0.9.8.tar.gz) = D4LlapGBs66u72XpuoL79vvmMtY= SHA1 (sphinx-0.9.8.1.tar.gz) = 7tTG9bMU+WXBnMqK69C22EfNNfk=
SHA256 (sphinx-0.9.8.tar.gz) = ht6GFVD8exGbPL5jo0utMqx3H0TJMNIpd1rBJMg1cdk= SHA256 (sphinx-0.9.8.1.tar.gz) = 72mytSOBFz2pK/Lfed/IxSccSz8VbDVrtO+CygNdwBM=
SIZE (sphinx-0.9.8.tar.gz) = 728864 SIZE (sphinx-0.9.8.1.tar.gz) = 949660

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/07/21 12:42:21 bernd Exp $ $OpenBSD: patch-Makefile_in,v 1.2 2009/03/22 15:53:21 jasper Exp $
--- Makefile.in.orig Fri Dec 28 02:14:35 2007 --- Makefile.in.orig Sun Jun 8 10:57:36 2008
+++ Makefile.in Fri Feb 29 13:21:21 2008 +++ Makefile.in Fri Mar 20 12:04:00 2009
@@ -237,12 +237,12 @@ sphinx.conf.dist: $(top_builddir)/config.status $(srcd @@ -239,12 +239,12 @@ sphinx-min.conf.dist: $(top_builddir)/config.status $(
uninstall-info-am: uninstall-info-am:
install-sysconfDATA: $(sysconf_DATA) install-sysconfDATA: $(sysconf_DATA)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
@ -17,7 +17,7 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/07/21 12:42:21 bernd Exp $
done done
uninstall-sysconfDATA: uninstall-sysconfDATA:
@@ -617,7 +617,6 @@ uninstall-info: uninstall-info-recursive @@ -619,7 +619,6 @@ uninstall-info: uninstall-info-recursive
install-data-hook: install-data-hook:

View File

@ -1,6 +1,6 @@
--- configure.orig Mon Jan 28 00:09:03 2008 --- configure.orig Wed Jul 9 16:29:17 2008
+++ configure Fri Feb 29 13:12:06 2008 +++ configure Fri Mar 20 12:04:00 2009
@@ -7228,11 +7228,11 @@ extern "C" @@ -7229,11 +7229,11 @@ extern "C"
#endif #endif
/* We use char because int might match the return type of a gcc2 /* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */ builtin and then its argument prototype would still apply. */
@ -14,7 +14,7 @@
; ;
return 0; return 0;
} }
@@ -8205,7 +8205,7 @@ main () @@ -8219,7 +8219,7 @@ main ()
{ {
const char * inbuf; const char * inbuf;
iconv_t cd; iconv_t cd;