network/sphinx: Updated for version 2.2.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-28 09:55:44 +07:00
parent cc576f4838
commit cb0b373c37
3 changed files with 5 additions and 26 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Sphinx
# Originally written by Michael Johnson <youngmug@animeneko.net>
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sphinx
VERSION=${VERSION:-2.2.6}
VERSION=${VERSION:-2.2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,9 +68,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#patch to build on i486
patch -p1 < $CWD/sphinx_odbcunix.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="sphinx"
VERSION="2.2.6"
VERSION="2.2.8"
HOMEPAGE="http://www.sphinxsearch.com/"
DOWNLOAD="http://sphinxsearch.com/files/sphinx-2.2.6-release.tar.gz"
MD5SUM="20e8693a3680f8a65bdad6cd4dae82f5"
DOWNLOAD="http://sphinxsearch.com/files/sphinx-2.2.8-release.tar.gz"
MD5SUM="4eb54ad6bd9a03b8b39bc10f16e59a63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -1,18 +0,0 @@
--- sphinx-2.0.5-release/src/sphinxstd.h 2012-06-19 10:53:02.000000000 -0300
+++ sphinx-2.0.5-release_patched/src/sphinxstd.h 2013-04-13 22:10:17.828838165 -0300
@@ -95,11 +95,11 @@
#if USE_ODBC
// UnixODBC compatible DWORD
-#if defined(__alpha) || defined(__sparcv9) || defined(__LP64__) || (defined(__HOS_AIX__) && defined(_LP64)) || defined(__APPLE__)
+//#if defined(__alpha) || defined(__sparcv9) || defined(__LP64__) || (defined(__HOS_AIX__) && defined(_LP64)) || defined(__APPLE__)
typedef unsigned int DWORD;
-#else
-typedef unsigned long DWORD;
-#endif
+//#else
+//typedef unsigned long DWORD;
+//#endif
#else
// default DWORD
typedef unsigned int DWORD;