From owner-freebsd-ports@FreeBSD.ORG Tue May 30 10:25:15 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E562816A468; Tue, 30 May 2006 10:25:15 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from cielago.ip.net.ua (cielago.ip.net.ua [82.193.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4D543D4C; Tue, 30 May 2006 10:25:14 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by cielago.ip.net.ua (8.13.6/8.13.6) with ESMTP id k4UAOQR8036598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 May 2006 13:24:26 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.6/8.13.6) id k4UAP8fv061718; Tue, 30 May 2006 13:25:08 +0300 (EEST) (envelope-from ru) Date: Tue, 30 May 2006 13:25:08 +0300 From: Ruslan Ermilov To: cy@FreeBSD.org Message-ID: <20060530102508.GD60856@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ycz6tD7Th1CMF4v7" Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new Cc: ports@FreeBSD.org Subject: small patch for ports/sysutils/screen X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 10:25:18 -0000 --Ycz6tD7Th1CMF4v7 Content-Type: multipart/mixed; boundary="4ZLFUWh1odzi/v6L" Content-Disposition: inline --4ZLFUWh1odzi/v6L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, The attached patch fixes a configure step so that it doesn't dump a core on FreeBSD/amd64 due to a missing function prototype. It has other positive effects I now don't recall in detail, such as configuring it the same way as on FreeBSD/i386. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --4ZLFUWh1odzi/v6L Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: files/patch-ad =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/sysutils/screen/files/patch-ad,v retrieving revision 1.7 diff -u -r1.7 patch-ad --- files/patch-ad 26 Jan 2004 14:00:10 -0000 1.7 +++ files/patch-ad 4 Mar 2006 08:19:37 -0000 @@ -1,5 +1,5 @@ ---- configure.orig Mon Jan 26 15:55:18 2004 -+++ configure Mon Jan 26 15:58:50 2004 +--- configure.orig Fri Dec 5 15:46:53 2003 ++++ configure Sat Mar 4 10:18:24 2006 @@ -4746,48 +4746,6 @@ sed 's/^/| /' conftest.$ac_ext >&5 =20 @@ -58,16 +58,17 @@ =20 if test "$cross_compiling" =3D yes; then { { echo "$as_me:$LINENO: error: cannot run test program while cross co= mpiling -@@ -4927,7 +4883,7 @@ +@@ -4927,7 +4883,8 @@ =20 main() { - exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); ++ char *tgoto(const char *, int, int); + exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1); } _ACEOF rm -f conftest$ac_exeext -@@ -5314,18 +5270,15 @@ +@@ -5314,18 +5271,15 @@ fi rm -f conftest* =20 --4ZLFUWh1odzi/v6L-- --Ycz6tD7Th1CMF4v7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEfB2EqRfpzJluFF4RApmCAKCOkP6Zk/L3p235PlW91N6AD66lWACgmGtE dHR28rwnivOwMBASL1Jqyt0= =c2xa -----END PGP SIGNATURE----- --Ycz6tD7Th1CMF4v7--