From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 8 13:14:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FC916A4CE; Wed, 8 Dec 2004 13:14:02 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4638243D55; Wed, 8 Dec 2004 13:14:01 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.141] (port=54902 helo=novel.zapto.org) by mx2.mail.ru with esmtp id 1Cc1dk-00039R-00; Wed, 08 Dec 2004 16:13:56 +0300 Date: Wed, 8 Dec 2004 16:14:30 +0300 From: Roman Bogorodskiy To: Pav Lucistnik Message-ID: <20041208131430.GA616@lame.novel.ru> Mail-Followup-To: Pav Lucistnik , freebsd-ports-bugs@FreeBSD.org References: <200412072306.iB7N60cS020721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline In-Reply-To: <200412072306.iB7N60cS020721@freefall.freebsd.org> X-GPG: http://phptags.sourceforge.net/key User-Agent: Mutt/1.5.6i X-Spam: Not detected cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74776: [ maintainer ] astro/xplanet: update to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 13:14:02 -0000 --Bn2rw/3z4jIqBvZU Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Pav wrote: > ProjectionBonne.cpp: In method `ProjectionBonne::ProjectionBonne(int, int, int)': > ProjectionBonne.cpp:37: implicit declaration of function `int snprintf(...)' > *** Error code 1 I've attached a patch which probably can fix this problem. -Roman Bogorodskiy --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-aa Content-Transfer-Encoding: quoted-printable --- src/libprojection/ProjectionBonne.cpp.orig Wed Dec 8 14:56:51 2004 +++ src/libprojection/ProjectionBonne.cpp Wed Dec 8 14:57:11 2004 @@ -7,6 +7,8 @@ http://www.atnf.csiro.au/~mcalabre/WCS */ =20 +#include + #include #include #include --- src/libprojection/ProjectionGnomonic.cpp.orig Wed Dec 8 14:57:44 2004 +++ src/libprojection/ProjectionGnomonic.cpp Wed Dec 8 14:57:58 2004 @@ -7,6 +7,8 @@ http://www.atnf.csiro.au/~mcalabre/WCS */ =20 +#include + #include #include using namespace std; --- src/libprojection/ProjectionMercator.cpp.orig Wed Dec 8 14:58:26 2004 +++ src/libprojection/ProjectionMercator.cpp Wed Dec 8 14:58:46 2004 @@ -1,3 +1,5 @@ +#include + #include #include using namespace std; --sm4nu43k4a2Rpi4c-- --Bn2rw/3z4jIqBvZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iQCVAwUBQbb+NoB0WzgdqspGAQI4sgP/YJ9E1GnKbI/yMCK6MQK+tpNWISxbfVhl +hqcJuWxlwHoyQ4pnVt8ghIDKrfLUg8Z3fvlKhuJf4qVL9QhCv5Xt9s+J4bnYLK4 LSuFbB7FrEKHTJ8b9NK19ceDGMD1J5Io9Ei6tw8HFXYJqo3paE0N9WOYI7ubYLpC P3pSrJJKSx0= =XTKa -----END PGP SIGNATURE----- --Bn2rw/3z4jIqBvZU--