Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 18:12:37 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/111374: [maintainer] textproc/sphinxsearch -- update to 0.9.7
Message-ID:  <461BC585.6010406@infracaninophile.co.uk>
In-Reply-To: <200704081140.l38Be95u046200@freefall.freebsd.org>
References:  <200704081140.l38Be95u046200@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig49A538598743A5AB06CEBBE3
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable


Stop the presses!  This update will not compile properly on amd64 and
presumably other 64 bit architectures.  Adding the following as
sphinxsearch/files/patch-sphinxstd.h should fix the problem:

--- src/sphinxstd.h.orig        Tue Apr 10 18:06:12 2007
+++ src/sphinxstd.h     Tue Apr 10 18:06:59 2007
@@ -57,7 +57,7 @@
 #error "Internal 64-bit integer macros already defined."
 #endif
=20
-#if __STDC_VERSION__>=3D199901L || __STDC_VERSION>=3D199901L || defined(=
_STDINT_H) || defined(_STDINT_H_)
+#if __STDC_VERSION__>=3D199901L || __STDC_VERSION>=3D199901L || defined(=
_STDINT_H) || defined(_STDINT_H_) || defined(_SYS_STDINT_H_)
 #include <stdint.h>
 #else // no stdint.h
=20
This has been reported upstream to the author, and should be fixed in the=

next release.

	Cheers,

	Matthew


--=20
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW


--------------enig49A538598743A5AB06CEBBE3
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGG8WL8Mjk52CukIwRCOpdAJ9uZm97kr7wilDD4PQtj32dd9cTwgCeIP/e
pGQsyZEbOv7OmjATmcQbB+w=
=1qI0
-----END PGP SIGNATURE-----

--------------enig49A538598743A5AB06CEBBE3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?461BC585.6010406>