Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 13:25:08 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cy@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   small patch for ports/sysutils/screen
Message-ID:  <20060530102508.GD60856@ip.net.ua>

next in thread | raw e-mail | index | archive | help

--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--



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