Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:15:12 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407996 - in head/security/openssh-portable: . files
Message-ID:  <201602032215.u13MFCwI013377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  3 22:15:11 2016
New Revision: 407996
URL: https://svnweb.freebsd.org/changeset/ports/407996

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  also link to libncurses rather than libcurses
  
  approved by:	infrastructure blanket

Added:
  head/security/openssh-portable/files/patch-configure.ac   (contents, props changed)
Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Wed Feb  3 22:02:41 2016	(r407995)
+++ head/security/openssh-portable/Makefile	Wed Feb  3 22:15:11 2016	(r407996)
@@ -17,7 +17,7 @@ COMMENT=	The portable version of OpenBSD
 
 CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-*
 
-USES=			alias
+USES=			alias ncurses
 USE_AUTOTOOLS=		autoconf autoheader
 USE_OPENSSL=		yes
 GNU_CONFIGURE=		yes

Added: head/security/openssh-portable/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openssh-portable/files/patch-configure.ac	Wed Feb  3 22:15:11 2016	(r407996)
@@ -0,0 +1,11 @@
+--- configure.ac.intermediate	2016-02-03 22:06:00 UTC
++++ configure.ac
+@@ -1543,7 +1543,7 @@ AC_ARG_WITH([libedit],
+ 			LIBEDIT=`$PKGCONFIG --libs libedit`
+ 			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
+ 		else
+-			LIBEDIT="-ledit -lcurses"
++			LIBEDIT="-ledit -lncurses"
+ 		fi
+ 		OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'`
+ 		AC_CHECK_LIB([edit], [el_init],



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