mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.7
PR: 111374 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
This commit is contained in:
parent
d7f21a1e8e
commit
4fba3692da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190028
3 changed files with 16 additions and 6 deletions
|
@ -8,11 +8,10 @@
|
|||
# this port. You need a patched version of mysql server for that.
|
||||
|
||||
PORTNAME= sphinxsearch
|
||||
PORTVERSION= 0.9.7.r2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= textproc databases
|
||||
MASTER_SITES= http://www.sphinxsearch.com/downloads/
|
||||
DISTNAME= sphinx-${PORTVERSION:C@\.r([0-9]+)$@-rc\1@}
|
||||
DISTNAME= sphinx-${PORTVERSION}
|
||||
|
||||
MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||
COMMENT= Sphinx Full-Text Search Engine
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sphinx-0.9.7-rc2.tar.gz) = 65daf0feb7e276fb3de0aba82cff1d3e
|
||||
SHA256 (sphinx-0.9.7-rc2.tar.gz) = 38ee9be39ae019ab06a6b053286a60ce699be89dbff00221fed05169dfe92533
|
||||
SIZE (sphinx-0.9.7-rc2.tar.gz) = 270445
|
||||
MD5 (sphinx-0.9.7.tar.gz) = 32f2b7e98d8485c86108851d52c5cef4
|
||||
SHA256 (sphinx-0.9.7.tar.gz) = 6c841b9042f880394858dd0373a1e3343c30e815422671ba3872691326c1c0a4
|
||||
SIZE (sphinx-0.9.7.tar.gz) = 344500
|
||||
|
|
11
textproc/sphinxsearch/files/patch-src-sphinxsearch.h
Normal file
11
textproc/sphinxsearch/files/patch-src-sphinxsearch.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/sphinxstd.h.orig Sun Apr 15 20:16:11 2007
|
||||
+++ src/sphinxstd.h Sun Apr 15 20:17:25 2007
|
||||
@@ -57,7 +57,7 @@
|
||||
#error "Internal 64-bit integer macros already defined."
|
||||
#endif
|
||||
|
||||
-#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_)
|
||||
+#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) || defined(_SYS_STDINT_H_)
|
||||
#include <stdint.h>
|
||||
#else // no stdint.h
|
||||
|
Loading…
Add table
Reference in a new issue