aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-15 19:07:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-15 19:07:30 +0000
commit4fba3692da2a4bfbaf7c1104bb9c2444961ecf8c (patch)
tree914cb09e7eddb1a894c0c753f60777f40f9e0654 /textproc
parentd7f21a1e8e78264a107a08b6184bc6be0d4e5d09 (diff)
downloadports-4fba3692da2a4bfbaf7c1104bb9c2444961ecf8c.tar.gz
ports-4fba3692da2a4bfbaf7c1104bb9c2444961ecf8c.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sphinxsearch/Makefile5
-rw-r--r--textproc/sphinxsearch/distinfo6
-rw-r--r--textproc/sphinxsearch/files/patch-src-sphinxsearch.h11
3 files changed, 16 insertions, 6 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile
index ab04b6794466..c103215d44ab 100644
--- a/textproc/sphinxsearch/Makefile
+++ b/textproc/sphinxsearch/Makefile
@@ -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
diff --git a/textproc/sphinxsearch/distinfo b/textproc/sphinxsearch/distinfo
index 5877571592cf..95e6db3a44f0 100644
--- a/textproc/sphinxsearch/distinfo
+++ b/textproc/sphinxsearch/distinfo
@@ -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
diff --git a/textproc/sphinxsearch/files/patch-src-sphinxsearch.h b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h
new file mode 100644
index 000000000000..b869576a62ed
--- /dev/null
+++ b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h
@@ -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
+