summaryrefslogtreecommitdiff
path: root/security/sshpass/files/patch-configure.ac
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-20 19:38:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-20 19:38:49 +0000
commit64129ffe3d1ea330405becdcfa1136f116c7af79 (patch)
treea0bc0373418405c217ad8c7928264eecc40367b8 /security/sshpass/files/patch-configure.ac
parentsysutils/rubygem-winrm: use 0.5.x version of rubyntlm (diff)
Update to 1.0.6
- While I'm here: - Add LICENSE_FILE - Regenerate patch file with makepatch: - Update WWW Changes: https://sourceforge.net/projects/sshpass/files/sshpass/1.06/ChangeLog/view PR: 216319 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Diffstat (limited to 'security/sshpass/files/patch-configure.ac')
-rw-r--r--security/sshpass/files/patch-configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/sshpass/files/patch-configure.ac b/security/sshpass/files/patch-configure.ac
deleted file mode 100644
index b6ba1fc401f2..000000000000
--- a/security/sshpass/files/patch-configure.ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac.orig 2011-08-06 07:03:01 UTC
-+++ configure.ac
-@@ -32,6 +32,11 @@ AC_FUNC_SELECT_ARGTYPES
- AC_TYPE_SIGNAL
- AC_CHECK_FUNCS([select posix_openpt strdup])
-
-+AC_ARG_ENABLE([password-prompt],
-+ [AS_HELP_STRING([--enable-password-prompt=prompt], [Provide alternative ssh password prompt to look for.])],
-+ [AC_DEFINE_UNQUOTED([PASSWORD_PROMPT], ["$enable_password_prompt"], [Password prompt to use])],
-+ [AC_DEFINE([PASSWORD_PROMPT], ["assword"])])
-+
- AC_CONFIG_FILES([Makefile])
- AM_CONFIG_HEADER(config.h)
- AC_OUTPUT