svn commit: r407996 - in head/security/openssh-portable: . files

John Marino marino at FreeBSD.org
Wed Feb 3 22:15:13 UTC 2016


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


More information about the svn-ports-all mailing list